summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:47:06 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:59:00 +0100
commit0386d44a76bc5f6cdabbd93ddcbd1b86ed3c0b24 (patch)
tree75828f5c22ce25b153c2282923ba8d367fbc111a /dev-python/ovs
parentdev-python/oslotest: Use pypi.eclass (diff)
downloadgentoo-0386d44a76bc5f6cdabbd93ddcbd1b86ed3c0b24.tar.gz
gentoo-0386d44a76bc5f6cdabbd93ddcbd1b86ed3c0b24.tar.bz2
gentoo-0386d44a76bc5f6cdabbd93ddcbd1b86ed3c0b24.zip
dev-python/ovs: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ovs')
-rw-r--r--dev-python/ovs/ovs-2.17.1_p1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index 95604fae8bfb..ad19dd3a261f 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -5,14 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
+inherit distutils-r1 pypi
DESCRIPTION="OVS bindings for python"
HOMEPAGE="https://github.com/openvswitch/ovs/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"