mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
scikit-image: remove in Gentoo's favour
This commit is contained in:
parent
3ae8c4fa4f
commit
ad72db3388
3 changed files with 1 additions and 36 deletions
|
|
@ -24,7 +24,7 @@ RDEPEND="
|
|||
dev-python/aggdraw[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/scikit-image[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
DIST scikit-image-0.16.2.tar.gz 28945695 BLAKE2B e092d05ce302dee1c501429f7bc8499a5bfea029637b8d90d6ade18625b43cd94d3e33a52909b1888065f6e12e51e784487b72cc0f4f5747a1ffb9034ec13116 SHA512 55393f90a00488bb177600db1a6479a297d9b73f3e9bdbaa59fdb3a3a862c50f6d35a33b4e8a1923cf3dc8bc78ab800c628824bb53fb045f4d518ad1b3a796c4
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Image processing routines for SciPy"
|
||||
HOMEPAGE="https://scikit-image.org/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||
dev-python/networkx[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
"
|
||||
#WIP:
|
||||
# dev-python/imageio
|
||||
# dev-python/tifffile>=2019.7.26
|
||||
# dev-python/pyWavelets[${PYTHON_USEDEP}]
|
||||
# dev-python/pooch>=0.5.2
|
||||
#"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue