summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:59 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:07 +0100
commit7453a6b32f158db138abdfa5532f4ae425295ee9 (patch)
treecb9026655214b3d21f79492f224e5aa8c1264d2c /dev-python
parentc04a37a72163c2c39227461398f452c1601c85b8 (diff)
downloadgentoo-7453a6b32f158db138abdfa5532f4ae425295ee9.tar.gz
gentoo-7453a6b32f158db138abdfa5532f4ae425295ee9.tar.bz2
gentoo-7453a6b32f158db138abdfa5532f4ae425295ee9.zip
dev-python/txrequests: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/txrequests/txrequests-0.9.6-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
index 0f44b28c4a6b..d567f6b8f9f6 100644
--- a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
+++ b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python HTTP for Humans"
HOMEPAGE="https://github.com/tardyp/txrequests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"