Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 23:51:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff49b951334f - main - graphics/py-tifffile: Update to 2022.3.25
Message-ID:  <202203302351.22UNpZu6085726@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff49b951334f66200bfbd5b0a803b075425db379

commit ff49b951334f66200bfbd5b0a803b075425db379
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 23:46:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 23:49:01 +0000

    graphics/py-tifffile: Update to 2022.3.25
    
    tifffile drops official Python 3.7 support since 2022.2.2, but it still builds fine.
    
    Changes:        https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst
---
 graphics/py-tifffile/Makefile | 6 +++---
 graphics/py-tifffile/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile
index ced9a37fb008..7fc4942b0759 100644
--- a/graphics/py-tifffile/Makefile
+++ b/graphics/py-tifffile/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	tifffile
-PORTVERSION=	2021.11.2
+PORTVERSION=	2022.3.25
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ 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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.2,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		dos2unix python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo
index 180c69344c2a..2887a79007cc 100644
--- a/graphics/py-tifffile/distinfo
+++ b/graphics/py-tifffile/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971110
-SHA256 (tifffile-2021.11.2.tar.gz) = 153e31fa1d892f482fabb2ae9f2561fa429ee42d01a6f67e58cee13637d9285b
-SIZE (tifffile-2021.11.2.tar.gz) = 271504
+TIMESTAMP = 1648681334
+SHA256 (tifffile-2022.3.25.tar.gz) = 6d943f2c01b1a34a476c963d119565fba108f559e061426c63a5157846959ed9
+SIZE (tifffile-2022.3.25.tar.gz) = 274166



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302351.22UNpZu6085726>