From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/
Date: Thu, 5 Oct 2023 02:58:57 +0000 (UTC) [thread overview]
Message-ID: <1696474381.e48b8d4fca9a582284a2bb690ba021fabecb7c41.mgorny@gentoo> (raw)
commit: e48b8d4fca9a582284a2bb690ba021fabecb7c41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 02:53:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 02:53:01 2023 +0000
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 <mgorny <AT> 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 000000000000..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
+}
next reply other threads:[~2023-10-05 2:59 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-05 2:58 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 5:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/ Michał Górny
2025-05-13 19:00 Arthur Zamarin
2024-09-07 15:09 Michał Górny
2024-09-07 14:16 Arthur Zamarin
2024-09-07 11:26 Jakov Smolić
2024-08-17 16:55 Michał Górny
2024-06-10 8:18 Petr Vaněk
2023-11-24 15:50 Arthur Zamarin
2023-11-05 20:58 Michał Górny
2023-11-05 20:07 Sam James
2023-09-02 14:11 Michał Górny
2023-09-02 3:30 Sam James
2023-07-30 17:51 Michał Górny
2023-06-06 6:13 Michał Górny
2023-05-04 17:04 Michał Górny
2023-03-16 4:13 Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-28 19:11 Arthur Zamarin
2022-11-19 16:57 Michał Górny
2022-11-19 16:40 Sam James
2022-10-19 10:02 Michał Górny
2022-06-04 14:45 Michał Górny
2022-05-19 7:14 Michał Górny
2022-03-10 21:21 Jakov Smolić
2022-03-02 20:52 Matthew Smith
2022-02-24 18:02 Arthur Zamarin
2022-02-11 20:25 Arthur Zamarin
2021-08-01 21:33 Michał Górny
2021-06-05 18:44 Michał Górny
2021-06-05 18:44 Michał Górny
2021-04-15 6:32 Michał Górny
2021-02-27 21:39 Sam James
2021-02-07 23:57 Dennis Lamm
2020-09-08 18:35 Dennis Lamm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696474381.e48b8d4fca9a582284a2bb690ba021fabecb7c41.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox