diff options
Diffstat (limited to 'dev-python/whisper')
| -rw-r--r-- | dev-python/whisper/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/whisper/metadata.xml | 19 | ||||
| -rw-r--r-- | dev-python/whisper/whisper-1.1.10.ebuild | 35 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest deleted file mode 100644 index 255a81b0e33d..000000000000 --- a/dev-python/whisper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST whisper-1.1.10.gh.tar.gz 39459 BLAKE2B 998c4335236ace6b28f11b23fe74d3b618ba2f56939a3e9766e7010eb6b5d9bbdb46de83ba41dd926d3d38e738851133dc9805a4c79bd80dd67897e627147550 SHA512 291d441287ba090157fa01a7feb6985a6e1f057f4dae0f9133e2355e00f5fe219e10de339ecad3438a56b8dec97def14496d85c7a5fc5fc7611771bb3de08de8 diff --git a/dev-python/whisper/metadata.xml b/dev-python/whisper/metadata.xml deleted file mode 100644 index 7fd470a94e19..000000000000 --- a/dev-python/whisper/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">whisper</remote-id> - <remote-id type="github">graphite-project/whisper</remote-id> - <bugs-to>https://github.com/graphite-project/whisper/issues</bugs-to> - <changelog>https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md</changelog> - </upstream> -</pkgmetadata> diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild deleted file mode 100644 index df9eda4843a9..000000000000 --- a/dev-python/whisper/whisper-1.1.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Fixed size round-robin style database" -HOMEPAGE=" - https://github.com/graphite-project/whisper/ - https://pypi.org/project/whisper/ -" -SRC_URI=" - https://github.com/graphite-project/whisper/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -# six: https://github.com/graphite-project/whisper/pull/344 -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - local -x TZ=UTC - epytest -} |
