From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/xxhash/Manifest | 4 ++-- dev-python/xxhash/xxhash-2.0.2.ebuild | 31 ------------------------------- dev-python/xxhash/xxhash-3.0.0.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-python/xxhash/xxhash-2.0.2.ebuild create mode 100644 dev-python/xxhash/xxhash-3.0.0.ebuild (limited to 'dev-python/xxhash') diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest index 307250c74b8a..5b6c2588c3d6 100644 --- a/dev-python/xxhash/Manifest +++ b/dev-python/xxhash/Manifest @@ -1,3 +1,3 @@ -DIST xxhash-2.0.2.tar.gz 64283 BLAKE2B 01fe9868b45f0be762c233a80b550e4069bd7f259fac8aeb90407864ac1fa6cda314880c87ce03d8854bedbecea1eba665ec4e00b27b68a8573c398238c5ce97 SHA512 8908e78207ff7b835259e359e2617f6b96555bd9dbc5bb079c850e9de22fd33c15396fbde0cd824cf8af2a195217f3ddc1aa8e62f1ed4071408b4a29bab31f2c -EBUILD xxhash-2.0.2.ebuild 595 BLAKE2B a6340f3c9f22ccfe8f0d0d75944043351e85b3503f0279d90bffa617626f14e4d7c316d5b9ec1e9074ba533698ebb919754267b6e1b94a28e01e89473c836b93 SHA512 0f7228c525b072b1b123f4d53626d1109f1a0072c482d359e573418a529dffff86a5a78da301501dc8a24d407e0789e7ee489fdb9267b316871346e5c7cb7dda +DIST xxhash-3.0.0.tar.gz 74279 BLAKE2B 4c3d68103a7145aa1fd99da955b206c734c7882f1f6f3020d8bce9e5f2eb9714b9168b28918595bbb60445a024ec50d606e387358e6db8f4e575014763dece65 SHA512 170bfbacf0c4f8136550a257328d71dca096d996a52993a54442a7c5a54d48c51bb7997b3a718d73ae6c8e25a672ed4de664e7a651e02c43eb5f3fd135a59a80 +EBUILD xxhash-3.0.0.ebuild 632 BLAKE2B e71110c83b8d03e097514bb78abf48cda76b7cee3c91254b359430bf4e50085e4f1b796bb54c174b8fd41e418c59e2e5c1ec559715eb1532576326d1706ac5af SHA512 373b1469517217360ddcd6a7b01b628443e43cdf4f19a69d314e17f4882f9a3e7159284d63611b283174774595b1725474f16bb6d44275b329726bec919d5858 MISC metadata.xml 460 BLAKE2B 9be46212c7e4609718cb6e310be55378c6eefe5aef11a508b60abaaefb4341cf88e29a32bbf41dd05999ad1ba3951519bc749730ea7f5c3bbc437d7a9c3a3b25 SHA512 0ca1062c40a5a4e58ae27f9ba05c64c7289475bb126e015d74e1a5faee6c46a15f791e1545806506f28b3d1414d6d84d5c0472d7a99c9feed28bcdcbe97a0eca diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild b/dev-python/xxhash/xxhash-2.0.2.ebuild deleted file mode 100644 index b13178e0671a..000000000000 --- a/dev-python/xxhash/xxhash-2.0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python binding for the xxHash library" -HOMEPAGE="https://github.com/ifduyue/python-xxhash - https://pypi.org/project/xxhash/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-libs/xxhash-0.8.0" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest - -python_configure_all() { - export XXHASH_LINK_SO=1 -} - -python_test() { - cd tests || die - eunittest -} diff --git a/dev-python/xxhash/xxhash-3.0.0.ebuild b/dev-python/xxhash/xxhash-3.0.0.ebuild new file mode 100644 index 000000000000..22add56750f2 --- /dev/null +++ b/dev-python/xxhash/xxhash-3.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Python binding for the xxHash library" +HOMEPAGE="https://github.com/ifduyue/python-xxhash + https://pypi.org/project/xxhash/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~x86" + +RDEPEND=">=dev-libs/xxhash-0.8.0" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest + +python_configure_all() { + export XXHASH_LINK_SO=1 +} + +python_test() { + cd tests || die + eunittest +} -- cgit v1.2.3