dev-python/pyroute2: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-07-24 22:21:26 +02:00
parent 0f9d9d6c52
commit ba77109dc2
3 changed files with 0 additions and 50 deletions

View File

@@ -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

View File

@@ -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',

View File

@@ -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
}