From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D52CD15800F for ; Sun, 1 Jan 2023 18:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A33E07AE; Sun, 1 Jan 2023 18:18:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED4C2E07AE for ; Sun, 1 Jan 2023 18:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E123408B8 for ; Sun, 1 Jan 2023 18:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9455762F for ; Sun, 1 Jan 2023 18:18:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672597118.4688e107d43bca8a7abf86f3d071233cf4201859.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xml2rfc/Manifest app-text/xml2rfc/xml2rfc-3.15.2.ebuild X-VCS-Directories: app-text/xml2rfc/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4688e107d43bca8a7abf86f3d071233cf4201859 X-VCS-Branch: master Date: Sun, 1 Jan 2023 18:18:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdf574cd-a796-4ac8-8b8f-ea4d99ec077f X-Archives-Hash: 9f4103936e28dad6103497696a996d68 commit: 4688e107d43bca8a7abf86f3d071233cf4201859 Author: Florian Schmaus gentoo org> AuthorDate: Sun Jan 1 18:18:26 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jan 1 18:18:38 2023 +0000 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..000000000000 --- 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 -#}