diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:44:58 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:45:14 +0100 |
| commit | a32732f2e95e94f3f59e0af83fc864e96fb1194e (patch) | |
| tree | 1b829b1ad582d3b35d221256496fbf5d287b8b06 /dev-python | |
| parent | 76a132ccb1acc36c143441e383553286d1730e42 (diff) | |
| download | gentoo-a32732f2e95e94f3f59e0af83fc864e96fb1194e.tar.gz gentoo-a32732f2e95e94f3f59e0af83fc864e96fb1194e.tar.bz2 gentoo-a32732f2e95e94f3f59e0af83fc864e96fb1194e.zip | |
dev-python/cffi: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cffi/cffi-1.15.1.ebuild | 3 |
1 files changed, 1 insertions, 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}" |
