You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
899 B
Tcl
29 lines
899 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-unicodecsv
|
|
version 0.14.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
|
|
python.versions 27
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Python 2's csv module which supports unicode strings.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jdunck/python-unicodecsv/
|
|
|
|
checksums rmd160 e32a55b18f1ea62a47db3490191bd4bb6566453f \
|
|
sha256 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
}
|