Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 05:11:11 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544022 - head/math/py-pdal
Message-ID:  <202008030511.0735BBUo067090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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