diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:24:58 +0100 |
commit | f0c6ce9dbf6507d41895499fbbed6e4057b91a29 (patch) | |
tree | 0af1c87305276fc22a6b44c308c6604f339b9cbe /dev-python/python-snappy | |
parent | dev-python/python-rtmidi: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 4 |
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" |