diff options
Diffstat (limited to 'dev-python/xxhash')
| -rw-r--r-- | dev-python/xxhash/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/xxhash/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/xxhash/xxhash-3.7.0.ebuild | 39 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest deleted file mode 100644 index 1562f33b237a..000000000000 --- a/dev-python/xxhash/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xxhash-3.7.0.tar.gz 82022 BLAKE2B 31baab7dd95534b2848b86a4b580d13a3511b8511c048997bd590809fb544f31618f000a024e6a4e055e890e59d832b96cfa59ab77969d6ff26f2cfb34569477 SHA512 e98b32376c85d474465d2a2685f4837e03d53e000f911b1e2fb1eeaa69512242abce1b8db475a8bf0c79d4ecb1c640b2394c1fbd3e119221c556385c495be2d8 -DIST xxhash-3.7.0.tar.gz.provenance 9474 BLAKE2B 1f78c242759aa4255d1d4f243a1eaa3c4ef1e8b0ee4c85d2ccad6775d5c6199edd915d0b5679d54c904c72eaa4a93e7df167433778f47983946a90b03b491123 SHA512 793f12343967fc81e259d98ac6c73cce9fd72e8318e21714e14e34935198aa9394fa1e36a9c6ca3ee9a525d5fd8eea50404989ffdc268897698da8893b874fc0 diff --git a/dev-python/xxhash/metadata.xml b/dev-python/xxhash/metadata.xml deleted file mode 100644 index 9f0ee86b2317..000000000000 --- a/dev-python/xxhash/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>3dprint@gentoo.org</email> - <name>Gentoo 3D Printer Project</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/ifduyue/python-xxhash/issues</bugs-to> - <remote-id type="pypi">xxhash</remote-id> - <remote-id type="github">ifduyue/python-xxhash</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/xxhash/xxhash-3.7.0.ebuild b/dev-python/xxhash/xxhash-3.7.0.ebuild deleted file mode 100644 index b31a5d91db10..000000000000 --- a/dev-python/xxhash/xxhash-3.7.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=https://github.com/ifduyue/python-xxhash -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python binding for the xxHash library" -HOMEPAGE=" - https://github.com/ifduyue/python-xxhash/ - https://pypi.org/project/xxhash/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~sparc x86" - -DEPEND=" - >=dev-libs/xxhash-0.8.0 -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests unittest - -python_configure_all() { - export XXHASH_LINK_SO=1 -} - -python_test() { - cd tests || die - eunittest -} |
