Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
Date: Sun, 01 Jan 2023 18:18:56
Message-Id: 1672597118.4688e107d43bca8a7abf86f3d071233cf4201859.flow@gentoo
1 commit: 4688e107d43bca8a7abf86f3d071233cf4201859
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 18:18:26 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 18:18:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4688e107
7
8 app-text/xml2rfc: drop 3.15.2
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 app-text/xml2rfc/Manifest | 1 -
13 app-text/xml2rfc/xml2rfc-3.15.2.ebuild | 54 ----------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
17 index e001df972b15..3b0945325b71 100644
18 --- a/app-text/xml2rfc/Manifest
19 +++ b/app-text/xml2rfc/Manifest
20 @@ -1,2 +1 @@
21 -DIST xml2rfc-3.15.2.gh.tar.gz 2849091 BLAKE2B e792d07a2c8123dc32f4c2cfe794420f98db13da1812a4a7e82a4f2a2e2e70fa0e6b7385e189e70eba47c9be7e0ac281d3858437103b828ea8dbaaf8cef73b87 SHA512 5953ae40ad479b0aa6ab90f08f235ceddfa9c7e1edd868ee43bfd261f4c4d0fdfbbe052ff8a3274c39d283efc1105a0be3b4578fa372269f3274a72acdc950e8
22 DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B 936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f SHA512 3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
23
24 diff --git a/app-text/xml2rfc/xml2rfc-3.15.2.ebuild b/app-text/xml2rfc/xml2rfc-3.15.2.ebuild
25 deleted file mode 100644
26 index fb60768a8577..000000000000
27 --- a/app-text/xml2rfc/xml2rfc-3.15.2.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
41 -HOMEPAGE="https://ietf-tools.github.io/xml2rfc/ https://github.com/ietf-tools/xml2rfc"
42 -SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
43 -
44 -RESTRICT="!test? ( test )"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/PyPDF2[${PYTHON_USEDEP}]
52 - dev-python/decorator[${PYTHON_USEDEP}]
53 - dev-python/dict2xml[${PYTHON_USEDEP}]
54 - dev-python/weasyprint[${PYTHON_USEDEP}]
55 - media-fonts/noto[cjk]
56 - )
57 -"
58 -
59 -RDEPEND="
60 - dev-python/appdirs[${PYTHON_USEDEP}]
61 - dev-python/ConfigArgParse[${PYTHON_USEDEP}]
62 - dev-python/intervaltree[${PYTHON_USEDEP}]
63 - dev-python/google-i18n-address[${PYTHON_USEDEP}]
64 - >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
65 - >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
66 - dev-python/lxml[${PYTHON_USEDEP}]
67 - >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
68 - dev-python/pycountry[${PYTHON_USEDEP}]
69 - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
70 - dev-python/requests[${PYTHON_USEDEP}]
71 - dev-python/six[${PYTHON_USEDEP}]
72 -"
73 -
74 -PATCHES=(
75 - "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
76 -)
77 -
78 -distutils_enable_tests setup.py
79 -
80 -#src_test() {
81 - # https://github.com/ietf-tools/xml2rfc/issues/561
82 -# emake tests-no-network
83 -#}