summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:47:11 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:59:04 +0100
commit34e7543fabef009d7202f68d0e2a56904bd255c3 (patch)
tree5e0e367c82ac2b6bcef3a0c6bf575c2b61ea7427 /dev-python/patatt
parentdev-python/passlib: Use pypi.eclass (diff)
downloadgentoo-34e7543fabef009d7202f68d0e2a56904bd255c3.tar.gz
gentoo-34e7543fabef009d7202f68d0e2a56904bd255c3.tar.bz2
gentoo-34e7543fabef009d7202f68d0e2a56904bd255c3.zip
dev-python/patatt: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/patatt')
-rw-r--r--dev-python/patatt/patatt-0.6.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/patatt/patatt-0.6.2.ebuild b/dev-python/patatt/patatt-0.6.2.ebuild
index 52bbf5a324c4..782ac907b1f9 100644
--- a/dev-python/patatt/patatt-0.6.2.ebuild
+++ b/dev-python/patatt/patatt-0.6.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A simple library to add cryptographic attestation to patches sent via email"
HOMEPAGE="https://pypi.org/project/patatt/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"