# -*- 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: Portfile 104963 2013-04-06 06:41:04Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-DAWG version 0.7 revision 0 categories-append devel license MIT platforms darwin python.versions 26 27 31 32 33 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 2e062802cc41ec513511e91be26b5c6af36f02fe \ sha256 83403bcfe663322f73ebbb5e5a4971e0a93ddf612d1bc1b3f1e1f22e0f5e38e2 if {$subport != $name} { livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "DAWG-(\\d+(?:\\.\\d+)*)${extract.suffix}" }