public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/
Date: Thu, 17 Oct 2024 08:06:04 +0000 (UTC)	[thread overview]
Message-ID: <1729152346.82354bdfaa2a7dfefaefce06577a8c94be175e8d.flow@gentoo> (raw)

commit:     82354bdfaa2a7dfefaefce06577a8c94be175e8d
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 07:52:30 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 08:05:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82354bdf

app-text/xml2rfc: drop 3.17.4

Signed-off-by: Florian Schmaus <flow <AT> 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..000000000000
--- 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
-}


             reply	other threads:[~2024-10-17  8:06 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17  8:06 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29 14:25 [gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/ Florian Schmaus
2025-01-29 14:25 Florian Schmaus
2025-01-18 10:52 Florian Schmaus
2024-10-31 18:39 Florian Schmaus
2024-10-17  8:06 Florian Schmaus
2024-07-12  6:56 Michał Górny
2024-07-12  6:56 Michał Górny
2024-05-28 15:27 Michał Górny
2023-10-22 10:28 Florian Schmaus
2023-09-11  8:32 Florian Schmaus
2023-08-27 14:24 David Seifert
2023-07-29 14:05 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-06-25 15:39 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-10 11:45 Michał Górny
2023-05-04  6:54 Florian Schmaus
2023-03-16 11:55 Florian Schmaus
2023-03-16 11:47 Florian Schmaus
2023-03-16 11:47 Florian Schmaus
2023-01-25 13:15 Florian Schmaus
2023-01-01 18:18 Florian Schmaus
2022-11-30 20:49 Arthur Zamarin
2022-11-26 12:48 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729152346.82354bdfaa2a7dfefaefce06577a8c94be175e8d.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox