* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2016-03-11 3:15 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-03-11 3:15 UTC (permalink / raw
To: gentoo-commits
commit: 74fb6d722cb9e2dd471feafd9c8124cb96dad433
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 03:02:09 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 03:15:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fb6d72
dev-python/pypeg2: version bump to 2.15.2
Also, add py35 support.
dev-python/pypeg2/Manifest | 1 +
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/pypeg2/Manifest b/dev-python/pypeg2/Manifest
index 53719f8..8506e2f 100644
--- a/dev-python/pypeg2/Manifest
+++ b/dev-python/pypeg2/Manifest
@@ -1 +1,2 @@
DIST pyPEG2-2.15.1.tar.gz 24103 SHA256 f4814a5f9c84bbb0794bef8d2a5871f4aed25366791c55e2162681873ad8bd21 SHA512 53fc9f40d426384c6107e62fa76dd231d7abe7eba3144f29a6eb9374bd7f6bc2f209fc8a687a6df762a0ba98abdb1071783780acd85cd637f86692baafe52ad1 WHIRLPOOL 61ad75f1570afd4c2a282e3196c909b69af3b1d7f36a3b42b613be3a613785c75a4938948c5dfac50098ccea464a0a03564fe6c4ce8b4a8d7b6ec3cd36f58bb6
+DIST pyPEG2-2.15.2.tar.gz 40334 SHA256 2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d SHA512 f78e3b1294169167809c5fe05f2a69af2bd6c7c4c1bcbebafb4aa6b8ae6ead181a46b051e41193bc31f49c4b4fa7b1ef231d172217c11d301d0ee21d8e411b6f WHIRLPOOL ecbd65cee238b4bcb931ddb255d1ee77046cb551929826294e622afdafcdfe59337680b6e079cc644a3df531313e65796c04ea97e169eb051b099e6233b5385f
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
new file mode 100644
index 0000000..9bc17ff
--- /dev/null
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN=pyPEG2
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
+HOMEPAGE="http://fdik.org/pyPEG/ https://bitbucket.org/fdik/pypeg/ https://pypi.python.org/pypi/pyPEG2"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
+
+python_test() {
+ "${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2017-04-12 21:06 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-04-12 21:06 UTC (permalink / raw
To: gentoo-commits
commit: c814d60b0307c8226a0585e56a83840b5d0213b0
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Sun Apr 9 11:42:15 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 21:06:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c814d60b
dev-python/pypeg2: python 3.6 support
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 2954c19a110..38cd3e2e042 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2018-03-17 10:51 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-03-17 10:51 UTC (permalink / raw
To: gentoo-commits
commit: e3f00840283948f2d3b25655c3a8805ce69d3dc8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 09:06:36 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 10:51:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f00840
dev-python/pypeg2: use HTTPS
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 38cd3e2e042..54f25cc44f8 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,9 @@ MY_PN=pyPEG2
MY_P=${MY_PN}-${PV}
DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
-HOMEPAGE="http://fdik.org/pyPEG/ https://bitbucket.org/fdik/pypeg/ https://pypi.python.org/pypi/pyPEG2"
+HOMEPAGE="https://fdik.org/pyPEG/
+ https://bitbucket.org/fdik/pypeg/
+ https://pypi.python.org/pypi/pyPEG2"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2019-12-10 17:25 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-12-10 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 24067cbae7f5092e7acbf913ee3d1a38ded7078d
Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Wed Dec 4 11:21:13 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 17:25:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24067cba
dev-python/pypeg2: Support python-3.7
Closes: https://bugs.gentoo.org/700372
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 94b614dfcfa..a51dfb337e4 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-02-05 19:53 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-02-05 19:53 UTC (permalink / raw
To: gentoo-commits
commit: f599b94a74fd67b9b39e0aa58e81845807d6a167
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:42:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:53:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f599b94a
dev-python/pypeg2: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 512d830bc1d..38c58e7481c 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-02-21 13:59 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-02-21 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 4c01163d1616573ba0cfaa626b56a2e4c041e8d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 12:05:48 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 13:59:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c01163d
dev-python/pypeg2: Modernize, EAPI 7, py3.8
Closes: https://bugs.gentoo.org/709970
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
new file mode 100644
index 00000000000..f4105ac5d90
--- /dev/null
+++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=pyPEG2
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
+HOMEPAGE="https://fdik.org/pyPEG/
+ https://bitbucket.org/fdik/pypeg/
+ https://pypi.org/project/pyPEG2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-03-28 18:26 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-03-28 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 199f99963f5599a6955300ccd504424042023ed1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 18:06:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 18:06:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199f9996
dev-python/pypeg2: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
deleted file mode 100644
index 38c58e7481c..00000000000
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-MY_PN=pyPEG2
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
-HOMEPAGE="https://fdik.org/pyPEG/
- https://bitbucket.org/fdik/pypeg/
- https://pypi.org/project/pyPEG2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
-
-python_test() {
- "${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-08-23 11:45 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2020-08-23 11:45 UTC (permalink / raw
To: gentoo-commits
commit: dae9335f9f6eef6edfee53c5d06f94b60c8251e9
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Aug 23 03:21:02 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 11:43:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae9335f
dev-python/pypeg2: update HOMEPAGE
Remove non-functioning BitBucket URL
Bug: https://bugs.gentoo.org/737896
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pypeg2/metadata.xml | 1 -
dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-python/pypeg2/metadata.xml b/dev-python/pypeg2/metadata.xml
index 1194ecffea2..6472ec1d651 100644
--- a/dev-python/pypeg2/metadata.xml
+++ b/dev-python/pypeg2/metadata.xml
@@ -7,6 +7,5 @@
</maintainer>
<upstream>
<remote-id type="pypi">pyPEG2</remote-id>
- <remote-id type="bitbucket">fdik/pypeg</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
index f4105ac5d90..3e14ba6c846 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
@@ -13,7 +13,6 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
HOMEPAGE="https://fdik.org/pyPEG/
- https://bitbucket.org/fdik/pypeg/
https://pypi.org/project/pyPEG2/"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-08-30 16:08 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-30 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 24c8c7a0b4b91d5577a4fd8d334b6a7aef3b9147
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 16:07:47 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 16:07:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c8c7a0
dev-python/pypeg2: arm64 keyworded (bug #734830)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
index 3e14ba6c846..75770fae21a 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2020-12-24 8:48 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-12-24 8:48 UTC (permalink / raw
To: gentoo-commits
commit: ac99cd01b0412fcf81250ad1f1c7ce759501c6c2
Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Thu Dec 24 03:24:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 08:48:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac99cd01
dev-python/pypeg2: Add support python3.9
Closes: https://bugs.gentoo.org/761472
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
index 75770fae21a..c89a5bf748d 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2022-01-29 22:09 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2022-01-29 22:09 UTC (permalink / raw
To: gentoo-commits
commit: d0aed4f39fd3e1640821ae02eaa512cb46656957
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 22:01:30 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 22:04:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aed4f3
dev-python/pypeg2: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild
new file mode 100644
index 000000000000..c75dac24608f
--- /dev/null
+++ b/dev-python/pypeg2/pypeg2-2.15.2-r2.ebuild
@@ -0,0 +1,28 @@
+# 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..9} )
+
+inherit distutils-r1
+
+MY_PN=pyPEG2
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
+HOMEPAGE="https://fdik.org/pyPEG/
+ https://pypi.org/project/pyPEG2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/
@ 2022-04-11 9:17 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2022-04-11 9:17 UTC (permalink / raw
To: gentoo-commits
commit: b36b37cc4c94fce0afbd7c583403bfd071be5305
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 09:12:37 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 09:17:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36b37cc
dev-python/pypeg2: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
deleted file mode 100644
index 64ff4c69a5c1..000000000000
--- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN=pyPEG2
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python"
-HOMEPAGE="https://fdik.org/pyPEG/
- https://pypi.org/project/pyPEG2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.15.1-test.patch )
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-04-11 9:17 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-04-11 9:17 Michał Górny
2022-01-29 22:09 Michał Górny
2020-12-24 8:48 Michał Górny
2020-08-23 11:45 David Seifert
2020-03-28 18:26 Michał Górny
2020-02-21 13:59 Michał Górny
2020-02-05 19:53 Michał Górny
2019-12-10 17:25 Joonas Niilola
2018-03-17 10:51 Michał Górny
2017-04-12 21:06 Michał Górny
2016-03-11 3:15 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox