This commit is contained in:
Kinoshita Daisuke 2020-12-17 14:39:06 +08:00
parent 29f0943128
commit b867fb130e
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-image/}
MAINTAINER= kinoshita@astro.ncu.edu.tw
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://scikit-image.org/
COMMENT= Image processing routines for SciPy
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.21:../../devel/py-cython
DEPENDS+= ${PYPKGPREFIX}-numpy>=0.19.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.0.1:../../wip/py-scipy
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio