commit:     a32732f2e95e94f3f59e0af83fc864e96fb1194e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:44:58 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:45:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32732f2

dev-python/cffi: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cffi/cffi-1.15.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/cffi/cffi-1.15.1.ebuild 
b/dev-python/cffi/cffi-1.15.1.ebuild
index 991b7f56bec3..0077be4351b0 100644
--- a/dev-python/cffi/cffi-1.15.1.ebuild
+++ b/dev-python/cffi/cffi-1.15.1.ebuild
@@ -9,14 +9,13 @@ DISTUTILS_USE_PEP517=setuptools
 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 toolchain-funcs
+inherit distutils-r1 toolchain-funcs pypi
 
 DESCRIPTION="Foreign Function Interface for Python calling C code"
 HOMEPAGE="
        https://cffi.readthedocs.io/
        https://pypi.org/project/cffi/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"

Reply via email to