New port: graphics/py-scikit-image
Image processing SciKit (Toolbox for SciPy) WWW: http://scikit-image.org/ PR: 217427 Submitted by: eric@camachat.org (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10053
This commit is contained in:
parent
a8a5b0e219
commit
1023596148
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436548
@ -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
|
||||
|
46
graphics/py-scikit-image/Makefile
Normal file
46
graphics/py-scikit-image/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
graphics/py-scikit-image/distinfo
Normal file
3
graphics/py-scikit-image/distinfo
Normal file
@ -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
|
4
graphics/py-scikit-image/pkg-descr
Normal file
4
graphics/py-scikit-image/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user