svn commit: r564284 - head/graphics/py-tifffile

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:46:47 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:46:41 2021
New Revision: 564284
URL: https://svnweb.freebsd.org/changeset/ports/564284

Log:
  Update to 2021.2.1
  
  Changes:	https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst

Modified:
  head/graphics/py-tifffile/Makefile
  head/graphics/py-tifffile/distinfo

Modified: head/graphics/py-tifffile/Makefile
==============================================================================
--- head/graphics/py-tifffile/Makefile	Sat Feb  6 20:46:36 2021	(r564283)
+++ head/graphics/py-tifffile/Makefile	Sat Feb  6 20:46:41 2021	(r564284)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tifffile
-PORTVERSION=	2021.1.14
+PORTVERSION=	2021.2.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	Read and write TIFF(r) files
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/graphics/py-tifffile/distinfo
==============================================================================
--- head/graphics/py-tifffile/distinfo	Sat Feb  6 20:46:36 2021	(r564283)
+++ head/graphics/py-tifffile/distinfo	Sat Feb  6 20:46:41 2021	(r564284)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611856574
-SHA256 (tifffile-2021.1.14.tar.gz) = a5f8caaf672dab0dc8b2609b61d4fd23c6b6fe7e9df38750d4c872962a080ba9
-SIZE (tifffile-2021.1.14.tar.gz) = 237581
+TIMESTAMP = 1612519145
+SHA256 (tifffile-2021.2.1.tar.gz) = 6793787742e18cf2116bc65e17c51cd9c14cd27a4a6033a8ddd5bf801a637615
+SIZE (tifffile-2021.2.1.tar.gz) = 239047


More information about the svn-ports-all mailing list