# -*- 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-contextlib2 version 0.5.4 revision 0 categories-append devel platforms darwin license PSF supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description Backports and enhancements for the contextlib module long_description ${description} homepage http://contextlib2.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 a1ee166252341bc58ae914e454281470ceb06c5f \ sha256 710626cde569f51a87f216ff757fe60f5cd13ae8f8114706590510cd5649ce88 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }