Wed Feb 24 19:59:07 2021 UTC ()
py-scikit-image: add needed dependency on py-tifffile


(markd)
diff -r1.7 -r1.8 pkgsrc/math/py-scikit-image/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/math/py-scikit-image/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-scikit-image/Makefile 2020/12/20 10:31:46 1.7
+++ pkgsrc/math/py-scikit-image/Makefile 2021/02/24 19:59:07 1.8
@@ -1,31 +1,33 @@ @@ -1,31 +1,33 @@
1# $NetBSD: Makefile,v 1.7 2020/12/20 10:31:46 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2021/02/24 19:59:07 markd Exp $
2 2
3DISTNAME= scikit-image-0.18.0 3DISTNAME= scikit-image-0.18.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= graphics python 6CATEGORIES= graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-image/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-image/}
7 8
8MAINTAINER= jihbed.research@gmail.com 9MAINTAINER= jihbed.research@gmail.com
9HOMEPAGE= https://scikit-image.org/ 10HOMEPAGE= https://scikit-image.org/
10COMMENT= Image processing routines for SciPy 11COMMENT= Image processing routines for SciPy
11LICENSE= modified-bsd 12LICENSE= modified-bsd
12 13
13BUILD_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.21:../../devel/py-cython 14BUILD_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.21:../../devel/py-cython
14DEPENDS+= ${PYPKGPREFIX}-numpy>=0.19.0:../../math/py-numpy 15DEPENDS+= ${PYPKGPREFIX}-numpy>=0.19.0:../../math/py-numpy
15DEPENDS+= ${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy 16DEPENDS+= ${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy
16DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib 17DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
17DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow 18DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
18DEPENDS+= ${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio 19DEPENDS+= ${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio
 20DEPENDS+= ${PYPKGPREFIX}-tifffile>=2021.2.1:../../graphics/py-tifffile
19DEPENDS+= ${PYPKGPREFIX}-pywavelets>=0.4.0:../../math/py-pywavelets 21DEPENDS+= ${PYPKGPREFIX}-pywavelets>=0.4.0:../../math/py-pywavelets
20DEPENDS+= ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx 22DEPENDS+= ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
21DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six 23DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
22 24
23USE_LANGUAGES= c c++ 25USE_LANGUAGES= c c++
24 26
25PYTHON_VERSIONS_INCOMPATIBLE= 27 27PYTHON_VERSIONS_INCOMPATIBLE= 27
26 28
27post-install: 29post-install:
28 cd ${DESTDIR}${PREFIX}/bin && \ 30 cd ${DESTDIR}${PREFIX}/bin && \
29 ${MV} skivi skivi-${PYVERSSUFFIX} || ${TRUE} 31 ${MV} skivi skivi-${PYVERSSUFFIX} || ${TRUE}
30 32
31.include "../../devel/py-cython/buildlink3.mk" 33.include "../../devel/py-cython/buildlink3.mk"