svn commit: r450928 - head/graphics/py-scikit-image

Steve Wills swills at FreeBSD.org
Fri Sep 29 18:13:24 UTC 2017


Author: swills
Date: Fri Sep 29 18:13:20 2017
New Revision: 450928
URL: https://svnweb.freebsd.org/changeset/ports/450928

Log:
  graphics/py-scikit-image: upgrade to v0.13.1
  
  PR:		222656
  Submitted by:	Eric Camachat <eric at camachat.org> (maintainer)

Modified:
  head/graphics/py-scikit-image/Makefile
  head/graphics/py-scikit-image/distinfo
  head/graphics/py-scikit-image/pkg-descr

Modified: head/graphics/py-scikit-image/Makefile
==============================================================================
--- head/graphics/py-scikit-image/Makefile	Fri Sep 29 17:54:02 2017	(r450927)
+++ head/graphics/py-scikit-image/Makefile	Fri Sep 29 18:13:20 2017	(r450928)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scikit-image
-PORTVERSION=	0.13.0
+PORTVERSION=	0.13.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,6 @@ 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 \

Modified: head/graphics/py-scikit-image/distinfo
==============================================================================
--- head/graphics/py-scikit-image/distinfo	Fri Sep 29 17:54:02 2017	(r450927)
+++ head/graphics/py-scikit-image/distinfo	Fri Sep 29 18:13:20 2017	(r450928)
@@ -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

Modified: head/graphics/py-scikit-image/pkg-descr
==============================================================================
--- head/graphics/py-scikit-image/pkg-descr	Fri Sep 29 17:54:02 2017	(r450927)
+++ head/graphics/py-scikit-image/pkg-descr	Fri Sep 29 18:13:20 2017	(r450928)
@@ -2,3 +2,5 @@ scikit-image is a collection of algorithms for image p
 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/


More information about the svn-ports-all mailing list