diff options
author | 2022-06-16 10:09:24 +0200 | |
---|---|---|
committer | 2022-06-16 10:09:24 +0200 | |
commit | 8e3c1822f73958c72477a82ada5e76d0b8fbc7b7 (patch) | |
tree | 062d8256a25a24db824fc730f04e711b16487663 /dev-python/whisper | |
parent | dev-python/weasyprint: Remove old (diff) | |
download | gentoo-8e3c1822f73958c72477a82ada5e76d0b8fbc7b7.tar.gz gentoo-8e3c1822f73958c72477a82ada5e76d0b8fbc7b7.tar.bz2 gentoo-8e3c1822f73958c72477a82ada5e76d0b8fbc7b7.zip |
dev-python/whisper: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/Manifest | 1 | ||||
-rw-r--r-- | dev-python/whisper/whisper-1.1.8.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest index ee7e0bccdfa2..255a81b0e33d 100644 --- a/dev-python/whisper/Manifest +++ b/dev-python/whisper/Manifest @@ -1,2 +1 @@ DIST whisper-1.1.10.gh.tar.gz 39459 BLAKE2B 998c4335236ace6b28f11b23fe74d3b618ba2f56939a3e9766e7010eb6b5d9bbdb46de83ba41dd926d3d38e738851133dc9805a4c79bd80dd67897e627147550 SHA512 291d441287ba090157fa01a7feb6985a6e1f057f4dae0f9133e2355e00f5fe219e10de339ecad3438a56b8dec97def14496d85c7a5fc5fc7611771bb3de08de8 -DIST whisper-1.1.8.gh.tar.gz 39117 BLAKE2B 591a3529725f300c6d8bab40444bdd41bcfe3d832893e954295d5387e047e2a639db4235131cd90fdb686395d51afccf30f64a52e194e4cd8e00b86e38f841d6 SHA512 0452c684128a750e30e926aee0cfd6c94f129eeb561246f9e1c66d7cf1f27f139df84f91e935237f89d0b4fac98678108568cfb94c2ab4138480f4db31471ab4 diff --git a/dev-python/whisper/whisper-1.1.8.ebuild b/dev-python/whisper/whisper-1.1.8.ebuild deleted file mode 100644 index f960a40caf88..000000000000 --- a/dev-python/whisper/whisper-1.1.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Fixed size round-robin style database" -HOMEPAGE="https://github.com/graphite-project/whisper" -# PyPI tarballs don't contain tests -# https://github.com/graphite-project/whisper/pull/253 -SRC_URI=" - https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests --install pytest |