Index: head/graphics/py-scikit-image/Makefile =================================================================== --- head/graphics/py-scikit-image/Makefile (revision 450927) +++ head/graphics/py-scikit-image/Makefile (revision 450928) @@ -1,48 +1,46 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= eric@camachat.org COMMENT= Image Processing SciKit (Toolbox for SciPy) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to configure BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets USES= cpe python USE_GITHUB= yes USE_PYTHON= autoplist distutils 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 450927) +++ head/graphics/py-scikit-image/distinfo (revision 450928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495853206 -SHA256 (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = e1f2f8a8f6422603fd76c8dc882efc088dadbef1cc558d4f0f9c1aa935a37fee -SIZE (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = 21569731 +TIMESTAMP = 1506531934 +SHA256 (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = c38511f20145e14c28c42aac013b7714dc30a72a8a3e69db297f6b85d3b92f3e +SIZE (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = 21492844 Index: head/graphics/py-scikit-image/pkg-descr =================================================================== --- head/graphics/py-scikit-image/pkg-descr (revision 450927) +++ head/graphics/py-scikit-image/pkg-descr (revision 450928) @@ -1,4 +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/