# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-DAWG version 0.2 revision 0 categories-append devel license MIT platforms darwin maintainers stromnov openmaintainer description Fast and memory efficient DAWG for Python. long_description ${description} homepage https://github.com/kmike/DAWG/ master_sites http://pypi.python.org/packages/source/D/DAWG/ distname DAWG-${version} checksums rmd160 3acd84df14b8112d5e95c97e90ce02e840ab96b0 \ sha256 89e2fd3ce20a552efa04f31bb543b5113cdef563f0c90b568932f96db6fd13ba python.default_version 27 python.versions 26 27 31 32 livecheck.type regex livecheck.url ${master_sites} livecheck.regex "DAWG-(\\d+(?:\\.\\d+)*)${extract.suffix}"