From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 690281581FD for ; Wed, 03 Sep 2025 04:58:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 54A24340F9D for ; Wed, 03 Sep 2025 04:58:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8A57811057D; Wed, 03 Sep 2025 04:58:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8230311057D for ; Wed, 03 Sep 2025 04:58:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A910340E82 for ; Wed, 03 Sep 2025 04:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26BD938BC for ; Wed, 03 Sep 2025 04:57:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1756875469.3e927f30ea59f3dadfce8ec710804fd506ff2830.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/siphash24/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/siphash24/Manifest dev-python/siphash24/siphash24-1.8.ebuild X-VCS-Directories: dev-python/siphash24/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e927f30ea59f3dadfce8ec710804fd506ff2830 X-VCS-Branch: master Date: Wed, 03 Sep 2025 04:57:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e6a16fb-1f5a-4da2-a4ba-b690c9ba6704 X-Archives-Hash: 7af3f84bd5301dd739e24c00e5a4ea1e commit: 3e927f30ea59f3dadfce8ec710804fd506ff2830 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 3 04:39:17 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 3 04:57:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e927f30 dev-python/siphash24: Bump to 1.8 Signed-off-by: Michał Górny gentoo.org> dev-python/siphash24/Manifest | 1 + dev-python/siphash24/siphash24-1.8.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/siphash24/Manifest b/dev-python/siphash24/Manifest index 14060bef2e72..dad7366b179d 100644 --- a/dev-python/siphash24/Manifest +++ b/dev-python/siphash24/Manifest @@ -1 +1,2 @@ DIST siphash24-1.7.tar.gz 19801 BLAKE2B ba7df43dbd691fddc5dc31a58ff184c421a2554bb898948bdd7070976b55f9eb06eb0705accbcd4902e7a66d8a5acbe558cbeb2fe5ad71a13a83a8f7b125d391 SHA512 95b63330a0097f03b7798f37fa4ba28cbb22b7e44b8c2b2500d6035c23a80a90f2c4b5897a9787ab37d31c6627532979f73d55ae7d2b945dca9918a6658acb65 +DIST siphash24-1.8.tar.gz 19946 BLAKE2B b6c54c6ee528c01cc575985144bb2c27cc1ef7411d66ec9ec1a15fa3c48afa4fa53ad19d2d3b88af32b2cbbe69def2f5e1567ae4bbabdeb2f75e525a657a5810 SHA512 90511e7d6105f48527fd5927b0dc89f477ca0ae122b3d793bd666b187a3236866bb3c51e3282ac455bf4f26e9fa087ca4215b9ad8a3003fa10d3b76f67ee2ec5 diff --git a/dev-python/siphash24/siphash24-1.8.ebuild b/dev-python/siphash24/siphash24-1.8.ebuild new file mode 100644 index 000000000000..fbcfee909133 --- /dev/null +++ b/dev-python/siphash24/siphash24-1.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=meson-python +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation" +HOMEPAGE=" + https://github.com/dnicolodi/python-siphash24/ + https://pypi.org/project/siphash24/ +" + +LICENSE="|| ( Apache-2.0 LGPL-2.1+ )" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + +DEPEND=" + dev-libs/c-siphash +" +BDEPEND=" + >=dev-python/cython-3.1.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest