commit: 6dd5fcb8b8f5c033cf1e77eb68d4c6df8e34107b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 06:53:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 06:55:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd5fcb8
app-text/xml2rfc: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index de4584d36aff..e0e2305fe1cf 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -4,13 +4,20 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
-HOMEPAGE="https://ietf-tools.github.io/xml2rfc/
https://github.com/ietf-tools/xml2rfc"
-SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://ietf-tools.github.io/xml2rfc/
+ https://github.com/ietf-tools/xml2rfc/
+ https://pypi.org/project/xml2rfc/
+"
+SRC_URI="
+ https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
RESTRICT="!test? ( test )"
LICENSE="BSD"