# -*- 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-marisa-trie version 0.3.6 revision 0 categories-append devel license LGPL platforms darwin maintainers stromnov openmaintainer description Static memory-efficient & fast Trie structures for Python (based on marisa-trie C++ library) long_description ${description} homepage https://github.com/kmike/marisa-trie master_sites http://pypi.python.org/packages/source/m/marisa-trie/ distname marisa-trie-${version} checksums rmd160 8ac5d1fc1099d71eec06c3470db67587be772c81 \ sha256 77e7577a60f2f5ca4e2d29fe247e17b123c87ce3b5574daa6f775cfd7cd19047 python.default_version 27 python.versions 26 27 31 32 livecheck.type regex livecheck.url ${master_sites} livecheck.regex "marisa-trie-(\\d+(?:\\.\\d+)*)${extract.suffix}"