summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-19 20:43:11 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-19 20:46:28 +0100
commitebcee7c0358293070d754a315732c7825fb0a5a4 (patch)
tree051cfc88f6b1f41a3d2870378d07ae1b67a9805b
parentdev-python/xlwt: Use pypi.eclass (diff)
downloadgentoo-ebcee7c0358293070d754a315732c7825fb0a5a4.tar.gz
gentoo-ebcee7c0358293070d754a315732c7825fb0a5a4.tar.bz2
gentoo-ebcee7c0358293070d754a315732c7825fb0a5a4.zip
dev-python/cppy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cppy/cppy-1.2.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cppy/cppy-1.2.1-r1.ebuild b/dev-python/cppy/cppy-1.2.1-r1.ebuild
index e2529817e26c..9b6fa30b9a0d 100644
--- a/dev-python/cppy/cppy-1.2.1-r1.ebuild
+++ b/dev-python/cppy/cppy-1.2.1-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="C++ header library which makes it easier to write Python extension modules"
HOMEPAGE="https://pypi.org/project/cppy/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"