diff options
-rw-r--r-- | math/py-ndindex/Makefile | 8 | ||||
-rw-r--r-- | math/py-ndindex/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/py-ndindex/Makefile b/math/py-ndindex/Makefile index d7bd17b6a92a..fa579e3a3f69 100644 --- a/math/py-ndindex/Makefile +++ b/math/py-ndindex/Makefile @@ -1,12 +1,14 @@ PORTNAME= ndindex -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= math python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/Quansight-Labs/ndindex/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for manipulating indices of ndarrays -WWW= https://github.com/Quansight-Labs/ndindex +WWW= https://quansight-labs.github.io/ndindex/ \ + https://github.com/Quansight-Labs/ndindex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/py-ndindex/distinfo b/math/py-ndindex/distinfo index 1964059aabbe..415892b16311 100644 --- a/math/py-ndindex/distinfo +++ b/math/py-ndindex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682354538 -SHA256 (ndindex-1.7.tar.gz) = bf9bd0b76eeada1c8275e04091f8291869ed2b373b7af48e56faf7579fd2efd2 -SIZE (ndindex-1.7.tar.gz) = 85371 +TIMESTAMP = 1708449398 +SHA256 (ndindex-1.8.tar.gz) = 5fc87ebc784605f01dd5367374cb40e8da8f2c30988968990066c5098a7eebe8 +SIZE (ndindex-1.8.tar.gz) = 89921 |