# -*- 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.4 revision 2 categories-append devel license MIT platforms darwin supported_archs noarch maintainers stromnov openmaintainer description Simple module to parse ISO 8601 dates long_description ${description} homepage http://code.google.com/p/pyiso8601/ master_sites http://pypi.python.org/packages/source/i/iso8601/ distname iso8601-${version} checksums rmd160 5783da9bf409c23afd90c286465948af9c12dc1b \ sha256 7a28ccdfb316960431aa7f589f71cb10e0675917e36f6d718d9c03ec6e97f60d python.default_version 27 python.versions 26 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "iso8601-(\\d+(?:\\.\\d+)*)${extract.suffix}"