aboutsummaryrefslogtreecommitdiff
path: root/math/py-pybloom
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-01-21 07:46:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-01-21 07:46:02 +0000
commitfbdb20233571df3fb2c1c76c377358d5fe54e4db (patch)
tree425890e63136f17109046534712a2091a12b7a5a /math/py-pybloom
parentab322ffcbb1e69582ba7f5684c957fb50546af3f (diff)
downloadports-fbdb20233571df3fb2c1c76c377358d5fe54e4db.tar.gz
ports-fbdb20233571df3fb2c1c76c377358d5fe54e4db.zip
- Update to 3.0.0 [1]
- Change to Joseph Fox's fork [1] - Pet portlint PR: 234620 Submitted by: Gilbert Morgan <gmm@tutanota.com>
Notes
Notes: svn path=/head/; revision=490826
Diffstat (limited to 'math/py-pybloom')
-rw-r--r--math/py-pybloom/Makefile11
-rw-r--r--math/py-pybloom/distinfo6
-rw-r--r--math/py-pybloom/pkg-descr2
3 files changed, 10 insertions, 9 deletions
diff --git a/math/py-pybloom/Makefile b/math/py-pybloom/Makefile
index 9ecff56ef657..8ec7e1f5d6de 100644
--- a/math/py-pybloom/Makefile
+++ b/math/py-pybloom/Makefile
@@ -1,8 +1,7 @@
-# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= pybloom
-PORTVERSION= 2.0
+PORTVERSION= 3.0.0
DISTVERSIONPREFIX= v
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +9,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Probabilistic data structure
+LICENSE= MIT
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:devel/py-bitarray@${PY_FLAVOR}
-USES= python:2.7
+USES= python
USE_PYTHON= distutils autoplist
-USE_GITHUB= yes
-GH_ACCOUNT= jaybaird
+USE_GITHUB= yes
+GH_ACCOUNT= joseph-fox
GH_PROJECT= python-bloomfilter
.include <bsd.port.mk>
diff --git a/math/py-pybloom/distinfo b/math/py-pybloom/distinfo
index 4c339eb164f6..9f917156985d 100644
--- a/math/py-pybloom/distinfo
+++ b/math/py-pybloom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509735915
-SHA256 (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 77ae847e70c4521d9bfdb768fa12610d90c0880eefcf8d9a6bc24824f676408d
-SIZE (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 10970
+TIMESTAMP = 1546626586
+SHA256 (joseph-fox-python-bloomfilter-v3.0.0_GH0.tar.gz) = 733b5c319410aea06b5d0146e43634055d144052d07acf05a6fbb493b602dc05
+SIZE (joseph-fox-python-bloomfilter-v3.0.0_GH0.tar.gz) = 10866
diff --git a/math/py-pybloom/pkg-descr b/math/py-pybloom/pkg-descr
index 2c6aa85aed66..ef3476e21c7a 100644
--- a/math/py-pybloom/pkg-descr
+++ b/math/py-pybloom/pkg-descr
@@ -2,4 +2,4 @@ pybloom is a Python implementation of the bloom filter probabilistic data
structure. The module also provides a Scalable Bloom Filter that allows a
bloom filter to grow without knowing the original set size.
-WWW: https://github.com/jaybaird/python-bloomfilter
+WWW: https://github.com/joseph-fox/python-bloomfilter