mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/python-snappy: Bump to 0.7.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
de5f7c309f
commit
8cf087ddd7
@ -1 +1,2 @@
|
||||
DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
|
||||
DIST python-snappy-0.7.0.tar.gz 13142 BLAKE2B 6af6af7d695d9024bc53dc408c739ba95b2951ecdd5c16e38f4f30223d109ce6e87805b16911246c2d8eb9d0d43cf76f325ef8f4061648e9d040e346aa160863 SHA512 abe8ca65fb004aa5bd0e984a0ac8dda4166b3f88866ce971d689beff085afe3c3a36ea23bf4cd2444cfea9e076d3afcfe66d0a92486286ff9059c9646523865e
|
||||
|
||||
@ -7,6 +7,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">python-snappy</remote-id>
|
||||
<remote-id type="github">andrix/python-snappy</remote-id>
|
||||
<remote-id type="github">intake/python-snappy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
27
dev-python/python-snappy/python-snappy-0.7.0.ebuild
Normal file
27
dev-python/python-snappy/python-snappy-0.7.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python library for the snappy compression library from Google"
|
||||
HOMEPAGE="
|
||||
https://github.com/intake/python-snappy/
|
||||
https://pypi.org/project/python-snappy/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
|
||||
dev-python/crc32c[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Loading…
x
Reference in New Issue
Block a user