Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 18:12:52 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: 3e855e2f3a38 - main - graphics/py-pyproj: Update to 3.4.0
Message-ID:  <202209101812.28AICqfx020288@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=3e855e2f3a387481bac8be3362c8cfdfcc809ec9

commit 3e855e2f3a387481bac8be3362c8cfdfcc809ec9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 18:11:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 18:11:16 +0000

    graphics/py-pyproj: Update to 3.4.0
    
    Changes:        https://github.com/pyproj4/pyproj/releases
---
 graphics/py-pyproj/Makefile | 6 +++---
 graphics/py-pyproj/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 432d15ed958a..07a54eff8124 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyproj
-PORTVERSION=	3.3.1
+PORTVERSION=	3.4.0
 CATEGORIES=	graphics geography python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,11 @@ WWW=		https://github.com/pyproj4/pyproj
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	proj>=8.0.0,1:graphics/proj
+BUILD_DEPENDS=	proj>=8.2.0,1:graphics/proj
 LIB_DEPENDS=	libproj.so:graphics/proj
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent cython distutils
 
 MAKE_ENV=	PROJ_DIR=${LOCALBASE}
diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo
index 1a45fbbcb1f4..41a90c5e4266 100644
--- a/graphics/py-pyproj/distinfo
+++ b/graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650970143
-SHA256 (pyproj-3.3.1.tar.gz) = b3d8e14d91cc95fb3dbc03a9d0588ac58326803eefa5bbb0978d109de3304fbe
-SIZE (pyproj-3.3.1.tar.gz) = 219134
+TIMESTAMP = 1662826474
+SHA256 (pyproj-3.4.0.tar.gz) = a708445927ace9857f52c3ba67d2915da7b41a8fdcd9b8f99a4c9ed60a75eb33
+SIZE (pyproj-3.4.0.tar.gz) = 217338



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