Date: Wed, 5 Apr 2023 17:38:13 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: cc0c4b470047 - main - math/py-spreg: Update WWW and clean up pkg-descr Message-ID: <202304051738.335HcD7S088783@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=cc0c4b4700470053ae8d71f6bda35b1625c19305 commit cc0c4b4700470053ae8d71f6bda35b1625c19305 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:18:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:45 +0000 math/py-spreg: Update WWW and clean up pkg-descr --- math/py-spreg/Makefile | 3 ++- math/py-spreg/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 0f9b77999af0..be8821a80d40 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PySAL Spatial Econometrics Package -WWW= https://spreg.readthedocs.io/en/latest/ +WWW= https://spreg.readthedocs.io/en/latest/ \ + https://github.com/pysal/spreg LICENSE= BSD3CLAUSE diff --git a/math/py-spreg/pkg-descr b/math/py-spreg/pkg-descr index c7e9bd13f8c2..ad773525f8b3 100644 --- a/math/py-spreg/pkg-descr +++ b/math/py-spreg/pkg-descr @@ -3,5 +3,3 @@ Spatial Regression Models (spreg) spreg, short for "spatial regression", is a python package to estimate simultaneous autoregressive spatial regression models. These models are useful when modeling processes where observations interact with one another. - -See also: https://github.com/pysal/spreg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335HcD7S088783>