Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 14:06:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 003b0853a96a - main - graphics/py-gdal: Update USES=python
Message-ID:  <202206161406.25GE6Dlb013781@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=003b0853a96adcbb09ae1d6d993b097d4d290b63

commit 003b0853a96adcbb09ae1d6d993b097d4d290b63
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:59:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:59:49 +0000

    graphics/py-gdal: Update USES=python
    
    math/py-numpy requires Python 3.8+
---
 graphics/py-gdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index c3e0c7cad2b9..86fd527983c1 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 
 LIB_DEPENDS=	libgdal.so:graphics/gdal
 
-USES=		compiler:c++14-lang cpe python:3.7+ tar:xz
+USES=		compiler:c++14-lang cpe python:3.8+ tar:xz
 USE_PYTHON=	autoplist concurrent distutils
 
 USE_CXXSTD=	c++14



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