From owner-svn-ports-all@freebsd.org Mon Mar 20 16:12:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E52D145F7; Mon, 20 Mar 2017 16:12:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CFBE1C63; Mon, 20 Mar 2017 16:12:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2KGCCJR099420; Mon, 20 Mar 2017 16:12:12 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2KGCCbk098924; Mon, 20 Mar 2017 16:12:12 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201703201612.v2KGCCbk098924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 20 Mar 2017 16:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436548 - in head/graphics: . py-scikit-image X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 16:12:13 -0000 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@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@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 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.