commit: 25a6e12927e9eaac2a6e549bbef4f9aee98f70e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:48:14 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 04:04:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a6e129
dev-python/reflink: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/reflink/reflink-0.2.1-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/reflink/reflink-0.2.1-r3.ebuild
b/dev-python/reflink/reflink-0.2.1-r3.ebuild
index 4779601343e7..2d30e2b09a0e 100644
--- a/dev-python/reflink/reflink-0.2.1-r3.ebuild
+++ b/dev-python/reflink/reflink-0.2.1-r3.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_IN_SOURCE_BUILD=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python wrapper around the reflink system calls"
HOMEPAGE="https://gitlab.com/rubdos/pyreflink"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"