svn commit: r465335 - head/math/py-PyWavelets
Max Brazhnikov
makc at FreeBSD.org
Fri Mar 23 08:28:06 UTC 2018
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
More information about the svn-ports-head
mailing list