summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-19 19:35:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-19 20:46:24 +0100
commite80b825bd09d8d0ad3a1a1f23b951209f993b270 (patch)
tree548d7b026a75b741206ee9262ca819bf1fe5d1a2 /dev-python
parentdev-python/xcffib: add pypy3 to PYTHON_COMPAT (diff)
downloadgentoo-e80b825bd09d8d0ad3a1a1f23b951209f993b270.tar.gz
gentoo-e80b825bd09d8d0ad3a1a1f23b951209f993b270.tar.bz2
gentoo-e80b825bd09d8d0ad3a1a1f23b951209f993b270.zip
dev-python/xcffib: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xcffib/xcffib-1.2.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/xcffib/xcffib-1.2.0.ebuild b/dev-python/xcffib/xcffib-1.2.0.ebuild
index ce0dbd1005b9..4e5502340699 100644
--- a/dev-python/xcffib/xcffib-1.2.0.ebuild
+++ b/dev-python/xcffib/xcffib-1.2.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
HOMEPAGE="
https://github.com/tych0/xcffib/
https://pypi.org/project/xcffib/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"