Date: Fri, 25 Mar 2022 13:44:43 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: bc90e2aa2468 - main - graphics/py-pyproj: Update to 3.3.0 Message-ID: <202203251344.22PDihEw021094@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=bc90e2aa24687e27ca23bd4d88b4a65f317cdc6c commit bc90e2aa24687e27ca23bd4d88b4a65f317cdc6c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:00:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:05 +0000 graphics/py-pyproj: Update to 3.3.0 pyproj drops official Python 3.7 support since 3.3.0, but it still builds fine. Changes: https://github.com/pyproj4/pyproj/releases --- graphics/py-pyproj/Makefile | 4 ++-- graphics/py-pyproj/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index c325dd62f37b..e05a75e601e5 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi PORTNAME= pyproj -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= graphics geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= proj>=7.2.0,1:graphics/proj +BUILD_DEPENDS= proj>=8.0.0,1:graphics/proj LIB_DEPENDS= libproj.so:graphics/proj USES= python:3.7+ diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo index 6c46d39be07e..78a1966461c0 100644 --- a/graphics/py-pyproj/distinfo +++ b/graphics/py-pyproj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227548 -SHA256 (pyproj-3.2.1.tar.gz) = 4a936093825ff55b24c1fc6cc093541fcf6d0f6d406589ed699e62048ebf3877 -SIZE (pyproj-3.2.1.tar.gz) = 213342 +TIMESTAMP = 1647264598 +SHA256 (pyproj-3.3.0.tar.gz) = ce8bfbc212729e9a643f5f5d77f7a93394e032eda1e2d8799ae902d08add747e +SIZE (pyproj-3.3.0.tar.gz) = 217539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251344.22PDihEw021094>