Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/
Date: Thu, 16 Mar 2023 03:47:13
Message-Id: 1678938314.a32732f2e95e94f3f59e0af83fc864e96fb1194e.mgorny@gentoo
1 commit: a32732f2e95e94f3f59e0af83fc864e96fb1194e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:44:58 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:45:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32732f2
7
8 dev-python/cffi: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cffi/cffi-1.15.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/cffi/cffi-1.15.1.ebuild b/dev-python/cffi/cffi-1.15.1.ebuild
16 index 991b7f56bec3..0077be4351b0 100644
17 --- a/dev-python/cffi/cffi-1.15.1.ebuild
18 +++ b/dev-python/cffi/cffi-1.15.1.ebuild
19 @@ -9,14 +9,13 @@ DISTUTILS_USE_PEP517=setuptools
20 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1 toolchain-funcs
24 +inherit distutils-r1 toolchain-funcs pypi
25
26 DESCRIPTION="Foreign Function Interface for Python calling C code"
27 HOMEPAGE="
28 https://cffi.readthedocs.io/
29 https://pypi.org/project/cffi/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0/${PV}"