Date: Mon, 21 Jan 2019 07:46:02 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490826 - head/math/py-pybloom Message-ID: <201901210746.x0L7k2Ka072776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Mon Jan 21 07:46:02 2019 New Revision: 490826 URL: https://svnweb.freebsd.org/changeset/ports/490826 Log: - Update to 3.0.0 [1] - Change to Joseph Fox's fork [1] - Pet portlint PR: 234620 Submitted by: Gilbert Morgan <gmm@tutanota.com> Modified: head/math/py-pybloom/Makefile head/math/py-pybloom/distinfo head/math/py-pybloom/pkg-descr Modified: head/math/py-pybloom/Makefile ============================================================================== --- head/math/py-pybloom/Makefile Mon Jan 21 07:45:00 2019 (r490825) +++ head/math/py-pybloom/Makefile Mon Jan 21 07:46:02 2019 (r490826) @@ -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> Modified: head/math/py-pybloom/distinfo ============================================================================== --- head/math/py-pybloom/distinfo Mon Jan 21 07:45:00 2019 (r490825) +++ head/math/py-pybloom/distinfo Mon Jan 21 07:46:02 2019 (r490826) @@ -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 Modified: head/math/py-pybloom/pkg-descr ============================================================================== --- head/math/py-pybloom/pkg-descr Mon Jan 21 07:45:00 2019 (r490825) +++ head/math/py-pybloom/pkg-descr Mon Jan 21 07:46:02 2019 (r490826) @@ -2,4 +2,4 @@ pybloom is a Python implementation of the bloom filter 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901210746.x0L7k2Ka072776>