pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Feb 24 19:59:07 UTC 2021

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile

Log Message:
py-scikit-image: add needed dependency on py-tifffile


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-scikit-image/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.7 pkgsrc/math/py-scikit-image/Makefile:1.8
--- pkgsrc/math/py-scikit-image/Makefile:1.7    Sun Dec 20 10:31:46 2020
+++ pkgsrc/math/py-scikit-image/Makefile        Wed Feb 24 19:59:07 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/12/20 10:31:46 nia Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/24 19:59:07 markd Exp $
 
 DISTNAME=      scikit-image-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-image/}
 
@@ -16,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-scipy>=1.0.1:..
 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
+DEPENDS+=      ${PYPKGPREFIX}-tifffile>=2021.2.1:../../graphics/py-tifffile
 DEPENDS+=      ${PYPKGPREFIX}-pywavelets>=0.4.0:../../math/py-pywavelets
 DEPENDS+=      ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six



Home | Main Index | Thread Index | Old Index