summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:48:08 +0100
commit9d448523cf2c54b1516f5e9b30a229befbe54e77 (patch)
treea0cb1a588d90c72cceb237fe230b52946fa501e6 /dev-python/httpbin
parentdev-python/httpauth: Use pypi.eclass (diff)
downloadgentoo-9d448523cf2c54b1516f5e9b30a229befbe54e77.tar.gz
gentoo-9d448523cf2c54b1516f5e9b30a229befbe54e77.tar.bz2
gentoo-9d448523cf2c54b1516f5e9b30a229befbe54e77.zip
dev-python/httpbin: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r--dev-python/httpbin/httpbin-0.7.0-r5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
index 485913522e82..8025d864f504 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="HTTP Request and Response Service"
HOMEPAGE="
https://github.com/postmanlabs/httpbin/
https://pypi.org/project/httpbin/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"