git: d92a8e4dbd76 - main - graphics/py-pyproj: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:24:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d92a8e4dbd7663452e453a4b2752e8baa078b6fd
commit d92a8e4dbd7663452e453a4b2752e8baa078b6fd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 03:18:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 03:18:17 +0000
graphics/py-pyproj: Update WWW
---
graphics/py-pyproj/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 73a2e478f131..73e982b0bf8c 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -7,13 +7,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions
-WWW= https://github.com/pyproj4/pyproj
+WWW= https://pyproj4.github.io/pyproj/stable/ \
+ https://github.com/pyproj4/pyproj
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= proj>=9.0.0,1:graphics/proj \
- ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libproj.so:graphics/proj
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}