# -*- 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-backports_abc version 0.4 revision 0 categories-append devel platforms darwin license PSF supported_archs noarch python.versions 27 33 34 maintainers 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 181e7854379f8022ece3687b49597d9dd99e0bfe \ sha256 8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }