From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 6C293158042 for ; Wed, 16 Oct 2024 04:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC4CE0801; Wed, 16 Oct 2024 04:54:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69A39E0801 for ; Wed, 16 Oct 2024 04:54:48 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B35EB343014 for ; Wed, 16 Oct 2024 04:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89A7268D for ; Wed, 16 Oct 2024 04:54:44 +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: <1729054477.5ab9c29b41b06f5e24010e3d151afccae1d9c308.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.7.ebuild X-VCS-Directories: dev-python/siphash24/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ab9c29b41b06f5e24010e3d151afccae1d9c308 X-VCS-Branch: master Date: Wed, 16 Oct 2024 04:54:44 +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: 252462c9-ed8a-4ce5-957c-a2929d43e182 X-Archives-Hash: edb0f379a5781baea33c902c9981ed53 commit: 5ab9c29b41b06f5e24010e3d151afccae1d9c308 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 16 04:47:16 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 16 04:54:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab9c29b dev-python/siphash24: Bump to 1.7 Signed-off-by: Michał Górny gentoo.org> dev-python/siphash24/Manifest | 1 + dev-python/siphash24/siphash24-1.7.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/siphash24/Manifest b/dev-python/siphash24/Manifest index 8e1b28ee7ad9..e073e89403cc 100644 --- a/dev-python/siphash24/Manifest +++ b/dev-python/siphash24/Manifest @@ -1 +1,2 @@ DIST siphash24-1.6.tar.gz 19659 BLAKE2B d2f454ab64b7c50bd415a5821ce50fd97b43d9c13999d134b260a1a19863bf827a4baf4599b0647b5f936ec27d9f1985f94fd3adc4fa5112f2f7ad03afac5abb SHA512 2a04c35445e63f00e440797a84ed1714b5576ad3fa4c4933e5199ce3322056188eca0c0947ae4370fce9a2028a7677c9c8bfcf771be1dde884b7a02ef1edeb65 +DIST siphash24-1.7.tar.gz 19801 BLAKE2B ba7df43dbd691fddc5dc31a58ff184c421a2554bb898948bdd7070976b55f9eb06eb0705accbcd4902e7a66d8a5acbe558cbeb2fe5ad71a13a83a8f7b125d391 SHA512 95b63330a0097f03b7798f37fa4ba28cbb22b7e44b8c2b2500d6035c23a80a90f2c4b5897a9787ab37d31c6627532979f73d55ae7d2b945dca9918a6658acb65 diff --git a/dev-python/siphash24/siphash24-1.7.ebuild b/dev-python/siphash24/siphash24-1.7.ebuild new file mode 100644 index 000000000000..fcc5fc9449cf --- /dev/null +++ b/dev-python/siphash24/siphash24-1.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024 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 python3_{10..13} ) + +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 ~riscv" + +DEPEND=" + dev-libs/c-siphash +" +BDEPEND=" + >=dev-python/cython-3.0.2[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest