summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-20 19:13:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-20 19:20:52 +0100
commit06e2a2d053a35c2a965727b0b90bdca00a6c3b28 (patch)
tree9cd537e3f8a3ea7a78b68e9608074aecb0ecb599 /dev-python/tavalidate
parentnet-dns/avahi: Enable py3.11 (diff)
downloadgentoo-06e2a2d053a35c2a965727b0b90bdca00a6c3b28.tar.gz
gentoo-06e2a2d053a35c2a965727b0b90bdca00a6c3b28.tar.bz2
gentoo-06e2a2d053a35c2a965727b0b90bdca00a6c3b28.zip
dev-python/tavalidate: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tavalidate')
-rw-r--r--dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild b/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild
index c8fb584de742..fee291574369 100644
--- a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild
+++ b/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Utities to validate Tavern responses"
HOMEPAGE="
https://github.com/sohoffice/tavalidate/
https://pypi.org/project/tavalidate/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"