diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-15 18:05:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-15 18:05:25 +0000 |
commit | 779c20503a11f3846b83c7125c3f899693000d1e (patch) | |
tree | 5860d7b06eabb0b905dce1b5fc713019e0dadbe4 | |
parent | 75ce8dcea8380b60fe71fed98bd0dec04335a5fb (diff) |
Notes
-rw-r--r-- | math/py-intspan/Makefile | 4 | ||||
-rw-r--r-- | math/py-intspan/distinfo | 6 | ||||
-rw-r--r-- | math/py-intspan/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/py-intspan/Makefile b/math/py-intspan/Makefile index e404159940bb..0b0e5d723804 100644 --- a/math/py-intspan/Makefile +++ b/math/py-intspan/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= intspan -PORTVERSION= 1.5.15 +PORTVERSION= 1.6.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Finite element automatic tabulator LICENSE= APACHE20 -USES= python zip +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/math/py-intspan/distinfo b/math/py-intspan/distinfo index ba63556ad15f..d3b366d98368 100644 --- a/math/py-intspan/distinfo +++ b/math/py-intspan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1548498515 -SHA256 (intspan-1.5.15.zip) = 51e16ef8fb3e55aaab90d51594bccf7f8c8f223f6f2fed8b60366f38413d0d3f -SIZE (intspan-1.5.15.zip) = 17653 +TIMESTAMP = 1605426447 +SHA256 (intspan-1.6.1.tar.gz) = 2ebefbfeeea9fd07e50e3969671712ed3ade730355d3224a41829fc31f7fc0b2 +SIZE (intspan-1.6.1.tar.gz) = 12557 diff --git a/math/py-intspan/pkg-descr b/math/py-intspan/pkg-descr index 87c6ea8a248b..7ff00f39d494 100644 --- a/math/py-intspan/pkg-descr +++ b/math/py-intspan/pkg-descr @@ -2,4 +2,4 @@ intspan is a set subclass that conveniently represents sets of integers. Sets can be created from, and displayed as, integer spans such as 1-3,14,29,92-97 rather than exhaustive member listings. -WWW: https://bitbucket.org/jeunice/intspan +WWW: https://github.com/jonathaneunice/intspan |