Date: Sun, 5 Dec 2021 19:20:51 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 48920ed457c8 - main - graphics/py-scikit-image: update to 0.19.0 Message-ID: <202112051920.1B5JKpCl079488@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=48920ed457c8f5bc50c1195bd2bfcf95652369c4 commit 48920ed457c8f5bc50c1195bd2bfcf95652369c4 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2021-12-04 23:52:46 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2021-12-05 19:20:12 +0000 graphics/py-scikit-image: update to 0.19.0 --- graphics/py-scikit-image/Makefile | 19 +++++++++++-------- graphics/py-scikit-image/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index c73b10824de7..e0fd1fce1be2 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-image -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,23 +10,26 @@ COMMENT= Image processing in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pythran>0:devel/py-pythran@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ - ${PYTHON_PKGNAMEPREFIX}imageio>0:graphics/py-imageio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tifffile>0:graphics/py-tifffile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}imageio>=2.4.1:graphics/py-imageio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tifffile>=2019.7.26:graphics/py-tifffile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.4.1:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=2.2:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyWavelets>=1.1.1:math/py-PyWavelets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python:3.7+ shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils cython cython_run PYDISTUTILS_BUILD_TARGET= build build_ext PYDISTUTILS_BUILDARGS+= saveopts +SHEBANG_FILES= skimage/scripts/skivi post-install: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/skimage -name "*.so" -exec ${STRIP_CMD} {} \; diff --git a/graphics/py-scikit-image/distinfo b/graphics/py-scikit-image/distinfo index 19abc6c0d38b..ab3185ccc6ba 100644 --- a/graphics/py-scikit-image/distinfo +++ b/graphics/py-scikit-image/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623700286 -SHA256 (scikit-image-scikit-image-v0.18.2_GH0.tar.gz) = 0e994e85b1619e804961eb8b14c63323c5ecfdd0f6d5541681e114c48201b4d3 -SIZE (scikit-image-scikit-image-v0.18.2_GH0.tar.gz) = 22752929 +TIMESTAMP = 1638656235 +SHA256 (scikit-image-scikit-image-v0.19.0_GH0.tar.gz) = 5a0d6ad80ed3a389c19a8603391bbc1dd8e81239c2ef5ca6c274886db3087ec5 +SIZE (scikit-image-scikit-image-v0.19.0_GH0.tar.gz) = 22969450
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112051920.1B5JKpCl079488>