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/pypeg2/, dev-python/pypeg2/files/
Date: Thu, 23 Jun 2022 03:07:00
Message-Id: 1655953517.e19eabe79b7d86a5f2d1fa23f702cf3118a80c2c.sam@gentoo
1 commit: e19eabe79b7d86a5f2d1fa23f702cf3118a80c2c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 03:05:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 03:05:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19eabe7
7
8 dev-python/pypeg2: treeclean
9
10 Bug: https://bugs.gentoo.org/845822
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pypeg2/Manifest | 1 -
14 dev-python/pypeg2/files/pypeg2-2.15.1-test.patch | 12 ----------
15 dev-python/pypeg2/metadata.xml | 11 ----------
16 dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild | 28 ------------------------
17 profiles/package.mask | 5 -----
18 5 files changed, 57 deletions(-)
19
20 diff --git a/dev-python/pypeg2/Manifest b/dev-python/pypeg2/Manifest
21 deleted file mode 100644
22 index da252a9c5061..000000000000
23 --- a/dev-python/pypeg2/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pyPEG2-2.15.2.tar.gz 40334 BLAKE2B 7a171824da4c0ccc3bfaef4e429efb16f5c8c4e03dd47c5cd59656a51fe37c9d0b3940e58e2f321a4d9976f66935fd5b9d526d24bd1e0342ef15a3a1341e77a3 SHA512 f78e3b1294169167809c5fe05f2a69af2bd6c7c4c1bcbebafb4aa6b8ae6ead181a46b051e41193bc31f49c4b4fa7b1ef231d172217c11d301d0ee21d8e411b6f
27
28 diff --git a/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch b/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch
29 deleted file mode 100644
30 index 6ca8839d7776..000000000000
31 --- a/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -Drop seemingly wrong test line that throws an AttributeError.
35 -
36 ---- pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py
37 -+++ pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py
38 -@@ -255,7 +255,6 @@
39 - def runTest(self):
40 - r = pypeg2.parse("!all", type(self).C1)
41 - self.assertEqual(str(r), "all")
42 -- self.assertEqual(r._ignore1, None)
43 -
44 - class ParseOmitTestCase(ParserTestCase):
45 - def runTest(self):
46
47 diff --git a/dev-python/pypeg2/metadata.xml b/dev-python/pypeg2/metadata.xml
48 deleted file mode 100644
49 index 7790a32d909e..000000000000
50 --- a/dev-python/pypeg2/metadata.xml
51 +++ /dev/null
52 @@ -1,11 +0,0 @@
53 -<?xml version="1.0" encoding="UTF-8"?>
54 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
55 -<pkgmetadata>
56 - <maintainer type="project">
57 - <email>python@g.o</email>
58 - <name>Python</name>
59 - </maintainer>
60 - <upstream>
61 - <remote-id type="pypi">pyPEG2</remote-id>
62 - </upstream>
63 -</pkgmetadata>
64
65 diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild
66 deleted file mode 100644
67 index c75dac24608f..000000000000
68 --- a/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild
69 +++ /dev/null
70 @@ -1,28 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=setuptools
77 -PYTHON_COMPAT=( python3_{8..9} )
78 -
79 -inherit distutils-r1
80 -
81 -MY_PN=pyPEG2
82 -MY_P=${MY_PN}-${PV}
83 -
84 -DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
85 -HOMEPAGE="https://fdik.org/pyPEG/
86 - https://pypi.org/project/pyPEG2/"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
88 -S=${WORKDIR}/${MY_P}
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm64 ~x86"
93 -
94 -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
95 -
96 -PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
97 -
98 -distutils_enable_tests unittest
99
100 diff --git a/profiles/package.mask b/profiles/package.mask
101 index f7e29840514d..cdb457a4e0d3 100644
102 --- a/profiles/package.mask
103 +++ b/profiles/package.mask
104 @@ -288,11 +288,6 @@ dev-python/gevent-websocket
105 # bug #625800, bug #796974, bug #796977, bug #831916, bug #845888.
106 dev-python/sqlalchemy-migrate
107
108 -# Sam James <sam@g.o> (2022-05-22)
109 -# No upstream activity since 2015, no reverse dependencies,
110 -# no Python 3.10 support. Removal on 2022-06-22. bug #845822.
111 -dev-python/pypeg2
112 -
113 # Hans de Graaff <graaff@g.o> (2022-05-20)
114 # Unused slots of cucumber components that are no longer or were never
115 # used by current cucumber versions. Masked for removal in 30 days.