Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile +++ head/graphics/Makefile @@ -883,6 +883,7 @@ SUBDIR += py-qt5-svg SUBDIR += py-rabbyt SUBDIR += py-sane + SUBDIR += py-scikit-image SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d Index: head/graphics/py-scikit-image/Makefile =================================================================== --- head/graphics/py-scikit-image/Makefile +++ head/graphics/py-scikit-image/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= scikit-image +PORTVERSION= 0.12.3 +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 + +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 +++ head/graphics/py-scikit-image/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489879947 +SHA256 (scikit-image-scikit-image-v0.12.3_GH0.tar.gz) = 4356124bc4c258ddcb84ffbf3b8cec7034d20cb8da267ff881aae0668a2e0caa +SIZE (scikit-image-scikit-image-v0.12.3_GH0.tar.gz) = 16763030 Index: head/graphics/py-scikit-image/pkg-descr =================================================================== --- head/graphics/py-scikit-image/pkg-descr +++ head/graphics/py-scikit-image/pkg-descr @@ -0,0 +1,4 @@ +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.