summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:04:25 +0100
commit8c6d33389956c70cf277df965b1ca9e8ea20c0c8 (patch)
treeebc7b6c500503edfcf6f6fc89875c4bde6f82646 /dev-python/rarfile
parentdev-python/rapidfuzz: Use pypi.eclass (diff)
downloadgentoo-8c6d33389956c70cf277df965b1ca9e8ea20c0c8.tar.gz
gentoo-8c6d33389956c70cf277df965b1ca9e8ea20c0c8.tar.bz2
gentoo-8c6d33389956c70cf277df965b1ca9e8ea20c0c8.zip
dev-python/rarfile: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rarfile')
-rw-r--r--dev-python/rarfile/rarfile-4.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/rarfile/rarfile-4.0-r1.ebuild b/dev-python/rarfile/rarfile-4.0-r1.ebuild
index e7359028d806..b4e875c7ab72 100644
--- a/dev-python/rarfile/rarfile-4.0-r1.ebuild
+++ b/dev-python/rarfile/rarfile-4.0-r1.ebuild
@@ -5,11 +5,10 @@ EAPI=8
DISTUTLS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Module for RAR archive reading"
HOMEPAGE="https://github.com/markokr/rarfile"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"