pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scikit-image py-scikit-image: add needed depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bdec67d0152
branches:  trunk
changeset: 447674:3bdec67d0152
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Feb 24 19:59:07 2021 +0000

description:
py-scikit-image: add needed dependency on py-tifffile

diffstat:

 math/py-scikit-image/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e148b5bda321 -r 3bdec67d0152 math/py-scikit-image/Makefile
--- a/math/py-scikit-image/Makefile     Wed Feb 24 19:56:15 2021 +0000
+++ b/math/py-scikit-image/Makefile     Wed Feb 24 19:59:07 2021 +0000
@@ -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}-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