# -*- 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-pyrxp
version           2.1.0
categories-append devel
license           GPL-2
platforms         darwin
maintainers       nomaintainer

description       Fast validating XML parser for python
long_description  ${description}

homepage          https://pypi.python.org/pypi/pyRXP
master_sites      pypi:p/pyRXP/
distname          pyRXP-${version}

python.versions   27 34 35 36 37

checksums         md5     945b6586a0bc16e1735bca1244e824c6 \
                  rmd160  62140c9da21066772582d5e0908c28e5971255ac \
                  sha256  e3c03b88a396744f5c944cb80e48a7eefb4fc9c8e2265ed09b061efb4a635913

universal_variant no

if {${name} ne ${subport}} {
    depends_build-append  port:py${python.version}-setuptools
    livecheck.type        none
}