summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-28 20:00:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-28 20:00:01 +0100
commit9e4b8db3667905b45f935e436f949c7fefd5dfb0 (patch)
tree5d8b4acf896417f1818f5c5eb5dc4b909e96fea4 /dev-python/whatthepatch
parentdev-python/pycryptodome: Remove old (diff)
downloadgentoo-9e4b8db3667905b45f935e436f949c7fefd5dfb0.tar.gz
gentoo-9e4b8db3667905b45f935e436f949c7fefd5dfb0.tar.bz2
gentoo-9e4b8db3667905b45f935e436f949c7fefd5dfb0.zip
dev-python/whatthepatch: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whatthepatch')
-rw-r--r--dev-python/whatthepatch/whatthepatch-1.0.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild
index 77385ba4720c..bc0ab6c46818 100644
--- a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild
+++ b/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A patch parsing and application library."
HOMEPAGE="
https://github.com/cscorley/whatthepatch/
https://pypi.org/project/whatthepatch/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"