Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 08:28:05 +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: r465335 - head/math/py-PyWavelets
Message-ID:  <201803230828.w2N8S55X054860@repo.freebsd.org>

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

Log:
  math/py-PyWavelets:
  - Don't restrict the port for Python 2.x only
  
  PR:		226798
  Approved by:	Eric Camachat (maintainer)

Modified:
  head/math/py-PyWavelets/Makefile

Modified: head/math/py-PyWavelets/Makefile
==============================================================================
--- head/math/py-PyWavelets/Makefile	Fri Mar 23 07:15:48 2018	(r465334)
+++ head/math/py-PyWavelets/Makefile	Fri Mar 23 08:28:05 2018	(r465335)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 USE_GITHUB=	yes
 GH_PROJECT=	pywt
 
-USES=		cpe python:2.7
+USES=		cpe python
 USE_PYTHON=	autoplist distutils cython cython_run
 
 PYDISTUTILS_BUILD_TARGET=	build build_ext



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