diff options
author | 2023-02-28 20:00:01 +0100 | |
---|---|---|
committer | 2023-02-28 20:00:01 +0100 | |
commit | 9e4b8db3667905b45f935e436f949c7fefd5dfb0 (patch) | |
tree | 5d8b4acf896417f1818f5c5eb5dc4b909e96fea4 /dev-python/whatthepatch/whatthepatch-1.0.4.ebuild | |
parent | dev-python/pycryptodome: Remove old (diff) | |
download | gentoo-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/whatthepatch-1.0.4.ebuild')
-rw-r--r-- | dev-python/whatthepatch/whatthepatch-1.0.4.ebuild | 3 |
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" |