Date: Wed, 24 Jul 2024 11:49:03 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: b18a6309d0ed - main - math/py-spreg: Update to 1.5.0 Message-ID: <202407241149.46OBn3JN096532@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=b18a6309d0ed43ecb190cdad1cfea1709f63bb19 commit b18a6309d0ed43ecb190cdad1cfea1709f63bb19 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-24 11:44:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-24 11:44:54 +0000 math/py-spreg: Update to 1.5.0 Changes: https://github.com/pysal/spreg/releases --- math/py-spreg/Makefile | 8 ++++---- math/py-spreg/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 66fe85ed632b..4cb3a9673f63 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -1,6 +1,5 @@ PORTNAME= spreg -PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,11 @@ WWW= https://spreg.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${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.0.0:science/py-libpysal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.23,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} diff --git a/math/py-spreg/distinfo b/math/py-spreg/distinfo index 99f44a18b0e0..a30bdb84f08a 100644 --- a/math/py-spreg/distinfo +++ b/math/py-spreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681052984 -SHA256 (spreg-1.3.2.tar.gz) = 1b6bb91916a77a450f46b8d552ff1571919f18c742be0834765b03d5bbc9931f -SIZE (spreg-1.3.2.tar.gz) = 187910 +TIMESTAMP = 1721710272 +SHA256 (spreg-1.5.0.tar.gz) = 8df9e1b290048db1d555d8822f1505b35eb28f3466ba2846b741d107327087af +SIZE (spreg-1.5.0.tar.gz) = 437912
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407241149.46OBn3JN096532>