diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:04:27 +0100 |
commit | 25a6e12927e9eaac2a6e549bbef4f9aee98f70e5 (patch) | |
tree | 80e616fc51f745eaa698cf785a1f151da98e558a /dev-python/reflink | |
parent | dev-python/readme_renderer: Use pypi.eclass (diff) | |
download | gentoo-25a6e12927e9eaac2a6e549bbef4f9aee98f70e5.tar.gz gentoo-25a6e12927e9eaac2a6e549bbef4f9aee98f70e5.tar.bz2 gentoo-25a6e12927e9eaac2a6e549bbef4f9aee98f70e5.zip |
dev-python/reflink: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/reflink')
-rw-r--r-- | dev-python/reflink/reflink-0.2.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 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" |