[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-11-24 Thread Arthur Zamarin
commit: 2a4106653e650f0f71c4c6fec36768d0f4e7f553
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:49:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:49:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a410665

dev-python/xxhash: Stabilize 3.4.1 arm64, #918387

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/xxhash/xxhash-3.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.4.1.ebuild 
b/dev-python/xxhash/xxhash-3.4.1.ebuild
index f17d2e60c0cd..20d12a911146 100644
--- a/dev-python/xxhash/xxhash-3.4.1.ebuild
+++ b/dev-python/xxhash/xxhash-3.4.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-11-05 Thread Michał Górny
commit: 1c3e0fafd9c636363d1286bdf684a4d062f04b6d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 20:29:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 20:58:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3e0faf

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-3.3.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 683477f2d2ae..e196e2c6a5a9 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-3.3.0.tar.gz 84262 BLAKE2B 
9655bed8c30e8ecc7b3f12bebe9f845412e4fbc24daef11570eb8bf78deaf78fe4ea874a5ed334c965c055e6ad4e32f03f025d3ed815bb7a2249e8f80a0b04b0
 SHA512 
1418e0ff8d7dca7759bfe048ee42c2b1168b68ec69f431622f065c28bcf65b2e21f5951a8651f2151a17f8d1b19b47d5c305a545ae1e0d427c7cadf29e94b968
 DIST xxhash-3.4.1.tar.gz 84220 BLAKE2B 
9bf0bc3ea15adbcf9c1b0dd526f406bd20ca11b6c25c2c771e34952d9bd3d2e85d121304bebfe47590573b4da73acf28d1726d0c628239ec9591738462cee3c0
 SHA512 
ab3c1fa5ce3ebefa13f87c60a700a897a080c576f1ce492bae9c47eb24a9d182cc8e71bfed81c8f0413ee261fd5522bdf44187043c9703958b72fa77e46a8953

diff --git a/dev-python/xxhash/xxhash-3.3.0.ebuild 
b/dev-python/xxhash/xxhash-3.3.0.ebuild
deleted file mode 100644
index 0aec18ebcf61..
--- a/dev-python/xxhash/xxhash-3.3.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding for the xxHash library"
-HOMEPAGE="
-   https://github.com/ifduyue/python-xxhash/
-   https://pypi.org/project/xxhash/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-DEPEND="
-   >=dev-libs/xxhash-0.8.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-   export XXHASH_LINK_SO=1
-}
-
-python_test() {
-   cd tests || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-11-05 Thread Sam James
commit: 3f3e3cd5673d7e204ede9d5912a6b74b6d6548ba
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 20:06:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 20:06:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3e3cd5

dev-python/xxhash: Stabilize 3.4.1 amd64, #916941

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-3.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.4.1.ebuild 
b/dev-python/xxhash/xxhash-3.4.1.ebuild
index b271bad65166..f17d2e60c0cd 100644
--- a/dev-python/xxhash/xxhash-3.4.1.ebuild
+++ b/dev-python/xxhash/xxhash-3.4.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-10-04 Thread Michał Górny
commit: e48b8d4fca9a582284a2bb690ba021fabecb7c41
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  5 02:53:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  5 02:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48b8d4f

dev-python/xxhash: Bump to 3.4.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-3.4.1.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index fc5308e36143..683477f2d2ae 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-3.3.0.tar.gz 84262 BLAKE2B 
9655bed8c30e8ecc7b3f12bebe9f845412e4fbc24daef11570eb8bf78deaf78fe4ea874a5ed334c965c055e6ad4e32f03f025d3ed815bb7a2249e8f80a0b04b0
 SHA512 
1418e0ff8d7dca7759bfe048ee42c2b1168b68ec69f431622f065c28bcf65b2e21f5951a8651f2151a17f8d1b19b47d5c305a545ae1e0d427c7cadf29e94b968
+DIST xxhash-3.4.1.tar.gz 84220 BLAKE2B 
9bf0bc3ea15adbcf9c1b0dd526f406bd20ca11b6c25c2c771e34952d9bd3d2e85d121304bebfe47590573b4da73acf28d1726d0c628239ec9591738462cee3c0
 SHA512 
ab3c1fa5ce3ebefa13f87c60a700a897a080c576f1ce492bae9c47eb24a9d182cc8e71bfed81c8f0413ee261fd5522bdf44187043c9703958b72fa77e46a8953

diff --git a/dev-python/xxhash/xxhash-3.4.1.ebuild 
b/dev-python/xxhash/xxhash-3.4.1.ebuild
new file mode 100644
index ..b271bad65166
--- /dev/null
+++ b/dev-python/xxhash/xxhash-3.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python binding for the xxHash library"
+HOMEPAGE="
+   https://github.com/ifduyue/python-xxhash/
+   https://pypi.org/project/xxhash/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+   >=dev-libs/xxhash-0.8.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-09-02 Thread Michał Górny
commit: 663c4e58a14ce1a1faa00771673feb8d110b115d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 13:59:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 14:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663c4e58

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-3.2.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 5c2639f65c74..fc5308e36143 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-3.2.0.tar.gz 74561 BLAKE2B 
d2c32b9a556eaaa67d961e130b017ff82944fbec983f24e0356436a7a23927faaba118328eff508e288e0757a1379b5ff88a48c2130eb9b3cf347e178cfc810d
 SHA512 
bbe903b95de3e91177064986adc5c945a9b7058650ea2b5cc10ee162a15a42909dc69f95b86081b8d276960f309b4bacf895ad263a9d9188fa66bb216d76dcd5
 DIST xxhash-3.3.0.tar.gz 84262 BLAKE2B 
9655bed8c30e8ecc7b3f12bebe9f845412e4fbc24daef11570eb8bf78deaf78fe4ea874a5ed334c965c055e6ad4e32f03f025d3ed815bb7a2249e8f80a0b04b0
 SHA512 
1418e0ff8d7dca7759bfe048ee42c2b1168b68ec69f431622f065c28bcf65b2e21f5951a8651f2151a17f8d1b19b47d5c305a545ae1e0d427c7cadf29e94b968

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
deleted file mode 100644
index f17d2e60c0cd..
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding for the xxHash library"
-HOMEPAGE="
-   https://github.com/ifduyue/python-xxhash/
-   https://pypi.org/project/xxhash/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-DEPEND="
-   >=dev-libs/xxhash-0.8.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-   export XXHASH_LINK_SO=1
-}
-
-python_test() {
-   cd tests || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-09-01 Thread Sam James
commit: e97eb81f6ece8b6b643236dabc50670c8db706d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97eb81f

dev-python/xxhash: Stabilize 3.3.0 amd64, #913450

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.3.0.ebuild 
b/dev-python/xxhash/xxhash-3.3.0.ebuild
index 4839bd405feb..0aec18ebcf61 100644
--- a/dev-python/xxhash/xxhash-3.3.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-07-30 Thread Michał Górny
commit: ec3f263f816b8b6f9f65531ed3080d5f48fe9f92
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 17:42:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 17:51:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3f263f

dev-python/xxhash: Bump to 3.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-3.3.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 2a51c4bd01f3..5c2639f65c74 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-3.2.0.tar.gz 74561 BLAKE2B 
d2c32b9a556eaaa67d961e130b017ff82944fbec983f24e0356436a7a23927faaba118328eff508e288e0757a1379b5ff88a48c2130eb9b3cf347e178cfc810d
 SHA512 
bbe903b95de3e91177064986adc5c945a9b7058650ea2b5cc10ee162a15a42909dc69f95b86081b8d276960f309b4bacf895ad263a9d9188fa66bb216d76dcd5
+DIST xxhash-3.3.0.tar.gz 84262 BLAKE2B 
9655bed8c30e8ecc7b3f12bebe9f845412e4fbc24daef11570eb8bf78deaf78fe4ea874a5ed334c965c055e6ad4e32f03f025d3ed815bb7a2249e8f80a0b04b0
 SHA512 
1418e0ff8d7dca7759bfe048ee42c2b1168b68ec69f431622f065c28bcf65b2e21f5951a8651f2151a17f8d1b19b47d5c305a545ae1e0d427c7cadf29e94b968

diff --git a/dev-python/xxhash/xxhash-3.3.0.ebuild 
b/dev-python/xxhash/xxhash-3.3.0.ebuild
new file mode 100644
index ..4839bd405feb
--- /dev/null
+++ b/dev-python/xxhash/xxhash-3.3.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python binding for the xxHash library"
+HOMEPAGE="
+   https://github.com/ifduyue/python-xxhash/
+   https://pypi.org/project/xxhash/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+   >=dev-libs/xxhash-0.8.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-06-06 Thread Michał Górny
commit: 40cb59894fd81ef8bc8d4e19d89341ab3393390c
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jun  5 20:39:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 06:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cb5989

dev-python/xxhash: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
index dfe2fe5607c7..f17d2e60c0cd 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-05-04 Thread Michał Górny
commit: 47f095b70ac4897a258c88dbaf3f396cf1123bab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:59:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:59:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f095b7

dev-python/xxhash: Set DISTUTILS_EXT=1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-3.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
index 7e443bdc9b1d..dfe2fe5607c7 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-03-15 Thread Michał Górny
commit: 5cc108f929617ca74decf98a9937bd2cd0cdb79f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:49:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 04:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc108f9

dev-python/xxhash: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-3.2.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
index 66b89383752c..7e443bdc9b1d 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.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="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"



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-02-16 Thread Michał Górny
commit: fd93c0ead1226a1b757febd356a3a39a8915f69a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 06:00:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd93c0ea

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-3.1.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index eb61887a7efd..2a51c4bd01f3 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-3.1.0.tar.gz 74389 BLAKE2B 
c2c7467aca51a397366c9de47104831f2d3d732b6b287e3fce4a0481d21bf059330dd63e1372b8da3aa9354efbc3de6ba106501d86c907b5783f7192e5e7c9a1
 SHA512 
a1d78dbbcc8fc8e41b6bc1d9e571df6951d4545fe61b198427db6f8c99058a095cf20e09951acc7bf9b432963f8b234741ae1f15ebb19972e69be0c59c9eb165
 DIST xxhash-3.2.0.tar.gz 74561 BLAKE2B 
d2c32b9a556eaaa67d961e130b017ff82944fbec983f24e0356436a7a23927faaba118328eff508e288e0757a1379b5ff88a48c2130eb9b3cf347e178cfc810d
 SHA512 
bbe903b95de3e91177064986adc5c945a9b7058650ea2b5cc10ee162a15a42909dc69f95b86081b8d276960f309b4bacf895ad263a9d9188fa66bb216d76dcd5

diff --git a/dev-python/xxhash/xxhash-3.1.0.ebuild 
b/dev-python/xxhash/xxhash-3.1.0.ebuild
deleted file mode 100644
index 66b89383752c..
--- a/dev-python/xxhash/xxhash-3.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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"
-
-DEPEND="
-   >=dev-libs/xxhash-0.8.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-   export XXHASH_LINK_SO=1
-}
-
-python_test() {
-   cd tests || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-02-16 Thread Sam James
commit: e831f9a98aa81080e3a17a399262cc069ab77782
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:49:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:49:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e831f9a9

dev-python/xxhash: Stabilize 3.2.0 amd64, #894950

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
index 9ccc82570725..66b89383752c 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-12-28 Thread Arthur Zamarin
commit: 5002c1d31530d65a1b7c7233efc4c7a700251e9d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 28 18:54:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 28 19:11:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5002c1d3

dev-python/xxhash: add 3.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-3.2.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index f35f9c821333..eb61887a7efd 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-3.1.0.tar.gz 74389 BLAKE2B 
c2c7467aca51a397366c9de47104831f2d3d732b6b287e3fce4a0481d21bf059330dd63e1372b8da3aa9354efbc3de6ba106501d86c907b5783f7192e5e7c9a1
 SHA512 
a1d78dbbcc8fc8e41b6bc1d9e571df6951d4545fe61b198427db6f8c99058a095cf20e09951acc7bf9b432963f8b234741ae1f15ebb19972e69be0c59c9eb165
+DIST xxhash-3.2.0.tar.gz 74561 BLAKE2B 
d2c32b9a556eaaa67d961e130b017ff82944fbec983f24e0356436a7a23927faaba118328eff508e288e0757a1379b5ff88a48c2130eb9b3cf347e178cfc810d
 SHA512 
bbe903b95de3e91177064986adc5c945a9b7058650ea2b5cc10ee162a15a42909dc69f95b86081b8d276960f309b4bacf895ad263a9d9188fa66bb216d76dcd5

diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild 
b/dev-python/xxhash/xxhash-3.2.0.ebuild
new file mode 100644
index ..dc94bedd6f45
--- /dev/null
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -0,0 +1,38 @@
+# 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..11} )
+
+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"
+
+DEPEND="
+   >=dev-libs/xxhash-0.8.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-11-19 Thread Michał Górny
commit: cff34ec928fd89fa07bfe43ccbf27b54939e4108
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 16:56:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 16:57:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff34ec9

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-3.0.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index ceac0fcc9cac..f35f9c821333 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-3.0.0.tar.gz 74279 BLAKE2B 
4c3d68103a7145aa1fd99da955b206c734c7882f1f6f3020d8bce9e5f2eb9714b9168b28918595bbb60445a024ec50d606e387358e6db8f4e575014763dece65
 SHA512 
170bfbacf0c4f8136550a257328d71dca096d996a52993a54442a7c5a54d48c51bb7997b3a718d73ae6c8e25a672ed4de664e7a651e02c43eb5f3fd135a59a80
 DIST xxhash-3.1.0.tar.gz 74389 BLAKE2B 
c2c7467aca51a397366c9de47104831f2d3d732b6b287e3fce4a0481d21bf059330dd63e1372b8da3aa9354efbc3de6ba106501d86c907b5783f7192e5e7c9a1
 SHA512 
a1d78dbbcc8fc8e41b6bc1d9e571df6951d4545fe61b198427db6f8c99058a095cf20e09951acc7bf9b432963f8b234741ae1f15ebb19972e69be0c59c9eb165

diff --git a/dev-python/xxhash/xxhash-3.0.0.ebuild 
b/dev-python/xxhash/xxhash-3.0.0.ebuild
deleted file mode 100644
index 851eca3965af..
--- a/dev-python/xxhash/xxhash-3.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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..11} )
-
-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"
-
-DEPEND="
-   >=dev-libs/xxhash-0.8.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-   export XXHASH_LINK_SO=1
-}
-
-python_test() {
-   cd tests || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-11-19 Thread Sam James
commit: f092a054687b11869506e2a9b009215e623e7d09
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 16:39:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 16:40:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f092a054

dev-python/xxhash: Stabilize 3.1.0 amd64, #881951

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.1.0.ebuild 
b/dev-python/xxhash/xxhash-3.1.0.ebuild
index dc94bedd6f45..851eca3965af 100644
--- a/dev-python/xxhash/xxhash-3.1.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-10-19 Thread Michał Górny
commit: 83b923e7edc552938fdc1b198e42a7d7133e3729
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 19 10:01:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 19 10:02:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b923e7

dev-python/xxhash: Bump to 3.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-3.1.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 2d4d065a874f..ceac0fcc9cac 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-3.0.0.tar.gz 74279 BLAKE2B 
4c3d68103a7145aa1fd99da955b206c734c7882f1f6f3020d8bce9e5f2eb9714b9168b28918595bbb60445a024ec50d606e387358e6db8f4e575014763dece65
 SHA512 
170bfbacf0c4f8136550a257328d71dca096d996a52993a54442a7c5a54d48c51bb7997b3a718d73ae6c8e25a672ed4de664e7a651e02c43eb5f3fd135a59a80
+DIST xxhash-3.1.0.tar.gz 74389 BLAKE2B 
c2c7467aca51a397366c9de47104831f2d3d732b6b287e3fce4a0481d21bf059330dd63e1372b8da3aa9354efbc3de6ba106501d86c907b5783f7192e5e7c9a1
 SHA512 
a1d78dbbcc8fc8e41b6bc1d9e571df6951d4545fe61b198427db6f8c99058a095cf20e09951acc7bf9b432963f8b234741ae1f15ebb19972e69be0c59c9eb165

diff --git a/dev-python/xxhash/xxhash-3.1.0.ebuild 
b/dev-python/xxhash/xxhash-3.1.0.ebuild
new file mode 100644
index ..dc94bedd6f45
--- /dev/null
+++ b/dev-python/xxhash/xxhash-3.1.0.ebuild
@@ -0,0 +1,38 @@
+# 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..11} )
+
+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"
+
+DEPEND="
+   >=dev-libs/xxhash-0.8.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-06-04 Thread Michał Górny
commit: 21ea000fe403e5f161d1c1d15f5aa3936429465c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 14:40:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 14:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ea000f

dev-python/xxhash: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/xxhash/metadata.xml b/dev-python/xxhash/metadata.xml
index 85f088ba6e0f..9f0ee86b2317 100644
--- a/dev-python/xxhash/metadata.xml
+++ b/dev-python/xxhash/metadata.xml
@@ -5,6 +5,10 @@
3dpr...@gentoo.org
Gentoo 3D Printer Project

+   
+   pyt...@gentoo.org
+   Python
+   


https://github.com/ifduyue/python-xxhash/issues
xxhash



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-05-19 Thread Michał Górny
commit: 3ed2ba3ff2eed5125448d814d1b44f9a9c183fb3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 19 05:00:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 19 07:14:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed2ba3f

dev-python/xxhash: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-3.0.0.ebuild | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-python/xxhash/xxhash-3.0.0.ebuild 
b/dev-python/xxhash/xxhash-3.0.0.ebuild
index 22add56750f2..851eca3965af 100644
--- a/dev-python/xxhash/xxhash-3.0.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.0.0.ebuild
@@ -4,20 +4,27 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python binding for the xxHash library"
-HOMEPAGE="https://github.com/ifduyue/python-xxhash
-   https://pypi.org/project/xxhash/;
+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}"
+DEPEND="
+   >=dev-libs/xxhash-0.8.0
+"
+RDEPEND="
+   ${DEPEND}
+"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-03-10 Thread Jakov Smolić
commit: 18ad5cc90ad9c89345a32f9beb39f4c9fcc6b7f4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 10 21:20:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 10 21:20:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ad5cc9

dev-python/xxhash: Stabilize 3.0.0 amd64, #834389

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/xxhash/xxhash-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.0.0.ebuild 
b/dev-python/xxhash/xxhash-3.0.0.ebuild
index 436a8a34db47..22add56750f2 100644
--- a/dev-python/xxhash/xxhash-3.0.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND=">=dev-libs/xxhash-0.8.0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-03-02 Thread Matthew Smith
commit: 6de2de8d737e9db5c8919f0694d16825eb4a5eaa
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 20:12:14 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Wed Mar  2 20:52:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de2de8d

dev-python/xxhash: drop 2.0.2

Signed-off-by: Matthew Smith  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-2.0.2.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 8ca924373b22..2d4d065a874f 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-2.0.2.tar.gz 64283 BLAKE2B 
01fe9868b45f0be762c233a80b550e4069bd7f259fac8aeb90407864ac1fa6cda314880c87ce03d8854bedbecea1eba665ec4e00b27b68a8573c398238c5ce97
 SHA512 
8908e78207ff7b835259e359e2617f6b96555bd9dbc5bb079c850e9de22fd33c15396fbde0cd824cf8af2a195217f3ddc1aa8e62f1ed4071408b4a29bab31f2c
 DIST xxhash-3.0.0.tar.gz 74279 BLAKE2B 
4c3d68103a7145aa1fd99da955b206c734c7882f1f6f3020d8bce9e5f2eb9714b9168b28918595bbb60445a024ec50d606e387358e6db8f4e575014763dece65
 SHA512 
170bfbacf0c4f8136550a257328d71dca096d996a52993a54442a7c5a54d48c51bb7997b3a718d73ae6c8e25a672ed4de664e7a651e02c43eb5f3fd135a59a80

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 4aa59fa06068..
--- a/dev-python/xxhash/xxhash-2.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 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 ~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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-02-24 Thread Arthur Zamarin
commit: a8f5b4879788e94ed381df04f37bf924d917852d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 24 17:01:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 24 17:58:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f5b487

dev-python/xxhash: add 3.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-3.0.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index de1ab1ca6aff..8ca924373b22 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-2.0.2.tar.gz 64283 BLAKE2B 
01fe9868b45f0be762c233a80b550e4069bd7f259fac8aeb90407864ac1fa6cda314880c87ce03d8854bedbecea1eba665ec4e00b27b68a8573c398238c5ce97
 SHA512 
8908e78207ff7b835259e359e2617f6b96555bd9dbc5bb079c850e9de22fd33c15396fbde0cd824cf8af2a195217f3ddc1aa8e62f1ed4071408b4a29bab31f2c
+DIST xxhash-3.0.0.tar.gz 74279 BLAKE2B 
4c3d68103a7145aa1fd99da955b206c734c7882f1f6f3020d8bce9e5f2eb9714b9168b28918595bbb60445a024ec50d606e387358e6db8f4e575014763dece65
 SHA512 
170bfbacf0c4f8136550a257328d71dca096d996a52993a54442a7c5a54d48c51bb7997b3a718d73ae6c8e25a672ed4de664e7a651e02c43eb5f3fd135a59a80

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 ..436a8a34db47
--- /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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2022-02-11 Thread Arthur Zamarin
commit: 98e0fdd4dbc7f203845f93b51ac1dc9f98b317e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 11 20:25:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 11 20:25:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e0fdd4

dev-python/xxhash: Keyword 2.0.2 arm64, #833120

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/xxhash/xxhash-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild 
b/dev-python/xxhash/xxhash-2.0.2.ebuild
index b13178e0671a..4aa59fa06068 100644
--- a/dev-python/xxhash/xxhash-2.0.2.ebuild
+++ b/dev-python/xxhash/xxhash-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND=">=dev-libs/xxhash-0.8.0"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-08-01 Thread Michał Górny
commit: e89687a27e5011c51c7eebd1e9d1265ab3f53b64
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sun Jun  6 05:19:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  1 21:23:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89687a2

dev-python/xxhash: keyword 2.0.2 for ~x86

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-2.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild 
b/dev-python/xxhash/xxhash-2.0.2.ebuild
index 57d6734c93a..b13178e0671 100644
--- a/dev-python/xxhash/xxhash-2.0.2.ebuild
+++ b/dev-python/xxhash/xxhash-2.0.2.ebuild
@@ -11,13 +11,13 @@ 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"
 
-KEYWORDS="~amd64"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-libs/xxhash-0.8.0"
-BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-06-05 Thread Michał Górny
commit: 4e7d48737c5f001cf8dcdaeb17aaa2504ec5309d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 18:40:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 18:40:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7d4873

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 -
 dev-python/xxhash/xxhash-2.0.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 480d1039a07..de1ab1ca6af 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-2.0.0.tar.gz 64099 BLAKE2B 
bf4a013b70f02945b00b01043b34ff32bda0ce8aac5a533a0c7c606665a4054f443a46b1f60454b4d19a064db276ea66370a159d4037df49d5213dfc33703421
 SHA512 
c0d303f2705542ef8edb78f42e3da6904e81cecb52f45861d0f0215f0882ad1617167273781c19bb5ff7ed776ec41a36a380eab2ce59e02636fc76f4b009
 DIST xxhash-2.0.2.tar.gz 64283 BLAKE2B 
01fe9868b45f0be762c233a80b550e4069bd7f259fac8aeb90407864ac1fa6cda314880c87ce03d8854bedbecea1eba665ec4e00b27b68a8573c398238c5ce97
 SHA512 
8908e78207ff7b835259e359e2617f6b96555bd9dbc5bb079c850e9de22fd33c15396fbde0cd824cf8af2a195217f3ddc1aa8e62f1ed4071408b4a29bab31f2c

diff --git a/dev-python/xxhash/xxhash-2.0.0.ebuild 
b/dev-python/xxhash/xxhash-2.0.0.ebuild
deleted file mode 100644
index a27b42c102f..000
--- a/dev-python/xxhash/xxhash-2.0.0.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_{7..9} )
-
-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"
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND=">=dev-libs/xxhash-0.8.0"
-BDEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-   export XXHASH_LINK_SO=1
-}
-
-python_test() {
-   cd tests || die
-   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-06-05 Thread Michał Górny
commit: 4094409b2030d0529ef51662cdbe9a123ab2d072
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 18:40:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 18:40:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4094409b

dev-python/xxhash: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/xxhash-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild 
b/dev-python/xxhash/xxhash-2.0.2.ebuild
index 0249b086214..57d6734c93a 100644
--- a/dev-python/xxhash/xxhash-2.0.2.ebuild
+++ b/dev-python/xxhash/xxhash-2.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-04-15 Thread Michał Górny
commit: a5d7f3e02b1a9168eb076d86947f5b2939feec72
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 15 06:11:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 15 06:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d7f3e0

dev-python/xxhash: Bump to 2.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/xxhash-2.0.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index 623d9cb8a8a..480d1039a07 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1 +1,2 @@
 DIST xxhash-2.0.0.tar.gz 64099 BLAKE2B 
bf4a013b70f02945b00b01043b34ff32bda0ce8aac5a533a0c7c606665a4054f443a46b1f60454b4d19a064db276ea66370a159d4037df49d5213dfc33703421
 SHA512 
c0d303f2705542ef8edb78f42e3da6904e81cecb52f45861d0f0215f0882ad1617167273781c19bb5ff7ed776ec41a36a380eab2ce59e02636fc76f4b009
+DIST xxhash-2.0.2.tar.gz 64283 BLAKE2B 
01fe9868b45f0be762c233a80b550e4069bd7f259fac8aeb90407864ac1fa6cda314880c87ce03d8854bedbecea1eba665ec4e00b27b68a8573c398238c5ce97
 SHA512 
8908e78207ff7b835259e359e2617f6b96555bd9dbc5bb079c850e9de22fd33c15396fbde0cd824cf8af2a195217f3ddc1aa8e62f1ed4071408b4a29bab31f2c

diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild 
b/dev-python/xxhash/xxhash-2.0.2.ebuild
new file mode 100644
index 000..0249b086214
--- /dev/null
+++ b/dev-python/xxhash/xxhash-2.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND=">=dev-libs/xxhash-0.8.0"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-02-27 Thread Sam James
commit: 1ba94803af2d44b47118096a29fc76453c4c3bc5
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 21:10:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 21:39:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba94803

dev-python/xxhash: add Python 3.9

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-2.0.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/xxhash/xxhash-2.0.0.ebuild 
b/dev-python/xxhash/xxhash-2.0.0.ebuild
index 287ddf042f3..a27b42c102f 100644
--- a/dev-python/xxhash/xxhash-2.0.0.ebuild
+++ b/dev-python/xxhash/xxhash-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{7..8})
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -15,7 +15,6 @@ LICENSE="MIT"
 
 KEYWORDS="~amd64"
 SLOT="0"
-IUSE="test"
 
 RDEPEND=">=dev-libs/xxhash-0.8.0"
 BDEPEND="${RDEPEND}"
@@ -27,6 +26,6 @@ python_configure_all() {
 }
 
 python_test() {
-   cd tests
+   cd tests || die
"${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2021-02-07 Thread Dennis Lamm
commit: 89253099e9068fda2c527b44d50a49c7346ea67a
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Feb  7 20:55:34 2021 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Sun Feb  7 23:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89253099

dev-python/xxhash: metadata added upstream bugtracker

Signed-off-by: Dennis Lamm  gentoo.org>

 dev-python/xxhash/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/xxhash/metadata.xml b/dev-python/xxhash/metadata.xml
index 6d246345d38..50d0239b828 100644
--- a/dev-python/xxhash/metadata.xml
+++ b/dev-python/xxhash/metadata.xml
@@ -6,6 +6,7 @@
Gentoo 3D Printer Project


+   
https://github.com/ifduyue/python-xxhash/issues
xxhash
ifduyue/python-xxhash




[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2020-09-08 Thread Dennis Lamm
commit: 25a20900778ccf3347de2228f24fe3dee92e703c
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Sep  6 16:44:25 2020 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Tue Sep  8 18:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a20900

dev-python/xxhash: new package

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://github.com/gentoo/gentoo/pull/17442
Signed-off-by: Dennis Lamm  gentoo.org>

 dev-python/xxhash/Manifest|  1 +
 dev-python/xxhash/metadata.xml| 12 
 dev-python/xxhash/xxhash-2.0.0.ebuild | 32 
 3 files changed, 45 insertions(+)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
new file mode 100644
index 000..623d9cb8a8a
--- /dev/null
+++ b/dev-python/xxhash/Manifest
@@ -0,0 +1 @@
+DIST xxhash-2.0.0.tar.gz 64099 BLAKE2B 
bf4a013b70f02945b00b01043b34ff32bda0ce8aac5a533a0c7c606665a4054f443a46b1f60454b4d19a064db276ea66370a159d4037df49d5213dfc33703421
 SHA512 
c0d303f2705542ef8edb78f42e3da6904e81cecb52f45861d0f0215f0882ad1617167273781c19bb5ff7ed776ec41a36a380eab2ce59e02636fc76f4b009

diff --git a/dev-python/xxhash/metadata.xml b/dev-python/xxhash/metadata.xml
new file mode 100644
index 000..da5553da7dc
--- /dev/null
+++ b/dev-python/xxhash/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+3dpr...@gentoo.org
+Gentoo 3D Printer Project
+
+
+mikedh/trimesh
+xxhash
+
+

diff --git a/dev-python/xxhash/xxhash-2.0.0.ebuild 
b/dev-python/xxhash/xxhash-2.0.0.ebuild
new file mode 100644
index 000..ea7b6e71a9a
--- /dev/null
+++ b/dev-python/xxhash/xxhash-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{6..8})
+
+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"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-libs/xxhash-0.8.0"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+
+python_configure_all() {
+   export XXHASH_LINK_SO=1
+}
+
+python_test() {
+   cd tests
+   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
+}