diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:45:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:48:08 +0100 |
commit | 9d448523cf2c54b1516f5e9b30a229befbe54e77 (patch) | |
tree | a0cb1a588d90c72cceb237fe230b52946fa501e6 /dev-python/httpbin | |
parent | dev-python/httpauth: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 3 |
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" |