# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-regex
version             2018.06.21
revision            0
categories-append   devel
platforms           darwin
license             PSF

python.versions     27 34 35 36

maintainers         {stromnov @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  0c5da921e3e9f1fe1d7b619541edc9827f510e9d \
                    sha256  b172583f0c5f104e059a30dd6a1f9d20693031b156558590a745d6cc3192e283 \
                    size    632429

if {${name} ne ${subport}} {
    livecheck.type      none
}