git: 23211a1c07bf - main - science/py-spaghetti: Update to 1.7.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:53:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=23211a1c07bf8793442bc734173f2e6e37cc4cc5 commit 23211a1c07bf8793442bc734173f2e6e37cc4cc5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:40:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:47:21 +0000 science/py-spaghetti: Update to 1.7.3 - Update WWW and clean up pkg-descr Changes: https://github.com/pysal/spaghetti/releases --- science/py-spaghetti/Makefile | 9 +++++---- science/py-spaghetti/distinfo | 6 +++--- science/py-spaghetti/files/patch-pyproject.toml | 14 -------------- science/py-spaghetti/pkg-descr | 2 -- 4 files changed, 8 insertions(+), 23 deletions(-) diff --git a/science/py-spaghetti/Makefile b/science/py-spaghetti/Makefile index 67c2bd6c6d8d..b00161df95ce 100644 --- a/science/py-spaghetti/Makefile +++ b/science/py-spaghetti/Makefile @@ -1,18 +1,19 @@ PORTNAME= spaghetti -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analysis of Network-constrained Spatial Data -WWW= https://pysal.org/spaghetti/ +WWW= https://pysal.org/spaghetti/ \ + https://github.com/pysal/spaghetti LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${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}esda>=0:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ diff --git a/science/py-spaghetti/distinfo b/science/py-spaghetti/distinfo index 1d1f71c5b9ce..ca70da266847 100644 --- a/science/py-spaghetti/distinfo +++ b/science/py-spaghetti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104532 -SHA256 (spaghetti-1.7.2.tar.gz) = ec531d866306970685d83a5965e76c608656d7ffda7d53d5cecac8db07361de8 -SIZE (spaghetti-1.7.2.tar.gz) = 80394 +TIMESTAMP = 1685792332 +SHA256 (spaghetti-1.7.3.tar.gz) = 96db77d479d61f14421fbd6f54b857b2a74d567d9e579182d9f271921a1b959e +SIZE (spaghetti-1.7.3.tar.gz) = 22151977 diff --git a/science/py-spaghetti/files/patch-pyproject.toml b/science/py-spaghetti/files/patch-pyproject.toml deleted file mode 100644 index 97973f50e276..000000000000 --- a/science/py-spaghetti/files/patch-pyproject.toml +++ /dev/null @@ -1,14 +0,0 @@ ---- pyproject.toml.orig 2023-01-16 02:01:00 UTC -+++ pyproject.toml -@@ -1,11 +1,7 @@ - [build-system] - requires = [ -- "black", -- "isort", -- "pyproject-flake8", - "setuptools>=61.0.0", - "versioneer[toml]", -- - ] - build-backend = "setuptools.build_meta" - diff --git a/science/py-spaghetti/pkg-descr b/science/py-spaghetti/pkg-descr index ec5f395dfdd4..822b1dd32c7b 100644 --- a/science/py-spaghetti/pkg-descr +++ b/science/py-spaghetti/pkg-descr @@ -5,5 +5,3 @@ spatial data. Originating from the network module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events. - -See also: https://github.com/pysal/spaghetti