# -*- 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-unicodecsv version 0.14.1 revision 0 categories-append devel platforms darwin license BSD python.versions 27 maintainers stromnov openmaintainer description Python 2's csv module which supports unicode strings. long_description ${description} homepage https://github.com/jdunck/python-unicodecsv/ master_sites pypi:u/unicodecsv/ distname unicodecsv-${version} checksums rmd160 e32a55b18f1ea62a47db3490191bd4bb6566453f \ sha256 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/unicodecsv/json livecheck.regex {unicodecsv-(\d+(?:\.\d+)*)\.[tz]} }