Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 18:40:32 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515812 - head/graphics/py-scikit-image
Message-ID:  <201910271840.x9RIeWgw047977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sun Oct 27 18:40:31 2019
New Revision: 515812
URL: https://svnweb.freebsd.org/changeset/ports/515812

Log:
  graphics/py-scikit-image:
  - Update to 0.14.3
  - Add missing dependency required for skivi
  - Update WWW

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	Sun Oct 27 18:15:24 2019	(r515811)
+++ head/graphics/py-scikit-image/Makefile	Sun Oct 27 18:40:31 2019	(r515812)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scikit-image
-PORTVERSION=	0.14.2
-PORTREVISION=	2
+PORTVERSION=	0.14.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +23,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR}
 
 USES=		cpe python
 USE_GITHUB=	yes

Modified: head/graphics/py-scikit-image/distinfo
==============================================================================
--- head/graphics/py-scikit-image/distinfo	Sun Oct 27 18:15:24 2019	(r515811)
+++ head/graphics/py-scikit-image/distinfo	Sun Oct 27 18:40:31 2019	(r515812)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552637703
-SHA256 (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 469d68d1c0eeab9aa90b3d41d7dedd79233386997f190d95b110d588c3cfc89e
-SIZE (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 21933121
+TIMESTAMP = 1572190682
+SHA256 (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 19048e68bc47fd100d1ee2ed77e869ebfc5d7f580c33f26698f0b1fa2d532dd7
+SIZE (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 21936150

Modified: head/graphics/py-scikit-image/pkg-descr
==============================================================================
--- head/graphics/py-scikit-image/pkg-descr	Sun Oct 27 18:15:24 2019	(r515811)
+++ head/graphics/py-scikit-image/pkg-descr	Sun Oct 27 18:40:31 2019	(r515812)
@@ -3,4 +3,4 @@ available free of charge and free of restriction. We p
 high-quality, peer-reviewed code, written by an active community of
 volunteers.
 
-WWW: http://scikit-image.org/
+WWW: https://scikit-image.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910271840.x9RIeWgw047977>