summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:37 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:49:55 +0100
commit7b80c8bdb0b246eed4f680b8b62cb5fb15a01ac9 (patch)
treea84b34932bb8b5e5346abee90702649298484ba3 /app-arch/patool
parentapp-arch/dtrx: Use pypi.eclass (diff)
downloadgentoo-7b80c8bdb0b246eed4f680b8b62cb5fb15a01ac9.tar.gz
gentoo-7b80c8bdb0b246eed4f680b8b62cb5fb15a01ac9.tar.bz2
gentoo-7b80c8bdb0b246eed4f680b8b62cb5fb15a01ac9.zip
app-arch/patool: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/patool')
-rw-r--r--app-arch/patool/patool-1.12.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild
index b41af1cb9439..2390c5ebb8ee 100644
--- a/app-arch/patool/patool-1.12.ebuild
+++ b/app-arch/patool/patool-1.12.ebuild
@@ -5,11 +5,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Portable archive file manager"
HOMEPAGE="http://wummel.github.io/patool/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"