# -*- 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-iso8601 version 0.1.11 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description Simple module to parse ISO 8601 dates long_description ${description} homepage http://code.google.com/p/pyiso8601/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 ee76d7208baaadd4b2a0b859b5ff0e8735afbc8d \ sha256 e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }