commit: c84427352e4d47096430a711ff399c86269d2811 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 6 06:43:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 6 06:44:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8442735
dev-python/polygon: treeclean Closes: https://bugs.gentoo.org/849824 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/polygon/Manifest | 1 - dev-python/polygon/metadata.xml | 17 ------------ dev-python/polygon/polygon-3.0.9.ebuild | 48 --------------------------------- profiles/package.mask | 7 ----- 4 files changed, 73 deletions(-) diff --git a/dev-python/polygon/Manifest b/dev-python/polygon/Manifest deleted file mode 100644 index 2d7a50f65071..000000000000 --- a/dev-python/polygon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST polygon-3.0.9.gh.tar.gz 76241 BLAKE2B cb670e595403a4a927c78bcba61fc7f28eaaae3dc16a36b105fda880f25134e187886579f7e986653f05fe3f6f2d552ac5b23c8be8ba61bcc0ce0fb733692882 SHA512 d6ce104df45666f5321cd3ef1582853b47b681a19238eb9772b7688333815ac4f5d9a5ab0aadc56301c10019e196efc6e6062e856f6ef8872d992ecd406f3b87 diff --git a/dev-python/polygon/metadata.xml b/dev-python/polygon/metadata.xml deleted file mode 100644 index 63c6ce98b81d..000000000000 --- a/dev-python/polygon/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - Polygon is a python package that handles polygonal shapes in 2D. It contains - Python bindings for gpc, the General Polygon Clipping Library by - Alan Murta and some extensions written in C and pure Python. - </longdescription> - <upstream> - <remote-id type="pypi">polygon</remote-id> - <remote-id type="github">jraedler/Polygon3</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/polygon/polygon-3.0.9.ebuild b/dev-python/polygon/polygon-3.0.9.ebuild deleted file mode 100644 index 94322a9bfbcf..000000000000 --- a/dev-python/polygon/polygon-3.0.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -# this version is untagged in github, and pypi doesn't has tests -COMMIT=7b2091f77741fa1d94251979bc4a4f2676b4d2d1 - -DESCRIPTION="Python package to handle polygonal shapes in 2D" -HOMEPAGE="https://www.j-raedler.de/projects/polygon/ - https://github.com/jraedler/Polygon3" -SRC_URI=" - https://github.com/jraedler/Polygon3/archive/${COMMIT}.tar.gz - -> ${P}.gh.tar.gz" -S="${WORKDIR}/Polygon3-${COMMIT}" - -LICENSE="LGPL-2" -SLOT="3" -KEYWORDS="amd64 ppc x86" -IUSE="examples" - -DOCS=( doc/{Polygon.txt,Polygon.pdf} ) - -src_prepare() { - if use examples; then - mkdir examples || die - mv doc/{Examples.py,testpoly.gpf} examples || die - fi - - distutils-r1_src_prepare -} - -python_test() { - "${EPYTHON}" test/Test.py -v || die "Tests failed under ${EPYTHON}" -} - -src_install() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_src_install -} diff --git a/profiles/package.mask b/profiles/package.mask index e0a36ad11047..16b947d33b0d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -252,13 +252,6 @@ mail-client/novell-groupwise-client # Removal on 2022-07-05. Bug #834816. dev-python/pytest-flakes -# Michał Górny <[email protected]> (2022-06-05) -# Barely any upstream activity since 2017. The LICENSE in ebuild -# is incorrect and the package bundles sources with non-free license. -# No revdeps. -# Removal on 2022-07-05. Bug #849824. -dev-python/polygon - # Matt Turner <[email protected]> (2022-05-30) # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated. # Bug #848501
