commit: 8b89717e736d5935d6315afd47d095fee977a7a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 05:37:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 05:38:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b89717e
dev-python/pycurl: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycurl/pycurl-7.45.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pycurl/pycurl-7.45.2.ebuild
b/dev-python/pycurl/pycurl-7.45.2.ebuild
index 4dd8c987afbd..b0b1d57414d6 100644
--- a/dev-python/pycurl/pycurl-7.45.2.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 toolchain-funcs
+inherit distutils-r1 pypi toolchain-funcs
DESCRIPTION="Python bindings for curl/libcurl"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/pycurl/pycurl/
https://pypi.org/project/pycurl/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"