Ticket #38404: Portfile.2

File Portfile.2, 928 bytes (added by sean@…, 11 years ago)

Updated to append, use github portgroup, and use v2.0 tag

Line 
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
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           github 1.0
7
8github.setup        jaybaird python-bloomfilter v2.0
9name                py-pybloom
10categories          python
11platforms           darwin
12license             Permissive
13python.versions     26 27
14
15if {${subport} != ${name}} {
16    depends_lib-append     port:py${python.version}-bitarray
17}
18
19description         pybloom is a module that includes a Bloom Filter data structure \
20                    along with an implmentation of Scalable Bloom Filters.
21long_description    ${description}
22maintainers         node99.org:sean openmaintainer
23
24checksums           rmd160  072eef100d864f6bbc90374b48a1d5c6a0b729c7 \
25                    sha256  bb77d52501d967a41e200555c78e65161dee9dbc45deb7b6a016001a5b5c1934