summaryrefslogtreecommitdiff
path: root/dev-python/siphash24
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-04 19:14:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-04 19:14:59 +0000
commiteb879137397b2780739bdbeddd7ea01439186c1c (patch)
treeba318372285287dd4fa2c6661bc832810bd34b26 /dev-python/siphash24
parent50a73c5441045f14bdb49aededf33cd7f23ff891 (diff)
downloadbaldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.gz
baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.xz
baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.zip
Adding metadata
Diffstat (limited to 'dev-python/siphash24')
-rw-r--r--dev-python/siphash24/Manifest2
-rw-r--r--dev-python/siphash24/siphash24-1.7.ebuild29
-rw-r--r--dev-python/siphash24/siphash24-1.8.ebuild3
3 files changed, 3 insertions, 31 deletions
diff --git a/dev-python/siphash24/Manifest b/dev-python/siphash24/Manifest
index dad7366b179d..cb15cbe1c94e 100644
--- a/dev-python/siphash24/Manifest
+++ b/dev-python/siphash24/Manifest
@@ -1,2 +1,2 @@
-DIST siphash24-1.7.tar.gz 19801 BLAKE2B ba7df43dbd691fddc5dc31a58ff184c421a2554bb898948bdd7070976b55f9eb06eb0705accbcd4902e7a66d8a5acbe558cbeb2fe5ad71a13a83a8f7b125d391 SHA512 95b63330a0097f03b7798f37fa4ba28cbb22b7e44b8c2b2500d6035c23a80a90f2c4b5897a9787ab37d31c6627532979f73d55ae7d2b945dca9918a6658acb65
DIST siphash24-1.8.tar.gz 19946 BLAKE2B b6c54c6ee528c01cc575985144bb2c27cc1ef7411d66ec9ec1a15fa3c48afa4fa53ad19d2d3b88af32b2cbbe69def2f5e1567ae4bbabdeb2f75e525a657a5810 SHA512 90511e7d6105f48527fd5927b0dc89f477ca0ae122b3d793bd666b187a3236866bb3c51e3282ac455bf4f26e9fa087ca4215b9ad8a3003fa10d3b76f67ee2ec5
+DIST siphash24-1.8.tar.gz.provenance 9349 BLAKE2B d3031c3fe404bbe5817e333830b7b0dec9c99e984e819e2a727764f1f03bfc44f6366be5cdc0465b47cae8d3946b8771d23f338d25bc7e29c9c5fe63e67bfda0 SHA512 1fe7a226097f86fbe6688863dfdfd92be253ca3f9fed651c4288b3def99526d5cf47c638eea0e108ec97a74e1c9b32b49deebbbad579079ed22caafa1db50bff
diff --git a/dev-python/siphash24/siphash24-1.7.ebuild b/dev-python/siphash24/siphash24-1.7.ebuild
deleted file mode 100644
index 75a610233372..000000000000
--- a/dev-python/siphash24/siphash24-1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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=( python3_{10..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.0.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/siphash24/siphash24-1.8.ebuild b/dev-python/siphash24/siphash24-1.8.ebuild
index f271c086050e..345e30ba1e8f 100644
--- a/dev-python/siphash24/siphash24-1.8.ebuild
+++ b/dev-python/siphash24/siphash24-1.8.ebuild
@@ -1,10 +1,11 @@
-# Copyright 2024-2025 Gentoo Authors
+# 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_{10..14} )
inherit distutils-r1 pypi