Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 08:28:24 +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: r465336 - head/graphics/py-scikit-image
Message-ID:  <201803230828.w2N8SOb8054987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Fri Mar 23 08:28:24 2018
New Revision: 465336
URL: https://svnweb.freebsd.org/changeset/ports/465336

Log:
  graphics/py-scikit-image:
  - Don't restrict the port to Python 2 only and allow concurrent installation
  
  PR:		226797
  Approved by:	Eric Camachat (maintainer)

Modified:
  head/graphics/py-scikit-image/Makefile

Modified: head/graphics/py-scikit-image/Makefile
==============================================================================
--- head/graphics/py-scikit-image/Makefile	Fri Mar 23 08:28:05 2018	(r465335)
+++ head/graphics/py-scikit-image/Makefile	Fri Mar 23 08:28:24 2018	(r465336)
@@ -2,7 +2,7 @@
 
 PORTNAME=	scikit-image
 PORTVERSION=	0.13.1
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,9 +26,9 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${FLAVOR}
 
-USES=		cpe python:2.7
+USES=		cpe python
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils cython cython_run
+USE_PYTHON=	autoplist concurrent distutils cython cython_run
 
 PYDISTUTILS_BUILD_TARGET=	build build_ext
 PYDISTUTILS_BUILDARGS+=		saveopts



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