From fbdb20233571df3fb2c1c76c377358d5fe54e4db Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 21 Jan 2019 07:46:02 +0000 Subject: [PATCH] - Update to 3.0.0 [1] - Change to Joseph Fox's fork [1] - Pet portlint PR: 234620 Submitted by: Gilbert Morgan --- math/py-pybloom/Makefile | 11 ++++++----- math/py-pybloom/distinfo | 6 +++--- math/py-pybloom/pkg-descr | 2 +- 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 # $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 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