diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-27 22:25:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-27 22:25:37 +0300 |
commit | dfb5ef16000560ecfbafb86375a4cf1f34039fde (patch) | |
tree | 38aa94309ad444af4a43041f368e3d0dc1229214 /dev-python/wstools | |
parent | net-libs/libwebsockets: Stabilize 4.3.2 ppc, #854621 (diff) | |
download | gentoo-dfb5ef16000560ecfbafb86375a4cf1f34039fde.tar.gz gentoo-dfb5ef16000560ecfbafb86375a4cf1f34039fde.tar.bz2 gentoo-dfb5ef16000560ecfbafb86375a4cf1f34039fde.zip |
dev-python/wstools: drop 0.4.8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/wstools')
-rw-r--r-- | dev-python/wstools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wstools/files/wstools-0.4.8-setup.patch | 25 | ||||
-rw-r--r-- | dev-python/wstools/wstools-0.4.8.ebuild | 30 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/wstools/Manifest b/dev-python/wstools/Manifest index 239bd2c12efe..13b97ac37279 100644 --- a/dev-python/wstools/Manifest +++ b/dev-python/wstools/Manifest @@ -1,2 +1 @@ DIST wstools-0.4.10.gh.tar.gz 204095 BLAKE2B 8d7652729846e991d84bf3c2b64394bf3954ae69cb1ed49ea7822432b965e5cfabd02f8d4ba7caa0cbf9df57def062b085aae75c5d4af1f9be078e2fd8031e0d SHA512 1acd8e62d71c7d330f1e953a0da1956291c5dfb25ff9b8b8799c83feaa4230e384955735b131bab7b430b92ae6c18498927d416d2d1e11fb5c5dad93417c671a -DIST wstools-0.4.8.tar.gz 199688 BLAKE2B 3b5137dd135ec8f0e6d69f94275d45367e609adb9763624fcabb899f84c6215c2df26485dcf32d44d6683bd97cd00e2d283cf9096b6f58414f2eacd9e8b93a4a SHA512 0f86e91a2de7333aaf5a58558a715edd6a0cf97150f6d0cae4ecf8e0702648a98e610aa6d3295444079bd616656efcb2823ae7c02c5c3ffcb4789548ac40cd0a diff --git a/dev-python/wstools/files/wstools-0.4.8-setup.patch b/dev-python/wstools/files/wstools-0.4.8-setup.patch deleted file mode 100644 index 3d8c168037a8..000000000000 --- a/dev-python/wstools/files/wstools-0.4.8-setup.patch +++ /dev/null @@ -1,25 +0,0 @@ -From eb57ef5ad6abeaf8d9daf4914f95bcd86670340a Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Mon, 6 Apr 2020 13:00:31 +0200 -Subject: [PATCH] Drop dependency on pytest-runner - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index d9887a8..8a63a13 100644 ---- a/setup.py -+++ b/setup.py -@@ -29,7 +29,7 @@ class PyTest(TestCommand): - - - setuptools.setup( -- setup_requires=['pbr>=1.10', 'setuptools>=17.1', 'pytest-runner'], -+ setup_requires=['pbr>=1.10', 'setuptools>=17.1'], - pbr=True, - cmdclass={'test': PyTest}, - test_suite='tests') --- -2.24.1 - diff --git a/dev-python/wstools/wstools-0.4.8.ebuild b/dev-python/wstools/wstools-0.4.8.ebuild deleted file mode 100644 index d6450a8d82fc..000000000000 --- a/dev-python/wstools/wstools-0.4.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml(+)" -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="WSDL parsing services package for Web Services for Python" -HOMEPAGE="https://github.com/pycontribs/wstools https://pypi.org/project/wstools/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] ) -" - -PATCHES=( - "${FILESDIR}/${P}-setup.patch" - "${FILESDIR}/${P}-fix-py3.10.patch" -) - -distutils_enable_tests pytest |