[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 8572420052cc132160543bd1364603bcdfb534a8
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Jul 6 10:36:34 2025 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Jul 6 10:37:20 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85724200
app-text/xml2rfc: drop 3.18.0, 3.23.2, 3.24.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 3 --
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 56 --
app-text/xml2rfc/xml2rfc-3.23.2.ebuild | 56 --
app-text/xml2rfc/xml2rfc-3.24.0.ebuild | 56 --
4 files changed, 171 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 7a3f093bd67a..60d6afcc4b8f 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,4 +1 @@
-DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
-DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
-DIST xml2rfc-3.24.0.gh.tar.gz 2838316 BLAKE2B
3c6cfe36f041125b7ba2ef5f75f8fb8312f0d21d57e567905d47f9661cdc0bf2733e0f17441453fe85c2afa66bcf1fbb7a11a66b61201e717d5d3c5a5b73a449
SHA512
e89ed354f40304cc13f99e4e2b53abbf226b06b17bb47be677f7d1433de36ee957ea49a81dbe8b6c0d9310c602d71f9fb4650588cdd799076ade286463b6b3fb
DIST xml2rfc-3.26.0.gh.tar.gz 2839215 BLAKE2B
b175e85fc82090d15176977d1af1e4968ff8d1c5a17fc5c07b7e20fdc1b5c28328fe75d77ed124da7d836422e5bf68614f9bfaa9f6a45fd7bc734e0acda2
SHA512
3ac5aa2e0acbef01a54160e448dfbf2e9f09aae582fddf0677008f6af666ecf263d504a969fb60e3d3dbc593fd10171e1487daf47a2bc35e1ee9942acff19599
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
deleted file mode 100644
index d5bc76bea3ca..
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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/
- https://pypi.org/project/xml2rfc/
-"
-SRC_URI="
- https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
- dev-python/configargparse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto-cjk
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
diff --git a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
deleted file mode 100644
index 1d62b53608f5..
--- a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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/
- https://pypi.org/project/xml2rfc/
-"
-SRC_URI="
- https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-pyt
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: b9e62fd788501980a77cb5485e063286a5bdbe97
Author: Pacho Ramos gentoo org>
AuthorDate: Sat Jul 5 08:22:57 2025 +
Commit: Pacho Ramos gentoo org>
CommitDate: Sat Jul 5 08:26:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e62fd7
app-text/xml2rfc: Migrate to media-fonts/noto-cjk
Instead of wrongly pulling noto[cjk], that was only pulling noto-cjk as a meta
package.
Signed-off-by: Pacho Ramos gentoo.org>
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 4 ++--
app-text/xml2rfc/xml2rfc-3.23.2.ebuild | 4 ++--
app-text/xml2rfc/xml2rfc-3.24.0.ebuild | 2 +-
app-text/xml2rfc/xml2rfc-3.26.0.ebuild | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index 760e908553ea..d5bc76bea3ca 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,7 +43,7 @@ BDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
+ media-fonts/noto-cjk
)
"
diff --git a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
index 787096e25de2..1d62b53608f5 100644
--- a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,7 +43,7 @@ BDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
+ media-fonts/noto-cjk
)
"
diff --git a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
index 55fbc0e9f2e3..d5bc76bea3ca 100644
--- a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
@@ -43,7 +43,7 @@ BDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
+ media-fonts/noto-cjk
)
"
diff --git a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
index 55fbc0e9f2e3..d5bc76bea3ca 100644
--- a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
@@ -43,7 +43,7 @@ BDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
+ media-fonts/noto-cjk
)
"
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 9ea885779a7e07cb26aa35816c34442e13e1b944
Author: Sam James gentoo org>
AuthorDate: Thu May 22 21:47:40 2025 +
Commit: Sam James gentoo org>
CommitDate: Thu May 22 21:47:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea88577
app-text/xml2rfc: Stabilize 3.26.0 amd64, #956458
Signed-off-by: Sam James gentoo.org>
app-text/xml2rfc/xml2rfc-3.26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
index 4e27e42a9e83..55fbc0e9f2e3 100644
--- a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 3cccf84579f33ad604402a122b3e2d36e0100963 Author: Florian Schmaus gentoo org> AuthorDate: Wed Jan 29 14:14:23 2025 + Commit: Florian Schmaus gentoo org> CommitDate: Wed Jan 29 14:24:47 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cccf845 app-text/xml2rfc: metadata: add changelog and bugs-to Signed-off-by: Florian Schmaus gentoo.org> app-text/xml2rfc/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/xml2rfc/metadata.xml b/app-text/xml2rfc/metadata.xml index bc2b5035b11b..0616885f9bff 100644 --- a/app-text/xml2rfc/metadata.xml +++ b/app-text/xml2rfc/metadata.xml @@ -8,5 +8,7 @@ xml2rfc ietf-tools/xml2rfc + https://github.com/ietf-tools/xml2rfc/releases + https://github.com/ietf-tools/xml2rfc/issues
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: fa99cbbce3f753156a398d0335776ca868509253
Author: Florian Schmaus gentoo org>
AuthorDate: Wed Jan 29 14:15:23 2025 +
Commit: Florian Schmaus gentoo org>
CommitDate: Wed Jan 29 14:24:47 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa99cbbc
app-text/xml2rfc: add 3.26.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.26.0.ebuild | 56 ++
2 files changed, 57 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 491c94d2ea1f..7a3f093bd67a 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,3 +1,4 @@
DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
DIST xml2rfc-3.24.0.gh.tar.gz 2838316 BLAKE2B
3c6cfe36f041125b7ba2ef5f75f8fb8312f0d21d57e567905d47f9661cdc0bf2733e0f17441453fe85c2afa66bcf1fbb7a11a66b61201e717d5d3c5a5b73a449
SHA512
e89ed354f40304cc13f99e4e2b53abbf226b06b17bb47be677f7d1433de36ee957ea49a81dbe8b6c0d9310c602d71f9fb4650588cdd799076ade286463b6b3fb
+DIST xml2rfc-3.26.0.gh.tar.gz 2839215 BLAKE2B
b175e85fc82090d15176977d1af1e4968ff8d1c5a17fc5c07b7e20fdc1b5c28328fe75d77ed124da7d836422e5bf68614f9bfaa9f6a45fd7bc734e0acda2
SHA512
3ac5aa2e0acbef01a54160e448dfbf2e9f09aae582fddf0677008f6af666ecf263d504a969fb60e3d3dbc593fd10171e1487daf47a2bc35e1ee9942acff19599
diff --git a/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
new file mode 100644
index ..4e27e42a9e83
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.26.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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/
+ https://pypi.org/project/xml2rfc/
+"
+SRC_URI="
+ https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: d607b3c3c0c2b3e9ef3d27e53d022d9abd1005f4
Author: Florian Schmaus gentoo org>
AuthorDate: Sat Jan 18 10:51:00 2025 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sat Jan 18 10:51:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d607b3c3
app-text/xml2rfc: stabilize 3.24.0 for amd64
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.24.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
index 787096e25de2..55fbc0e9f2e3 100644
--- a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 3d84a921110e1e59c7b6fe34c55b225b212e4482
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Oct 31 18:18:52 2024 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Oct 31 18:39:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d84a921
app-text/xml2rfc: add 3.24.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.24.0.ebuild | 56 ++
2 files changed, 57 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index ee3a0790bec9..491c94d2ea1f 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1,3 @@
DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
+DIST xml2rfc-3.24.0.gh.tar.gz 2838316 BLAKE2B
3c6cfe36f041125b7ba2ef5f75f8fb8312f0d21d57e567905d47f9661cdc0bf2733e0f17441453fe85c2afa66bcf1fbb7a11a66b61201e717d5d3c5a5b73a449
SHA512
e89ed354f40304cc13f99e4e2b53abbf226b06b17bb47be677f7d1433de36ee957ea49a81dbe8b6c0d9310c602d71f9fb4650588cdd799076ade286463b6b3fb
diff --git a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
new file mode 100644
index ..63b878ca5350
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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/
+ https://pypi.org/project/xml2rfc/
+"
+SRC_URI="
+ https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 82354bdfaa2a7dfefaefce06577a8c94be175e8d
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Oct 17 07:52:30 2024 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Oct 17 08:05:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82354bdf
app-text/xml2rfc: drop 3.17.4
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.17.4.ebuild | 51 --
2 files changed, 52 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 7dc6489ca660..ee3a0790bec9 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,3 +1,2 @@
-DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
diff --git a/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
deleted file mode 100644
index 4e0aa2aed4e5..
--- a/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 07c01957cee61b94c11d3914f25948a37044982d
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Oct 17 07:51:57 2024 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Oct 17 08:05:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c01957
app-text/xml2rfc: add 3.23.2
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.23.2.ebuild | 56 ++
2 files changed, 57 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 33223c01b4c9..7dc6489ca660 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1,3 @@
DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
+DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
diff --git a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
new file mode 100644
index ..63b878ca5350
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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/
+ https://pypi.org/project/xml2rfc/
+"
+SRC_URI="
+ https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 6dd5fcb8b8f5c033cf1e77eb68d4c6df8e34107b
Author: Michał Górny gentoo org>
AuthorDate: Fri Jul 12 06:53:13 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Jul 12 06:55:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd5fcb8
app-text/xml2rfc: Enable py3.13
Signed-off-by: Michał Górny 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"
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: a85d2046f466474fbecf08df5bd873ecf27f5848
Author: Michał Górny gentoo org>
AuthorDate: Fri Jul 12 06:55:42 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Jul 12 06:56:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d2046
app-text/xml2rfc: Remove redundant RESTRICT
Signed-off-by: Michał Górny gentoo.org>
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index e0e2305fe1cf..330299f1066c 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -19,21 +19,10 @@ SRC_URI="
-> ${P}.gh.tar.gz
"
-RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
RDEPEND="
>=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
dev-python/ConfigArgParse[${PYTHON_USEDEP}]
@@ -48,6 +37,15 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: a0e24eddd43528762821a41be629ecdb14167739
Author: Michał Górny gentoo org>
AuthorDate: Tue May 28 15:23:47 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Tue May 28 15:27:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e24edd
app-text/xml2rfc: Enable py3.12
Closes: https://bugs.gentoo.org/929370
Signed-off-by: Michał Górny gentoo.org>
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index 4e0aa2aed4e5..de4584d36aff 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: a10b945fa99d04d144c8274ca9a3d3b82a84aa67
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Oct 22 10:24:22 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Oct 22 10:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10b945f
app-text/xml2rfc: stabilize 3.18.0 for amd64
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index 3b8c97ef1ad8..4e0aa2aed4e5 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -15,7 +15,7 @@
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz ->
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
test? (
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: d1dface786a6362f84037fef8947e13e4e38f112
Author: Florian Schmaus gentoo org>
AuthorDate: Mon Sep 11 08:31:56 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Mon Sep 11 08:31:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dface7
app-text/xml2rfc: add 3.18.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 51 ++
2 files changed, 52 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 79323ad37f71..33223c01b4c9 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1 +1,2 @@
DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
+DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
new file mode 100644
index ..3b8c97ef1ad8
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 4ee3d726018e07e8cd15ba6d7742fb78eeb0503a
Author: David Seifert gentoo org>
AuthorDate: Sun Aug 27 14:24:23 2023 +
Commit: David Seifert gentoo org>
CommitDate: Sun Aug 27 14:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee3d726
app-text/xml2rfc: drop 3.17.1
Signed-off-by: David Seifert gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.17.1.ebuild | 51 --
2 files changed, 52 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 8c89fabefb88..79323ad37f71 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1 @@
-DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
diff --git a/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
deleted file mode 100644
index c6054229ef12..
--- a/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/google-i18n-address[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/files/
commit: 89b03da374e6308342ecd918e9a09e20ca915adc
Author: Michael Mair-Keimberger levelnine at>
AuthorDate: Sun Aug 13 13:35:05 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Aug 13 15:47:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b03da3
app-text/xml2rfc: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32292
Signed-off-by: Florian Schmaus gentoo.org>
.../xml2rfc/files/xml2rfc-Remove-broken-test.patch | 79 --
1 file changed, 79 deletions(-)
diff --git a/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
b/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
deleted file mode 100644
index d7d027962c24..
--- a/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From ed27e2983c27065bd88ac82cd26a5b9128544b45 Mon Sep 17 00:00:00 2001
-From: Florian Schmaus
-Date: Fri, 28 Oct 2022 20:18:10 +0200
-Subject: [PATCH] Remove broken test
-
a/test.py
-+++ b/test.py
-@@ -466,71 +466,6 @@ class WriterRfcTest(WriterRootTest):
- return self.status_test()
-
-
--class PdfWriterTests(unittest.TestCase):
--elements_root = None
--elements_pdfxml = None
--
--@classmethod
--def setUpClass(cls) -> None:
--# Putting this in setUpClass() allows this module to be imported even
if this
--# procedure will fail. This improves some error messages and makes
debugging
--# a little bit easier. The setUpClass() method is run by unittest
during init.
--# This happens only once, avoiding repeated execution of slow
operations.
--def _pdfwriter(path):
--""" Parse a minimal RFC tree and instantiate a writer """
--parser = xml2rfc.XmlRfcParser(path, quiet=True,
**options_for_xmlrfcparser)
--xmlrfc = parser.parse()
--writer = xml2rfc.writers.pdf.PdfWriter(xmlrfc, quiet=True, )
--return writer
--
--elements_writer = _pdfwriter('tests/input/elements.xml')
--try:
--elements_pdfdoc = elements_writer.pdf() # has side effects on
.root
--except Exception as e:
--print(e)
--raise
--cls.pdf_writer = elements_writer
--cls.elements_root = elements_writer.root
--cls.elements_pdfxml = xmldoc(None, bytes=elements_pdfdoc)
--
--def setUp(self):
--xml2rfc.log.quiet = True
--self.pdfxml = copy.deepcopy(self.elements_pdfxml)
--self.root = copy.deepcopy(self.elements_root)
--
--def test_text_content(self):
--def norm(t):
--return re.sub(r'\s+', ' ', t).strip()
--#
--text = norm('\n'.join( p.text for p in
self.pdfxml.xpath('.//Page/text') ))
--for e in self.root.xpath('./middle//*'):
--if e.text and e.text.strip() and e.tag not in
xml2rfc.util.unicode.unicode_content_tags and not
xml2rfc.util.unicode.is_svg(e):
--t = norm(e.text.split(None, 1)[0])
--self.assertIn(t, text)
--
--def test_included_fonts(self):
--if xml2rfc.HAVE_WEASYPRINT and xml2rfc.HAVE_PANGO:
--font_families = set([ f.text for f in
self.pdfxml.xpath('.//FontFamily') ])
--for script in self.root.get('scripts').split(','):
--family =
xml2rfc.util.fonts.get_noto_serif_family_for_script(script)
--self.assertIn(family, font_families, 'Missing font match for
%s' % script)
--
--def test_flatten_unicode_spans(self):
--input_html = 'foobar'
--output_html = self.pdf_writer.flatten_unicode_spans(input_html)
--self.assertEqual(output_html, 'foobar')
--
--def test_get_serif_fonts(self):
--fonts = self.pdf_writer.get_serif_fonts()
--for font in ['Noto Serif', 'Noto Sans Cherokee', 'Noto Serif CJK SC',
'Noto Serif Hebrew']:
--self.assertIn(font, fonts)
--
--def test_get_mono_fonts(self):
--fonts = self.pdf_writer.get_mono_fonts()
--for font in ['Roboto Mono', 'Noto Sans Cherokee', 'Noto Serif CJK
SC', 'Noto Serif Hebrew']:
--self.assertIn(font, fonts)
--
--
- class HtmlWriterTest(unittest.TestCase):
- '''HtmlWriter tests'''
-
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 47a51559a13b7d1568b0436bb1161df07d8e9ab9
Author: Florian Schmaus gentoo org>
AuthorDate: Sat Jul 29 14:01:29 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sat Jul 29 14:01:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a51559
app-text/xml2rfc: stabilize 3.17.4 for amd64
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.17.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
index 3b8c97ef1ad8..4e0aa2aed4e5 100644
--- a/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
@@ -15,7 +15,7 @@
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz ->
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
test? (
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: c5710a85a13b3384cbc22e37d28573ef266ec359
Author: Florian Schmaus gentoo org>
AuthorDate: Sat Jul 29 14:01:39 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sat Jul 29 14:01:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5710a85
app-text/xml2rfc: drop 3.16.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.16.0.ebuild | 54 --
2 files changed, 55 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 82c9426f2ce7..8c89fabefb88 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,3 +1,2 @@
-DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
diff --git a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
deleted file mode 100644
index 6136dbb33773..
--- a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/google-i18n-address[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
-)
-
-distutils_enable_tests setup.py
-
-#src_test() {
- # https://github.com/ietf-tools/xml2rfc/issues/561
-# emake tests-no-network
-#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: e2804242c6fc3fe022327b24fe16e0cb2daf95b6
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Jun 25 15:39:08 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Jun 25 15:39:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2804242
app-text/xml2rfc: add 3.17.4
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.17.4.ebuild | 51 ++
2 files changed, 52 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index a3150a78b894..82c9426f2ce7 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1,3 @@
DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
+DIST xml2rfc-3.17.4.gh.tar.gz 2858770 BLAKE2B
b29b8a102668a5aa943a32b28a9d1669e2a6b0af03085a550c21a08e5bfb5ff3ee8979b03a3d7ae8e820ac8bf60455682914fd06a882e17183ca51aaf1dedf86
SHA512
3fc620eed12fc2a7f6015df8b6a5b1aa422cd8c26807e01d75498aee9257faad1bca68606f77598fb040a8dae074e35ffa0e2994a1ae8d59ee27d25fc6a755e5
diff --git a/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
new file mode 100644
index ..3b8c97ef1ad8
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.17.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: de7eb088bfb005e78ffb1de62288fd7dc9fde29f
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Jun 25 15:22:34 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Jun 25 15:22:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7eb088
app-text/xml2rfc: stabilize 3.17.1 for amd64
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.17.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
index 495e49666d19..c6054229ef12 100644
--- a/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
@@ -15,7 +15,7 @@
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz ->
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
test? (
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 0103496e1de1177dfc04b886baf237a6b37cb4f0
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Jun 25 15:22:43 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Jun 25 15:22:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0103496e
app-text/xml2rfc: drop 3.17.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.17.0.ebuild | 51 --
2 files changed, 52 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index cd8d07c0e9bf..a3150a78b894 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,3 +1,2 @@
DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
-DIST xml2rfc-3.17.0.gh.tar.gz 2856289 BLAKE2B
b48d83118c0bfc1044b703d22a5d1b132e3c9f07da91592ef416013fc3cd8a55ef9e9dc51c3e7725d560c0ccde76120e590fd19e1f36f5bbbe4c73f5d4683f4d
SHA512
61dadf2d8308cfade6210af62a54b638a02f44ba586ecd73c8929813c7a7013da933d8ff72f4a1107665da9a952e7fa188cf5cc71c928207b056c4f36f46679d
DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
diff --git a/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
deleted file mode 100644
index 495e49666d19..
--- a/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/google-i18n-address[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: c927695f2177288c49f196cee484d9f133148be5
Author: Michał Górny gentoo org>
AuthorDate: Sat Jun 10 11:43:51 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Jun 10 11:45:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c927695f
app-text/xml2rfc: Remove old
Signed-off-by: Michał Górny gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.15.3.ebuild | 54 --
2 files changed, 55 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 2d54906bba1d..cd8d07c0e9bf 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,4 +1,3 @@
-DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
DIST xml2rfc-3.17.0.gh.tar.gz 2856289 BLAKE2B
b48d83118c0bfc1044b703d22a5d1b132e3c9f07da91592ef416013fc3cd8a55ef9e9dc51c3e7725d560c0ccde76120e590fd19e1f36f5bbbe4c73f5d4683f4d
SHA512
61dadf2d8308cfade6210af62a54b638a02f44ba586ecd73c8929813c7a7013da933d8ff72f4a1107665da9a952e7fa188cf5cc71c928207b056c4f36f46679d
DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
diff --git a/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
b/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
deleted file mode 100644
index 55ad8cf2e16d..
--- a/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="
- test? (
- dev-python/PyPDF2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/google-i18n-address[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
-)
-
-distutils_enable_tests setup.py
-
-#src_test() {
- # https://github.com/ietf-tools/xml2rfc/issues/561
-# emake tests-no-network
-#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: e178a9558a16b952c7dc3185d8970942e0d39fa8
Author: Florian Schmaus gentoo org>
AuthorDate: Thu May 4 06:51:35 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu May 4 06:54:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e178a955
app-text/xml2rfc: add 3.17.1
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.17.1.ebuild | 51 ++
2 files changed, 52 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index cacc6d3da544..2d54906bba1d 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,3 +1,4 @@
DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
DIST xml2rfc-3.17.0.gh.tar.gz 2856289 BLAKE2B
b48d83118c0bfc1044b703d22a5d1b132e3c9f07da91592ef416013fc3cd8a55ef9e9dc51c3e7725d560c0ccde76120e590fd19e1f36f5bbbe4c73f5d4683f4d
SHA512
61dadf2d8308cfade6210af62a54b638a02f44ba586ecd73c8929813c7a7013da933d8ff72f4a1107665da9a952e7fa188cf5cc71c928207b056c4f36f46679d
+DIST xml2rfc-3.17.1.gh.tar.gz 2856471 BLAKE2B
81c0ba0788e6a7e5211186f87d06bf76622fae57557e62bfe3a9fbb9c3aa31de0e1e99302b28b81d4e7280a2f29704389c6a0936b20b0aee219576eff9bfc803
SHA512
d502afc37e350dfd4c578d160e3942c3a33ebf45941db1478cd8e88b3f00470ab457a44667dd0eb955a270e31ae528a73d3625f1a61aabb166705b3d367df62a
diff --git a/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
new file mode 100644
index ..495e49666d19
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.17.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ dev-python/google-i18n-address[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 104584c36ee07f2c9240485681fa147140822f99
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Mar 16 11:55:43 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Mar 16 11:55:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104584c3
app-text/xml2rfc: enable unittests
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.17.0.ebuild | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
index ec6251e95adb..495e49666d19 100644
--- a/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
@@ -42,9 +42,10 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
-#src_test() {
- # https://github.com/ietf-tools/xml2rfc/issues/561
-# emake tests-no-network
-#}
+src_prepare() {
+ default
+ # Disable broken PdfWriterTests.
+ sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 430828e0ab67801e9ec8267a03503bc4137162cf
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Mar 16 11:46:34 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Mar 16 11:47:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430828e0
app-text/xml2rfc: add 3.17.0
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.17.0.ebuild | 50 ++
2 files changed, 51 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index dd022a7b8995..cacc6d3da544 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1,3 @@
DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
+DIST xml2rfc-3.17.0.gh.tar.gz 2856289 BLAKE2B
b48d83118c0bfc1044b703d22a5d1b132e3c9f07da91592ef416013fc3cd8a55ef9e9dc51c3e7725d560c0ccde76120e590fd19e1f36f5bbbe4c73f5d4683f4d
SHA512
61dadf2d8308cfade6210af62a54b638a02f44ba586ecd73c8929813c7a7013da933d8ff72f4a1107665da9a952e7fa188cf5cc71c928207b056c4f36f46679d
diff --git a/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
new file mode 100644
index ..ec6251e95adb
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.17.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ dev-python/google-i18n-address[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+#src_test() {
+ # https://github.com/ietf-tools/xml2rfc/issues/561
+# emake tests-no-network
+#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: cf66aa84ec2fce30e49f3d91b3f483c0ff629fb3
Author: Florian Schmaus gentoo org>
AuthorDate: Thu Mar 16 11:46:58 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Thu Mar 16 11:47:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf66aa84
app-text/xml2rfc: stabilize 3.16.0 for amd64
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/xml2rfc-3.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
index 0f99e95f2f55..6136dbb33773 100644
--- a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
@@ -15,7 +15,7 @@
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz ->
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
test? (
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 3c1560796223a5ad9d3142d6151551b7f926144f
Author: Florian Schmaus gentoo org>
AuthorDate: Wed Jan 25 13:10:27 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Wed Jan 25 13:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c156079
app-text/xml2rfc: add 3.16.0
Closes: https://bugs.gentoo.org/889258
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.16.0.ebuild | 54 ++
2 files changed, 55 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 3b0945325b71..dd022a7b8995 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1 +1,2 @@
DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
+DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
SHA512
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2
diff --git a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
new file mode 100644
index ..0f99e95f2f55
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ dev-python/google-i18n-address[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
+)
+
+distutils_enable_tests setup.py
+
+#src_test() {
+ # https://github.com/ietf-tools/xml2rfc/issues/561
+# emake tests-no-network
+#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 4688e107d43bca8a7abf86f3d071233cf4201859
Author: Florian Schmaus gentoo org>
AuthorDate: Sun Jan 1 18:18:26 2023 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sun Jan 1 18:18:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4688e107
app-text/xml2rfc: drop 3.15.2
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 -
app-text/xml2rfc/xml2rfc-3.15.2.ebuild | 54 --
2 files changed, 55 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index e001df972b15..3b0945325b71 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,2 +1 @@
-DIST xml2rfc-3.15.2.gh.tar.gz 2849091 BLAKE2B
e792d07a2c8123dc32f4c2cfe794420f98db13da1812a4a7e82a4f2a2e2e70fa0e6b7385e189e70eba47c9be7e0ac281d3858437103b828ea8dbaaf8cef73b87
SHA512
5953ae40ad479b0aa6ab90f08f235ceddfa9c7e1edd868ee43bfd261f4c4d0fdfbbe052ff8a3274c39d283efc1105a0be3b4578fa372269f3274a72acdc950e8
DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
diff --git a/app-text/xml2rfc/xml2rfc-3.15.2.ebuild
b/app-text/xml2rfc/xml2rfc-3.15.2.ebuild
deleted file mode 100644
index fb60768a8577..
--- a/app-text/xml2rfc/xml2rfc-3.15.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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..10} )
-
-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"
-
-RESTRICT="!test? ( test )"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- dev-python/PyPDF2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto[cjk]
- )
-"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/google-i18n-address[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
-)
-
-distutils_enable_tests setup.py
-
-#src_test() {
- # https://github.com/ietf-tools/xml2rfc/issues/561
-# emake tests-no-network
-#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 33a63f59fbfc96d2731786185f30ba09b1022007
Author: Arthur Zamarin gentoo org>
AuthorDate: Wed Nov 30 20:49:29 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Wed Nov 30 20:49:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a63f59
app-text/xml2rfc: Stabilize 3.15.3 amd64, #883723
Signed-off-by: Arthur Zamarin gentoo.org>
app-text/xml2rfc/xml2rfc-3.15.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
b/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
index 1c0c63b13130..472546729a24 100644
--- a/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
@@ -15,7 +15,7 @@
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz ->
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
test? (
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
commit: 65e626b10b13df4a48010018d16f12289dbb4525
Author: Florian Schmaus gentoo org>
AuthorDate: Sat Nov 26 12:48:10 2022 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sat Nov 26 12:48:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e626b1
app-text/xml2rfc: add 3.15.3
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
app-text/xml2rfc/xml2rfc-3.15.3.ebuild | 54 ++
2 files changed, 55 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 2d450428dc8f..e001df972b15 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1 +1,2 @@
DIST xml2rfc-3.15.2.gh.tar.gz 2849091 BLAKE2B
e792d07a2c8123dc32f4c2cfe794420f98db13da1812a4a7e82a4f2a2e2e70fa0e6b7385e189e70eba47c9be7e0ac281d3858437103b828ea8dbaaf8cef73b87
SHA512
5953ae40ad479b0aa6ab90f08f235ceddfa9c7e1edd868ee43bfd261f4c4d0fdfbbe052ff8a3274c39d283efc1105a0be3b4578fa372269f3274a72acdc950e8
+DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
SHA512
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
diff --git a/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
b/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
new file mode 100644
index ..1c0c63b13130
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.15.3.ebuild
@@ -0,0 +1,54 @@
+# 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..11} )
+
+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"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/PyPDF2[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/dict2xml[${PYTHON_USEDEP}]
+ dev-python/weasyprint[${PYTHON_USEDEP}]
+ media-fonts/noto[cjk]
+ )
+"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/intervaltree[${PYTHON_USEDEP}]
+ dev-python/google-i18n-address[${PYTHON_USEDEP}]
+ >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
+)
+
+distutils_enable_tests setup.py
+
+#src_test() {
+ # https://github.com/ietf-tools/xml2rfc/issues/561
+# emake tests-no-network
+#}
[gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/files/, app-text/xml2rfc/
commit: d742652dd114a3f4661a0da49bec81835c2bd6b7
Author: Florian Schmaus gentoo org>
AuthorDate: Fri Oct 28 18:22:37 2022 +
Commit: Florian Schmaus gentoo org>
CommitDate: Sat Oct 29 16:46:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d742652d
app-text/xml2rfc: new package, add 3.15.2
Closes: https://github.com/gentoo/gentoo/pull/27749
Signed-off-by: Florian Schmaus gentoo.org>
app-text/xml2rfc/Manifest | 1 +
.../xml2rfc/files/xml2rfc-Remove-broken-test.patch | 79 ++
app-text/xml2rfc/metadata.xml | 12
app-text/xml2rfc/xml2rfc-3.15.2.ebuild | 54 +++
4 files changed, 146 insertions(+)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
new file mode 100644
index ..2d450428dc8f
--- /dev/null
+++ b/app-text/xml2rfc/Manifest
@@ -0,0 +1 @@
+DIST xml2rfc-3.15.2.gh.tar.gz 2849091 BLAKE2B
e792d07a2c8123dc32f4c2cfe794420f98db13da1812a4a7e82a4f2a2e2e70fa0e6b7385e189e70eba47c9be7e0ac281d3858437103b828ea8dbaaf8cef73b87
SHA512
5953ae40ad479b0aa6ab90f08f235ceddfa9c7e1edd868ee43bfd261f4c4d0fdfbbe052ff8a3274c39d283efc1105a0be3b4578fa372269f3274a72acdc950e8
diff --git a/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
b/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
new file mode 100644
index ..d7d027962c24
--- /dev/null
+++ b/app-text/xml2rfc/files/xml2rfc-Remove-broken-test.patch
@@ -0,0 +1,79 @@
+From ed27e2983c27065bd88ac82cd26a5b9128544b45 Mon Sep 17 00:00:00 2001
+From: Florian Schmaus
+Date: Fri, 28 Oct 2022 20:18:10 +0200
+Subject: [PATCH] Remove broken test
+
+--- a/test.py
b/test.py
+@@ -466,71 +466,6 @@ class WriterRfcTest(WriterRootTest):
+ return self.status_test()
+
+
+-class PdfWriterTests(unittest.TestCase):
+-elements_root = None
+-elements_pdfxml = None
+-
+-@classmethod
+-def setUpClass(cls) -> None:
+-# Putting this in setUpClass() allows this module to be imported even
if this
+-# procedure will fail. This improves some error messages and makes
debugging
+-# a little bit easier. The setUpClass() method is run by unittest
during init.
+-# This happens only once, avoiding repeated execution of slow
operations.
+-def _pdfwriter(path):
+-""" Parse a minimal RFC tree and instantiate a writer """
+-parser = xml2rfc.XmlRfcParser(path, quiet=True,
**options_for_xmlrfcparser)
+-xmlrfc = parser.parse()
+-writer = xml2rfc.writers.pdf.PdfWriter(xmlrfc, quiet=True, )
+-return writer
+-
+-elements_writer = _pdfwriter('tests/input/elements.xml')
+-try:
+-elements_pdfdoc = elements_writer.pdf() # has side effects on
.root
+-except Exception as e:
+-print(e)
+-raise
+-cls.pdf_writer = elements_writer
+-cls.elements_root = elements_writer.root
+-cls.elements_pdfxml = xmldoc(None, bytes=elements_pdfdoc)
+-
+-def setUp(self):
+-xml2rfc.log.quiet = True
+-self.pdfxml = copy.deepcopy(self.elements_pdfxml)
+-self.root = copy.deepcopy(self.elements_root)
+-
+-def test_text_content(self):
+-def norm(t):
+-return re.sub(r'\s+', ' ', t).strip()
+-#
+-text = norm('\n'.join( p.text for p in
self.pdfxml.xpath('.//Page/text') ))
+-for e in self.root.xpath('./middle//*'):
+-if e.text and e.text.strip() and e.tag not in
xml2rfc.util.unicode.unicode_content_tags and not
xml2rfc.util.unicode.is_svg(e):
+-t = norm(e.text.split(None, 1)[0])
+-self.assertIn(t, text)
+-
+-def test_included_fonts(self):
+-if xml2rfc.HAVE_WEASYPRINT and xml2rfc.HAVE_PANGO:
+-font_families = set([ f.text for f in
self.pdfxml.xpath('.//FontFamily') ])
+-for script in self.root.get('scripts').split(','):
+-family =
xml2rfc.util.fonts.get_noto_serif_family_for_script(script)
+-self.assertIn(family, font_families, 'Missing font match for
%s' % script)
+-
+-def test_flatten_unicode_spans(self):
+-input_html = 'foobar'
+-output_html = self.pdf_writer.flatten_unicode_spans(input_html)
+-self.assertEqual(output_html, 'foobar')
+-
+-def test_get_serif_fonts(self):
+-fonts = self.pdf_writer.get_serif_fonts()
+-for font in ['Noto Serif', 'Noto Sans Cherokee', 'Noto Serif CJK SC',
'Noto Serif Hebrew']:
+-self.assertIn(font, fonts)
+-
+-def test_get_mono_fonts(self):
+-fonts = self.pdf_writer.get_mono_fonts()
+-for font in ['Roboto Mono', 'Noto Sans Cherokee', 'Noto Serif CJK
SC', 'Noto Serif Hebrew']:
+-self.assertIn(font, fonts)
+-
+-
+ class HtmlWriterTest(unittest.TestCase):
+ '''HtmlWriter tests'''
+
diff --git a/app-text/xml2rfc/metadata.xml b/
