summaryrefslogtreecommitdiff
path: root/dev-python/siphash24
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/siphash24
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/siphash24')
-rw-r--r--dev-python/siphash24/Manifest2
-rw-r--r--dev-python/siphash24/metadata.xml11
-rw-r--r--dev-python/siphash24/siphash24-1.8.ebuild30
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/siphash24/Manifest b/dev-python/siphash24/Manifest
deleted file mode 100644
index cb15cbe1c94e..000000000000
--- a/dev-python/siphash24/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/metadata.xml b/dev-python/siphash24/metadata.xml
deleted file mode 100644
index 5fb24e0a6986..000000000000
--- a/dev-python/siphash24/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">dnicolodi/python-siphash24</remote-id>
- <remote-id type="pypi">siphash24</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/siphash24/siphash24-1.8.ebuild b/dev-python/siphash24/siphash24-1.8.ebuild
deleted file mode 100644
index 1f0ed92a50dd..000000000000
--- a/dev-python/siphash24/siphash24-1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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_{13..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