diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-01-23 17:07:41 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-01-23 17:07:41 +0800 |
commit | 601ed139d7bd25ae4eed6f87eee90b8b76244ec8 (patch) | |
tree | 2ffcb952e0ecda03d6126d4cbd0d9367add984e3 /graphics | |
parent | 7be0d7f0a55d7d1901047a380152e00e7e5fc33d (diff) | |
download | freebsd-ports-gnome-601ed139d7bd25ae4eed6f87eee90b8b76244ec8.tar.gz freebsd-ports-gnome-601ed139d7bd25ae4eed6f87eee90b8b76244ec8.tar.zst freebsd-ports-gnome-601ed139d7bd25ae4eed6f87eee90b8b76244ec8.zip |
graphics/py-scikit-image:
- Update to 0.18.1
- Adjust dependencies according to upstream default requirements
- Amend COMMENT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-scikit-image/Makefile | 11 | ||||
-rw-r--r-- | graphics/py-scikit-image/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index 2c8f28528e3a..9daf58724468 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.17.2 +PORTVERSION= 0.18.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org -COMMENT= Image Processing SciKit (Toolbox for SciPy) +COMMENT= Image processing in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} +BUILD_DEPENDS= ${PYNUMPY} 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}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.8: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} \ diff --git a/graphics/py-scikit-image/distinfo b/graphics/py-scikit-image/distinfo index b55429666314..42331142b1e0 100644 --- a/graphics/py-scikit-image/distinfo +++ b/graphics/py-scikit-image/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600543965 -SHA256 (scikit-image-scikit-image-v0.17.2_GH0.tar.gz) = 54165f1c7365aacbd94df6c89ff72554260c3ea8fd8abdfb596d5d93b25d22ab -SIZE (scikit-image-scikit-image-v0.17.2_GH0.tar.gz) = 22682646 +TIMESTAMP = 1611063392 +SHA256 (scikit-image-scikit-image-v0.18.1_GH0.tar.gz) = f9a603d3f5b451ac2e6b9e09bb896396067aba9faa12cdeee77225a47a736d48 +SIZE (scikit-image-scikit-image-v0.18.1_GH0.tar.gz) = 22750803 |