Date: Sat, 30 Sep 2023 23:33:53 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: b088c226764c - main - graphics/py-pointpats: Update to 2.4.0 Message-ID: <202309302333.38UNXrJM009038@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=b088c226764c6ae9f25e1d25416bf8b3cd9b3873 commit b088c226764c6ae9f25e1d25416bf8b3cd9b3873 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 23:30:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 23:30:00 +0000 graphics/py-pointpats: Update to 2.4.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/pysal/pointpats/releases --- graphics/py-pointpats/Makefile | 14 ++++++++------ graphics/py-pointpats/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/graphics/py-pointpats/Makefile b/graphics/py-pointpats/Makefile index 049a9f808170..1abf38516318 100644 --- a/graphics/py-pointpats/Makefile +++ b/graphics/py-pointpats/Makefile @@ -1,6 +1,5 @@ PORTNAME= pointpats -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +12,17 @@ WWW= https://pointpats.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.8.0:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=1.8:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pointpats/distinfo b/graphics/py-pointpats/distinfo index 394b6c86a91b..70249263e9ac 100644 --- a/graphics/py-pointpats/distinfo +++ b/graphics/py-pointpats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498778 -SHA256 (pointpats-2.3.0.tar.gz) = de390f450f4b83f343855f67de15bc85228d9bee2fcecf80851dd01e47c1b556 -SIZE (pointpats-2.3.0.tar.gz) = 54313 +TIMESTAMP = 1696048438 +SHA256 (pointpats-2.4.0.tar.gz) = df6344e19136d7256abc99aaac404be961ae6f5c316fa05ca1b6e17892c59e27 +SIZE (pointpats-2.4.0.tar.gz) = 4269592
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309302333.38UNXrJM009038>