# -*- 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-backports_abc
version             0.5
revision            0
categories-append   devel
platforms           darwin
license             PSF
supported_archs     noarch

# do not add subports for python > 3.4
python.versions     27

maintainers         {stromnov @stromnov} openmaintainer

description         A backport of recent additions to the 'collections.abc' module from Python 3.5.
long_description    ${description}

homepage            https://github.com/cython/backports_abc
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  00ed08fcf2537409669dc7fbb89c2fdac4993a46 \
                    sha256  033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde \
                    size    9807

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