1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-pybloom |
---|
8 | version 2.0 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | license Permissive |
---|
12 | python.versions 26 27 |
---|
13 | |
---|
14 | if {${subport} != ${name}} { |
---|
15 | depends_lib port:py${python.version}-bitarray |
---|
16 | } |
---|
17 | |
---|
18 | homepage https://github.com/jaybaird/python-bloomfilter |
---|
19 | description pybloom is a module that includes a Bloom Filter data structure \ |
---|
20 | along with an implmentation of Scalable Bloom Filters. |
---|
21 | long_description pybloom is a module that includes a Bloom Filter data structure \ |
---|
22 | along with an implmentation of Scalable Bloom Filters. |
---|
23 | maintainers node99.org:sean openmaintainer |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | git.url https://github.com/jaybaird/python-bloomfilter.git |
---|