Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/
Date: Sun, 27 Feb 2022 18:46:49
Message-Id: 1645987541.838e8710b4f59d01f1e336322d65d9da32081c19.mgorny@gentoo
1 commit: 838e8710b4f59d01f1e336322d65d9da32081c19
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:45:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:45:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838e8710
7
8 dev-python/pyparsing: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyparsing/Manifest | 1 -
13 dev-python/pyparsing/pyparsing-3.0.6.ebuild | 44 -----------------------------
14 dev-python/pyparsing/pyparsing-3.0.7.ebuild | 44 -----------------------------
15 3 files changed, 89 deletions(-)
16
17 diff --git a/dev-python/pyparsing/Manifest b/dev-python/pyparsing/Manifest
18 index 7b07598e99f3..ee6f4f744636 100644
19 --- a/dev-python/pyparsing/Manifest
20 +++ b/dev-python/pyparsing/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyparsing_3.0.6.tar.gz 942509 BLAKE2B 1ece2e83dd4193c8364bf690afc54090b46658fced62fc852b0098208d2ae4b18e96f050e63d8751c4b5cf95aa178a11dd1c37fc9d63ae1551639b5c91fe81d8 SHA512 5e94f1dcb4560a0f8e5b9a979b691b6362939648d03e9ea03f74e3aeeddafc09029c8e82c42a517aebe4a0483fd06cac03ae45030e074a40576f9570ed1eb5cc
23 DIST pyparsing_3.0.7.tar.gz 944917 BLAKE2B bcbcd18817c69a69ac6863affb1309a5ca63fe46a45dc056d8407d79a77d1f19e4d1abce08f5d6f1aff7cbdaefb5b699787abcddfcbf64e5514e79e2b0b86ce6 SHA512 d5d5547188ebda6fb7f45928174314d3d4d10302acc8fb476cd6590fb4a75167dee5f6397ab0b63efd4cb55c0765708ffd432bcfecf28d8f808815e62615f447
24
25 diff --git a/dev-python/pyparsing/pyparsing-3.0.6.ebuild b/dev-python/pyparsing/pyparsing-3.0.6.ebuild
26 deleted file mode 100644
27 index 82b0224932c1..000000000000
28 --- a/dev-python/pyparsing/pyparsing-3.0.6.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 2004-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -inherit distutils-r1
39 -
40 -MY_P=${P/-/_}
41 -DESCRIPTION="Easy-to-use Python module for text parsing"
42 -HOMEPAGE="https://github.com/pyparsing/pyparsing https://pypi.org/project/pyparsing/"
43 -SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz"
44 -S=${WORKDIR}/${PN}-${MY_P}
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 -IUSE="examples"
50 -
51 -distutils_enable_tests pytest
52 -
53 -EPYTEST_IGNORE=(
54 - # railroad-diagrams not packaged (and not suitable for packaging yet)
55 - tests/test_diagram.py
56 -)
57 -
58 -EPYTEST_DESELECT=(
59 - # also railroad-diagrams
60 - tests/test_unit.py::Test02_WithoutPackrat::testEmptyExpressionsAreHandledProperly
61 - tests/test_unit.py::Test04_WithPackrat::testEmptyExpressionsAreHandledProperly
62 - tests/test_unit.py::Test06_WithBoundedPackrat::testEmptyExpressionsAreHandledProperly
63 - tests/test_unit.py::Test08_WithUnboundedPackrat::testEmptyExpressionsAreHandledProperly
64 - tests/test_unit.py::Test09_WithLeftRecursionParsing::testEmptyExpressionsAreHandledProperly
65 - tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testEmptyExpressionsAreHandledProperly
66 -)
67 -
68 -python_install_all() {
69 - if use examples; then
70 - docompress -x /usr/share/doc/${PF}/examples
71 - dodoc -r examples
72 - fi
73 - distutils-r1_python_install_all
74 -}
75
76 diff --git a/dev-python/pyparsing/pyparsing-3.0.7.ebuild b/dev-python/pyparsing/pyparsing-3.0.7.ebuild
77 deleted file mode 100644
78 index 2130df7b4182..000000000000
79 --- a/dev-python/pyparsing/pyparsing-3.0.7.ebuild
80 +++ /dev/null
81 @@ -1,44 +0,0 @@
82 -# Copyright 2004-2022 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
86 -EAPI=7
87 -
88 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
89 -inherit distutils-r1
90 -
91 -MY_P=${P/-/_}
92 -DESCRIPTION="Easy-to-use Python module for text parsing"
93 -HOMEPAGE="https://github.com/pyparsing/pyparsing https://pypi.org/project/pyparsing/"
94 -SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz"
95 -S="${WORKDIR}/${PN}-${MY_P}"
96 -
97 -LICENSE="MIT"
98 -SLOT="0"
99 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 -IUSE="examples"
101 -
102 -distutils_enable_tests pytest
103 -
104 -EPYTEST_IGNORE=(
105 - # railroad-diagrams not packaged (and not suitable for packaging yet)
106 - tests/test_diagram.py
107 -)
108 -
109 -EPYTEST_DESELECT=(
110 - # also railroad-diagrams
111 - tests/test_unit.py::Test02_WithoutPackrat::testEmptyExpressionsAreHandledProperly
112 - tests/test_unit.py::Test04_WithPackrat::testEmptyExpressionsAreHandledProperly
113 - tests/test_unit.py::Test06_WithBoundedPackrat::testEmptyExpressionsAreHandledProperly
114 - tests/test_unit.py::Test08_WithUnboundedPackrat::testEmptyExpressionsAreHandledProperly
115 - tests/test_unit.py::Test09_WithLeftRecursionParsing::testEmptyExpressionsAreHandledProperly
116 - tests/test_unit.py::Test10_WithLeftRecursionParsingBoundedMemo::testEmptyExpressionsAreHandledProperly
117 -)
118 -
119 -python_install_all() {
120 - if use examples; then
121 - docompress -x /usr/share/doc/${PF}/examples
122 - dodoc -r examples
123 - fi
124 - distutils-r1_python_install_all
125 -}