svn commit: r436548 - in head/graphics: . py-scikit-image
Joseph Mingrone
jrm at FreeBSD.org
Mon Mar 20 16:12:13 UTC 2017
Author: jrm
Date: Mon Mar 20 16:12:11 2017
New Revision: 436548
URL: https://svnweb.freebsd.org/changeset/ports/436548
Log:
New port: graphics/py-scikit-image
Image processing SciKit (Toolbox for SciPy)
WWW: http://scikit-image.org/
PR: 217427
Submitted by: eric at camachat.org (maintainer)
Reviewed by: mat
Approved by: swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10053
Added:
head/graphics/py-scikit-image/
head/graphics/py-scikit-image/Makefile (contents, props changed)
head/graphics/py-scikit-image/distinfo (contents, props changed)
head/graphics/py-scikit-image/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Mon Mar 20 16:03:10 2017 (r436547)
+++ head/graphics/Makefile Mon Mar 20 16:12:11 2017 (r436548)
@@ -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
Added: head/graphics/py-scikit-image/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-scikit-image/Makefile Mon Mar 20 16:12:11 2017 (r436548)
@@ -0,0 +1,46 @@
+# $FreeBSD$
+
+PORTNAME= scikit-image
+PORTVERSION= 0.12.3
+DISTVERSIONPREFIX= v
+CATEGORIES= graphics python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= eric at 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 <bsd.port.mk>
Added: head/graphics/py-scikit-image/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-scikit-image/distinfo Mon Mar 20 16:12:11 2017 (r436548)
@@ -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
Added: head/graphics/py-scikit-image/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-scikit-image/pkg-descr Mon Mar 20 16:12:11 2017 (r436548)
@@ -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.
More information about the svn-ports-all
mailing list