Index: head/graphics/py-scikit-image/Makefile =================================================================== --- head/graphics/py-scikit-image/Makefile (revision 515811) +++ head/graphics/py-scikit-image/Makefile (revision 515812) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.14.2 -PORTREVISION= 2 +PORTVERSION= 0.14.3 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org COMMENT= Image Processing SciKit (Toolbox for SciPy) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${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} + ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} USES= cpe python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils cython cython_run PYDISTUTILS_BUILD_TARGET= build build_ext PYDISTUTILS_BUILDARGS+= saveopts post-install: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/skimage -name "*.so" -exec ${STRIP_CMD} {} \; do-test: @cd ${WRKSRC} && \ ${PYTHON_CMD} ${PYSETUP} build_ext -i && \ ${PYTHON_CMD} selftest.py && \ ${PYTHON_CMD} -m nose -vx Tests/test_*.py .include Index: head/graphics/py-scikit-image/distinfo =================================================================== --- head/graphics/py-scikit-image/distinfo (revision 515811) +++ head/graphics/py-scikit-image/distinfo (revision 515812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552637703 -SHA256 (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 469d68d1c0eeab9aa90b3d41d7dedd79233386997f190d95b110d588c3cfc89e -SIZE (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 21933121 +TIMESTAMP = 1572190682 +SHA256 (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 19048e68bc47fd100d1ee2ed77e869ebfc5d7f580c33f26698f0b1fa2d532dd7 +SIZE (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 21936150 Index: head/graphics/py-scikit-image/pkg-descr =================================================================== --- head/graphics/py-scikit-image/pkg-descr (revision 515811) +++ head/graphics/py-scikit-image/pkg-descr (revision 515812) @@ -1,6 +1,6 @@ scikit-image is a collection of algorithms for image processing. It is available free of charge and free of restriction. We pride ourselves on high-quality, peer-reviewed code, written by an active community of volunteers. -WWW: http://scikit-image.org/ +WWW: https://scikit-image.org/