Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 14:06:14 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: 0c36127d0287 - main - graphics/py-pygeos: Update to 0.12.0
Message-ID:  <202206161406.25GE6EGP013805@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=0c36127d0287be6197437c5795d51d5b628daeee

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

    graphics/py-pygeos: Update to 0.12.0
    
    - Update USES=python: math/py-numpy requires Python 3.8+
    
    Changes:        https://github.com/pygeos/pygeos/releases
                    https://github.com/pygeos/pygeos/blob/master/CHANGELOG.rst
---
 graphics/py-pygeos/Makefile | 4 ++--
 graphics/py-pygeos/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile
index 6c5ee6378733..00a3245f8f03 100644
--- a/graphics/py-pygeos/Makefile
+++ b/graphics/py-pygeos/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	pygeos
-PORTVERSION=	0.10.2
+PORTVERSION=	0.12.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -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.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent cython distutils
 
 post-install:
diff --git a/graphics/py-pygeos/distinfo b/graphics/py-pygeos/distinfo
index 699eac01e7c0..a177bee3f67f 100644
--- a/graphics/py-pygeos/distinfo
+++ b/graphics/py-pygeos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632037180
-SHA256 (pygeos-0.10.2.tar.gz) = 08cd7fe047a7d7f9f94eaa9a65e0b4fd4057ffebc15e6179a0290a9576a0bbbc
-SIZE (pygeos-0.10.2.tar.gz) = 127320
+TIMESTAMP = 1655208286
+SHA256 (pygeos-0.12.0.tar.gz) = 3c41542ef67c66015f443ae3e6e683503a8a221f9c24fb2380f6ae42aed1600a
+SIZE (pygeos-0.12.0.tar.gz) = 141393



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