Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/polygon/
Date: Wed, 06 Jul 2022 06:44:59
Message-Id: 1657089866.c84427352e4d47096430a711ff399c86269d2811.sam@gentoo
1 commit: c84427352e4d47096430a711ff399c86269d2811
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 06:43:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 06:44:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8442735
7
8 dev-python/polygon: treeclean
9
10 Closes: https://bugs.gentoo.org/849824
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/polygon/Manifest | 1 -
14 dev-python/polygon/metadata.xml | 17 ------------
15 dev-python/polygon/polygon-3.0.9.ebuild | 48 ---------------------------------
16 profiles/package.mask | 7 -----
17 4 files changed, 73 deletions(-)
18
19 diff --git a/dev-python/polygon/Manifest b/dev-python/polygon/Manifest
20 deleted file mode 100644
21 index 2d7a50f65071..000000000000
22 --- a/dev-python/polygon/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST polygon-3.0.9.gh.tar.gz 76241 BLAKE2B cb670e595403a4a927c78bcba61fc7f28eaaae3dc16a36b105fda880f25134e187886579f7e986653f05fe3f6f2d552ac5b23c8be8ba61bcc0ce0fb733692882 SHA512 d6ce104df45666f5321cd3ef1582853b47b681a19238eb9772b7688333815ac4f5d9a5ab0aadc56301c10019e196efc6e6062e856f6ef8872d992ecd406f3b87
26
27 diff --git a/dev-python/polygon/metadata.xml b/dev-python/polygon/metadata.xml
28 deleted file mode 100644
29 index 63c6ce98b81d..000000000000
30 --- a/dev-python/polygon/metadata.xml
31 +++ /dev/null
32 @@ -1,17 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <longdescription lang="en">
41 - Polygon is a python package that handles polygonal shapes in 2D. It contains
42 - Python bindings for gpc, the General Polygon Clipping Library by
43 - Alan Murta and some extensions written in C and pure Python.
44 - </longdescription>
45 - <upstream>
46 - <remote-id type="pypi">polygon</remote-id>
47 - <remote-id type="github">jraedler/Polygon3</remote-id>
48 - </upstream>
49 -</pkgmetadata>
50
51 diff --git a/dev-python/polygon/polygon-3.0.9.ebuild b/dev-python/polygon/polygon-3.0.9.ebuild
52 deleted file mode 100644
53 index 94322a9bfbcf..000000000000
54 --- a/dev-python/polygon/polygon-3.0.9.ebuild
55 +++ /dev/null
56 @@ -1,48 +0,0 @@
57 -# Copyright 1999-2022 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=8
61 -
62 -DISTUTILS_USE_PEP517=setuptools
63 -PYTHON_COMPAT=( python3_{8..10} )
64 -inherit distutils-r1
65 -
66 -# this version is untagged in github, and pypi doesn't has tests
67 -COMMIT=7b2091f77741fa1d94251979bc4a4f2676b4d2d1
68 -
69 -DESCRIPTION="Python package to handle polygonal shapes in 2D"
70 -HOMEPAGE="https://www.j-raedler.de/projects/polygon/
71 - https://github.com/jraedler/Polygon3"
72 -SRC_URI="
73 - https://github.com/jraedler/Polygon3/archive/${COMMIT}.tar.gz
74 - -> ${P}.gh.tar.gz"
75 -S="${WORKDIR}/Polygon3-${COMMIT}"
76 -
77 -LICENSE="LGPL-2"
78 -SLOT="3"
79 -KEYWORDS="amd64 ppc x86"
80 -IUSE="examples"
81 -
82 -DOCS=( doc/{Polygon.txt,Polygon.pdf} )
83 -
84 -src_prepare() {
85 - if use examples; then
86 - mkdir examples || die
87 - mv doc/{Examples.py,testpoly.gpf} examples || die
88 - fi
89 -
90 - distutils-r1_src_prepare
91 -}
92 -
93 -python_test() {
94 - "${EPYTHON}" test/Test.py -v || die "Tests failed under ${EPYTHON}"
95 -}
96 -
97 -src_install() {
98 - if use examples; then
99 - dodoc -r examples
100 - docompress -x /usr/share/doc/${PF}/examples
101 - fi
102 -
103 - distutils-r1_src_install
104 -}
105
106 diff --git a/profiles/package.mask b/profiles/package.mask
107 index e0a36ad11047..16b947d33b0d 100644
108 --- a/profiles/package.mask
109 +++ b/profiles/package.mask
110 @@ -252,13 +252,6 @@ mail-client/novell-groupwise-client
111 # Removal on 2022-07-05. Bug #834816.
112 dev-python/pytest-flakes
113
114 -# Michał Górny <mgorny@g.o> (2022-06-05)
115 -# Barely any upstream activity since 2017. The LICENSE in ebuild
116 -# is incorrect and the package bundles sources with non-free license.
117 -# No revdeps.
118 -# Removal on 2022-07-05. Bug #849824.
119 -dev-python/polygon
120 -
121 # Matt Turner <mattst88@g.o> (2022-05-30)
122 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
123 # Bug #848501