mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 3.0.0 [1]
- Change to Joseph Fox's fork [1] - Pet portlint PR: 234620 Submitted by: Gilbert Morgan <gmm@tutanota.com>
This commit is contained in:
parent
ab322ffcbb
commit
fbdb202335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490826
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user