Skip to content

Commit

Permalink
science/py-access: Update to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent 6937d23 commit 7c317e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions science/py-access/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= access
PORTVERSION= 1.1.3
PORTVERSION= 1.1.7
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,10 @@ COMMENT= Calculate spatial accessibility metrics

LICENSE= BSD3CLAUSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
Expand Down
6 changes: 3 additions & 3 deletions science/py-access/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609598755
SHA256 (access-1.1.3.tar.gz) = 381aecadd7ba70d712b74cd92fb0906e16b362522ae0c7de9b8e2424d19af51d
SIZE (access-1.1.3.tar.gz) = 19708
TIMESTAMP = 1653926010
SHA256 (access-1.1.7.tar.gz) = 3347d25aef4ce19f2b1302b7c10312772d96b8311cd70b889db19e1d632c8536
SIZE (access-1.1.7.tar.gz) = 20281

0 comments on commit 7c317e3

Please sign in to comment.