diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-24 22:21:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-24 22:21:26 +0200 |
commit | ba77109dc2b5e7442d8881c85458ad2e8d7dee21 (patch) | |
tree | 4972b45c1c97f99f0365a2a2b5486c5c8c1054fb /dev-python/pyroute2 | |
parent | dev-go/go-license-detector: drop 3.1.0 (diff) | |
download | gentoo-ba77109dc2b5e7442d8881c85458ad2e8d7dee21.tar.gz gentoo-ba77109dc2b5e7442d8881c85458ad2e8d7dee21.tar.bz2 gentoo-ba77109dc2b5e7442d8881c85458ad2e8d7dee21.zip |
dev-python/pyroute2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r-- | dev-python/pyroute2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch | 13 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.5.14.ebuild | 36 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index 9109b75b72ca..7fd04e2423dd 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1,2 +1 @@ -DIST pyroute2-0.5.14.tar.gz 436853 BLAKE2B 9febcd6563d89b5ffd71342d8d83a3251494f978ad4449532b568cf0929c9f3d8d8d36e1a0b0f6733013e12f6322aea46d991a22f5c3fa93e47dfa08376ddd13 SHA512 9601cf8133b703c55770b6292cca1e907a029689aaeb350b6eee40406b56de5563ee0ba37b4814540c365a5974be78a024dcb27bc7ee00eac74676f4013cf277 DIST pyroute2-0.5.19.gh.tar.gz 457432 BLAKE2B ffb2717c60badb1453eeb15f5b83f1494e851ee011fcdebd3a5d249ecc4bea7064069a1af2fe2d34aefe9812c8b6808b8a14cbe518383c165b0b008d10505c5c SHA512 19b0acbff17415acad20a214e0622ca9a3fc51b92e603ab15663ea7e8da290fc0b2033aeca1c20200307e34173802f89998151f77d5bcfc5f87eb8b42ba591ce diff --git a/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch b/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch deleted file mode 100644 index 9fa7379e565c..000000000000 --- a/dev-python/pyroute2/files/pyroute2-0.5.12-readme-filename.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 5c387f01..b0f1449e 100644 ---- a/setup.py -+++ b/setup.py -@@ -23,7 +23,7 @@ module = __import__(config.get('setup', 'setuplib'), - ['setup'], 0) - setup = getattr(module, 'setup') - --readme = open("README.md", "r") -+readme = open("README.rst", "r") - - - setup(name='pyroute2', diff --git a/dev-python/pyroute2/pyroute2-0.5.14.ebuild b/dev-python/pyroute2/pyroute2-0.5.14.ebuild deleted file mode 100644 index aa6e0a92d04c..000000000000 --- a/dev-python/pyroute2/pyroute2-0.5.14.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) -PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="A pure Python netlink and Linux network configuration library" -HOMEPAGE="https://github.com/svinota/pyroute2" -SRC_URI="https://github.com/svinota/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -BDEPEND="test? ( dev-python/psutil[${PYTHON_USEDEP}] )" - -RESTRICT="!test? ( test )" - -# tests need root access -RESTRICT+=" test" - -PATCHES=( - "${FILESDIR}/pyroute2-0.5.12-readme-filename.patch" -) - -distutils_enable_tests nose - -python_prepare_all() { - sed -i "s/^release.*/release := ${PV}/" Makefile || die - distutils-r1_python_prepare_all -} |