commit: e79b6f7ddcc424e6931c3ef80f67c01a6dc8a520
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 07:30:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 07:37:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79b6f7d
dev-python/zstd: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zstd/zstd-1.5.4.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/zstd/zstd-1.5.4.0.ebuild
b/dev-python/zstd/zstd-1.5.4.0.ebuild
index df6eb247020a..0c805254d3dc 100644
--- a/dev-python/zstd/zstd-1.5.4.0.ebuild
+++ b/dev-python/zstd/zstd-1.5.4.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library"
HOMEPAGE="
https://github.com/sergey-dryabzhinsky/python-zstd/
https://pypi.org/project/zstd/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"