summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:44 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:24:58 +0100
commitf0c6ce9dbf6507d41895499fbbed6e4057b91a29 (patch)
tree0af1c87305276fc22a6b44c308c6604f339b9cbe /dev-python/python-snappy
parentdev-python/python-rtmidi: Use pypi.eclass (diff)
downloadgentoo-f0c6ce9dbf6507d41895499fbbed6e4057b91a29.tar.gz
gentoo-f0c6ce9dbf6507d41895499fbbed6e4057b91a29.tar.bz2
gentoo-f0c6ce9dbf6507d41895499fbbed6e4057b91a29.zip
dev-python/python-snappy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-snappy')
-rw-r--r--dev-python/python-snappy/python-snappy-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index 4e781106a794..43c1f704281d 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python library for the snappy compression library from Google"
HOMEPAGE="
https://github.com/andrix/python-snappy/
https://pypi.org/project/python-snappy/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"