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 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup jaybaird python-bloomfilter v2.0 |
---|
9 | name py-pybloom |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | license Permissive |
---|
13 | python.versions 26 27 |
---|
14 | |
---|
15 | if {${subport} != ${name}} { |
---|
16 | depends_lib-append port:py${python.version}-bitarray |
---|
17 | } |
---|
18 | |
---|
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 ${description} |
---|
22 | maintainers node99.org:sean openmaintainer |
---|
23 | |
---|
24 | checksums rmd160 072eef100d864f6bbc90374b48a1d5c6a0b729c7 \ |
---|
25 | sha256 bb77d52501d967a41e200555c78e65161dee9dbc45deb7b6a016001a5b5c1934 |
---|