diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2019-04-10 22:31:28 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2019-04-10 22:31:28 +0800 |
commit | 50757d25c08727c70f22c84b315b89dc679fca6d (patch) | |
tree | 59fb08b01c26aab4e86b2c0689aa83725b9d1ea8 /math | |
parent | db41b11b767442871b9d10c811cb186757eb5ffd (diff) | |
download | freebsd-ports-gnome-50757d25c08727c70f22c84b315b89dc679fca6d.tar.gz freebsd-ports-gnome-50757d25c08727c70f22c84b315b89dc679fca6d.tar.zst freebsd-ports-gnome-50757d25c08727c70f22c84b315b89dc679fca6d.zip |
- Update to 3.4.9
Diffstat (limited to 'math')
-rw-r--r-- | math/py-bitvector/Makefile | 3 | ||||
-rw-r--r-- | math/py-bitvector/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile index 3267dfbe16a9..399f251f7f1e 100644 --- a/math/py-bitvector/Makefile +++ b/math/py-bitvector/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bitvector -PORTVERSION= 3.4.8 +PORTVERSION= 3.4.9 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ https://engineering.purdue.edu/kak/dist/ @@ -14,6 +14,7 @@ COMMENT= Pure-Python memory-efficient packed representation for bit arrays LICENSE= PSFL USES= python + USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= BitVector diff --git a/math/py-bitvector/distinfo b/math/py-bitvector/distinfo index 12326fcbb891..c4fcc3bab67d 100644 --- a/math/py-bitvector/distinfo +++ b/math/py-bitvector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521943589 -SHA256 (BitVector-3.4.8.tar.gz) = c636d81495a15c3ccd8c3c1497d90deaf7fdcf60aa8cfc91e60a771796ba7f72 -SIZE (BitVector-3.4.8.tar.gz) = 126947 +TIMESTAMP = 1554905030 +SHA256 (BitVector-3.4.9.tar.gz) = a5e94cbb4804213b1f0c32d84517cd8f0bb8c689b5eb8055d351632e220a5edd +SIZE (BitVector-3.4.9.tar.gz) = 128306 |