Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 21:50:04 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: d3c5e0082f3a - main - science/py-access: Update to 1.1.9
Message-ID:  <202304182150.33ILo4r6047966@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=d3c5e0082f3aacef3cd304b12228f898d6c5dc2d

commit d3c5e0082f3aacef3cd304b12228f898d6c5dc2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 21:38:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 21:38:26 +0000

    science/py-access: Update to 1.1.9
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/pysal/access/releases
                    https://github.com/pysal/access/commits/main
---
 science/py-access/Makefile  | 7 ++++---
 science/py-access/distinfo  | 6 +++---
 science/py-access/pkg-descr | 2 --
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/science/py-access/Makefile b/science/py-access/Makefile
index 14b66d19165f..ea824d9cbeea 100644
--- a/science/py-access/Makefile
+++ b/science/py-access/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	access
-PORTVERSION=	1.1.8
-PORTREVISION=	1
+PORTVERSION=	1.1.9
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Calculate spatial accessibility metrics
-WWW=		https://access.readthedocs.io/en/latest/
+WWW=		https://pysal.org/access/ \
+		https://access.readthedocs.io/en/latest/ \
+		https://github.com/pysal/access
 
 LICENSE=	BSD3CLAUSE
 
diff --git a/science/py-access/distinfo b/science/py-access/distinfo
index 0a3aa3342411..452d149d75be 100644
--- a/science/py-access/distinfo
+++ b/science/py-access/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654708388
-SHA256 (access-1.1.8.tar.gz) = 2b72b7ef277671d4fca1732cf2b342e2773359c26b7e16d237ff8ce42d32c191
-SIZE (access-1.1.8.tar.gz) = 20284
+TIMESTAMP = 1681843892
+SHA256 (access-1.1.9.tar.gz) = 89d0043e3596854701b72c77dfedb677839a5b416a18362c222b7d321ad02138
+SIZE (access-1.1.9.tar.gz) = 38560
diff --git a/science/py-access/pkg-descr b/science/py-access/pkg-descr
index f43a3a9a6fa2..2b5614bc74c4 100644
--- a/science/py-access/pkg-descr
+++ b/science/py-access/pkg-descr
@@ -4,5 +4,3 @@ Whether you work with data in health, retail, employment or other domains,
 spatial accessibility measures help identify potential spatial mismatches
 between the supply and demand of services. They indicate how close demand
 locations are to supply locations.
-
-See also: https://github.com/pysal/access



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304182150.33ILo4r6047966>