dev-python/siphash24: Bump to 1.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-09 04:08:31 +02:00
parent f8bd598593
commit 7a3cd031f6
2 changed files with 32 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
DIST siphash24-1.8.tar.gz 19946 BLAKE2B b6c54c6ee528c01cc575985144bb2c27cc1ef7411d66ec9ec1a15fa3c48afa4fa53ad19d2d3b88af32b2cbbe69def2f5e1567ae4bbabdeb2f75e525a657a5810 SHA512 90511e7d6105f48527fd5927b0dc89f477ca0ae122b3d793bd666b187a3236866bb3c51e3282ac455bf4f26e9fa087ca4215b9ad8a3003fa10d3b76f67ee2ec5
DIST siphash24-1.8.tar.gz.provenance 9349 BLAKE2B d3031c3fe404bbe5817e333830b7b0dec9c99e984e819e2a727764f1f03bfc44f6366be5cdc0465b47cae8d3946b8771d23f338d25bc7e29c9c5fe63e67bfda0 SHA512 1fe7a226097f86fbe6688863dfdfd92be253ca3f9fed651c4288b3def99526d5cf47c638eea0e108ec97a74e1c9b32b49deebbbad579079ed22caafa1db50bff
DIST siphash24-1.9.tar.gz 20270 BLAKE2B e7e8c3d09cbbecc133c597a5cb5bf9eaaee98168dbd8e5e8bc484bf2d7370068e2e519dbfaacc08c8a7b473d6d3043e1c757a8ac7ff97b0aa4e5965dad40a14a SHA512 08d1fa287cc97d12359f3607a67757f4eb560515ff9fd69b024f3f20d1929098528ca7b7f2a77a438da61bb103f76c83ca48392560f668c45f1e56fc6cbb3d6d
DIST siphash24-1.9.tar.gz.provenance 9938 BLAKE2B 57330e88e638ee1f8f6d3205780e6af60751914609da860f29b7a69ccf903a4dc1abdeaf802a3336bd551ecba9a518166638facf22e8f8beec1aacf39d78b424 SHA512 aabb3dd3de920192b83b99ddedbaf0f0dc230d4d7e6c26c68f04e6c48ab3b495b2d8209a361136ce16d089d3c40047c20704386002c3595a9aa9c9a269788f2a

View File

@@ -0,0 +1,30 @@
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYPI_VERIFY_REPO=https://github.com/dnicolodi/python-siphash24
PYTHON_COMPAT=( python3_{12..15} )
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