summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-26 15:35:58 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-26 15:35:58 +0100
commit28585b4ef4c93a1d2244c23d54fb39cc5acdb353 (patch)
tree14d0d79677b36c02ea7d8b0001f7877872eef7b2 /dev-python/ImageHash/ImageHash-3.7.ebuild
parentapp-arch/bloscpack: Remove old (diff)
downloadgentoo-28585b4ef4c93a1d2244c23d54fb39cc5acdb353.tar.gz
gentoo-28585b4ef4c93a1d2244c23d54fb39cc5acdb353.tar.bz2
gentoo-28585b4ef4c93a1d2244c23d54fb39cc5acdb353.zip
dev-python/ImageHash: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/ImageHash/ImageHash-3.7.ebuild')
-rw-r--r--dev-python/ImageHash/ImageHash-3.7.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/ImageHash/ImageHash-3.7.ebuild b/dev-python/ImageHash/ImageHash-3.7.ebuild
deleted file mode 100644
index 21f076e287b6..000000000000
--- a/dev-python/ImageHash/ImageHash-3.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Image Hashing library"
-HOMEPAGE="https://github.com/JohannesBuchner/imagehash"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pywavelets[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND} )"
-
-python_test() {
- esetup.py test
-}