summaryrefslogtreecommitdiff
path: root/dev-python/whisper
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 13:50:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 13:50:50 +0000
commit7c9577d88eb2a9d92c8f03f7fa42947696be2525 (patch)
treea01795ca7c7f33cfebba43757d70f30d0faed309 /dev-python/whisper
parent933759f3fcaf3d378991b18fa19eead3812b1be0 (diff)
downloadbaldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.tar.gz
baldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.tar.xz
baldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.zip
Adding metadata
Diffstat (limited to 'dev-python/whisper')
-rw-r--r--dev-python/whisper/whisper-1.1.7.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/whisper/whisper-1.1.7.ebuild b/dev-python/whisper/whisper-1.1.7.ebuild
index 807062114f84..29c37cf1df55 100644
--- a/dev-python/whisper/whisper-1.1.7.ebuild
+++ b/dev-python/whisper/whisper-1.1.7.ebuild
@@ -15,19 +15,7 @@ SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
distutils_enable_tests pytest
-
-#python_test() {
-# py.test || die "tests failed with ${EPYTHON}"
-#}