* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2020-04-30 22:22 Maciej Barć
0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2020-04-30 22:22 UTC (permalink / raw
To: gentoo-commits
commit: dfab96f2a505cb3e879fe5cf7fb2ed2c2f261029
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Thu Apr 30 21:59:43 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Thu Apr 30 21:59:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfab96f2
dev-python/doxypypy: new package; add version 0.8.8.6
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
dev-python/doxypypy/Manifest | 1 +
dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 29 +++++++++++++++++++++++++++++
dev-python/doxypypy/metadata.xml | 12 ++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
new file mode 100644
index 0000000..837fb07
--- /dev/null
+++ b/dev-python/doxypypy/Manifest
@@ -0,0 +1 @@
+DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
new file mode 100644
index 0000000..4657dd5
--- /dev/null
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6.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=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
+HOMEPAGE="https://github.com/Feneric/doxypypy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+RESTRICT="!test? ( test )"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ test? (
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ dev-python/chardet[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml
new file mode 100644
index 0000000..9e54b77
--- /dev/null
+++ b/dev-python/doxypypy/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@protonmail.com</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Feneric/doxypypy</remote-id>
+ <remote-id type="pypi">doxypypy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2020-05-01 10:27 Maciej Barć
0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2020-05-01 10:27 UTC (permalink / raw
To: gentoo-commits
commit: ec10ccbd294374248e5f00c954e27e67cdf0f72d
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri May 1 10:26:32 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri May 1 10:26:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec10ccbd
dev-python/doxypypy: remove python 8 compatibility
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
index 4657dd5..bf3413a 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2021-04-17 8:24 Theo Anderson
0 siblings, 0 replies; 8+ messages in thread
From: Theo Anderson @ 2021-04-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 0ba9609557e4b6ae0165558360918faf77155d9f
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 08:15:52 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 17 08:18:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba96095
dev-python/doxypypy: add 0.8.8.6_p20210405
added for python38+ compatability before python37 target removal
changes since last release break compatability with python37
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/doxypypy/Manifest | 1 +
.../doxypypy/doxypypy-0.8.8.6_p20210405.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index 837fb07c3..ff1049ce5 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1 +1,2 @@
DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
+DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
new file mode 100644
index 000000000..655fee23f
--- /dev/null
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+MY_REV=39115c3d061d2f83e4a030bcb8642ec6f3203e61
+
+DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
+HOMEPAGE="https://github.com/Feneric/doxypypy"
+SRC_URI="https://github.com/Feneric/doxypypy/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+
+RESTRICT="!test? ( test )"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${PN}-${MY_REV}"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ distutils-r1_src_prepare
+ # These files fail to byte-compille (UTF-LE?)
+ # ValueError: source code string cannot contain null bytes
+ # Matches pypy tarball
+ rm doxypypy/test/sample_utf* || die
+ sed -i '/test_utf/,+5d' doxypypy/test/test_doxypypy.py || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2021-05-21 18:18 Maciej Barć
0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-05-21 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 06a975bb303fc579e3728cbe40f4092b2f8c6092
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri May 21 17:59:26 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri May 21 17:59:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06a975bb
dev-python/doxypypy: drop to maintainer-needed
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
dev-python/doxypypy/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml
index 2c4def272..18ed3fd36 100644
--- a/dev-python/doxypypy/metadata.xml
+++ b/dev-python/doxypypy/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">Feneric/doxypypy</remote-id>
<remote-id type="pypi">doxypypy</remote-id>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
2021-06-02 16:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/doxypypy/ Andrew Ammerlaan
@ 2021-06-01 8:32 ` Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01 8:32 UTC (permalink / raw
To: gentoo-commits
commit: fdd2e6deb0ba02394051cfeda091c23e7336ff8c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 08:31:59 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 08:31:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd2e6de
dev-python/doxypypy: remove old
Closes: https://bugs.gentoo.org/793554
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/doxypypy/Manifest | 1 -
dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index ff1049ce5..2b5d6c78f 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1,2 +1 @@
-DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
deleted file mode 100644
index 3aaa71567..000000000
--- a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
-HOMEPAGE="https://github.com/Feneric/doxypypy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-RESTRICT="!test? ( test )"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- test? (
- dev-python/zope-interface[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- dev-python/chardet[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/doxypypy/
@ 2021-06-02 16:00 Andrew Ammerlaan
2021-06-01 8:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-06-02 16:00 UTC (permalink / raw
To: gentoo-commits
commit: fdd2e6deb0ba02394051cfeda091c23e7336ff8c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 08:31:59 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 08:31:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd2e6de
dev-python/doxypypy: remove old
Closes: https://bugs.gentoo.org/793554
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/doxypypy/Manifest | 1 -
dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index ff1049ce5..2b5d6c78f 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1,2 +1 @@
-DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399
DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
deleted file mode 100644
index 3aaa71567..000000000
--- a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
-HOMEPAGE="https://github.com/Feneric/doxypypy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-RESTRICT="!test? ( test )"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- test? (
- dev-python/zope-interface[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- dev-python/chardet[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2021-12-14 7:14 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2021-12-14 7:14 UTC (permalink / raw
To: gentoo-commits
commit: ae5dbfbc2798e11b8bf037041b86aa36e82f8483
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 11 12:19:19 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:02:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae5dbfbc
dev-python/doxypypy: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/816171
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild | 15 ++++++---------
dev-python/doxypypy/metadata.xml | 2 +-
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
index 655fee23f..f4877c199 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-MY_REV=39115c3d061d2f83e4a030bcb8642ec6f3203e61
+COMMIT="39115c3d061d2f83e4a030bcb8642ec6f3203e61"
DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
HOMEPAGE="https://github.com/Feneric/doxypypy"
-SRC_URI="https://github.com/Feneric/doxypypy/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
RESTRICT="!test? ( test )"
LICENSE="GPL-2"
@@ -20,9 +19,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${PN}-${MY_REV}"
+BDEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"
distutils_enable_tests unittest
diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml
index 18ed3fd36..497d90dbd 100644
--- a/dev-python/doxypypy/metadata.xml
+++ b/dev-python/doxypypy/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
@ 2024-04-13 18:47 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-04-13 18:47 UTC (permalink / raw
To: gentoo-commits
commit: ce1fb4f581ec3d70d5657be6edc78401260af51b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 18:29:39 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 18:30:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce1fb4f5
dev-python/doxypypy: enable py3.12, use PEP517
Closes: https://bugs.gentoo.org/897422
Closes: https://bugs.gentoo.org/921801
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/doxypypy/Manifest | 2 +-
...8.8.6_p20210405.ebuild => doxypypy-0.8.8.6_p20210405-r1.ebuild} | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index 2b5d6c78fe..1cebbd0a45 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1 +1 @@
-DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
+DIST doxypypy-0.8.8.6_p20210405.gh.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
similarity index 86%
rename from dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
rename to dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
index a5dfdcac2c..24d974ecda 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
COMMIT="39115c3d061d2f83e4a030bcb8642ec6f3203e61"
DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
HOMEPAGE="https://github.com/Feneric/doxypypy"
-SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-13 18:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 16:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/doxypypy/ Andrew Ammerlaan
2021-06-01 8:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 18:47 Julien Roy
2021-12-14 7:14 Anna Vyalkova
2021-05-21 18:18 Maciej Barć
2021-04-17 8:24 Theo Anderson
2020-05-01 10:27 Maciej Barć
2020-04-30 22:22 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox