Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:17:37 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: 5bbfde11fedd - main - graphics/py-pygeos: Update USES=python
Message-ID:  <202111051917.1A5JHbbW088439@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=5bbfde11fedd38b7a00639e859d16dcc0c047b0b

commit 5bbfde11fedd38b7a00639e859d16dcc0c047b0b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:03:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:15 +0000

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

diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile
index 70c6d1ffe387..6c5ee6378733 100644
--- a/graphics/py-pygeos/Makefile
+++ b/graphics/py-pygeos/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	geos>=3.5:graphics/geos \
 LIB_DEPENDS=	libgeos.so:graphics/geos
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent cython distutils
 
 post-install:



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