svn commit: r544022 - head/math/py-pdal

Loïc Bartoletti lbartoletti at FreeBSD.org
Mon Aug 3 05:11:11 UTC 2020


Author: lbartoletti
Date: Mon Aug  3 05:11:10 2020
New Revision: 544022
URL: https://svnweb.freebsd.org/changeset/ports/544022

Log:
  math/py-pdal: Use python 3 only
  
  Reported by:	pkg-fallout

Modified:
  head/math/py-pdal/Makefile

Modified: head/math/py-pdal/Makefile
==============================================================================
--- head/math/py-pdal/Makefile	Mon Aug  3 03:36:46 2020	(r544021)
+++ head/math/py-pdal/Makefile	Mon Aug  3 05:11:10 2020	(r544022)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libpdal_base.so:math/pdal
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
 		${PYNUMPY}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist cython distutils
 
 post-install:


More information about the svn-ports-head mailing list