# -*- 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-regex version 2016.10.22 revision 0 categories-append devel platforms darwin license PSF python.versions 27 34 35 maintainers stromnov openmaintainer description Alternate regular expression module, to replace re. long_description ${description} homepage https://bitbucket.org/mrabarnett/mrab-regex master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 95541c0363f00d8a0ab943d19d0e741db961c0b8 \ sha256 4415b5b5408ad36ad73ee6c27a0ac01880d460f69014671b719a10320322e4d5 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }