[124931] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Aug 31 11:40:52 PDT 2014


Revision: 124931
          https://trac.macports.org/changeset/124931
Author:   stromnov at macports.org
Date:     2014-08-31 11:40:52 -0700 (Sun, 31 Aug 2014)
Log Message:
-----------
py-unicodecsv: new port

Added Paths:
-----------
    trunk/dports/python/py-unicodecsv/
    trunk/dports/python/py-unicodecsv/Portfile

Added: trunk/dports/python/py-unicodecsv/Portfile
===================================================================
--- trunk/dports/python/py-unicodecsv/Portfile	                        (rev 0)
+++ trunk/dports/python/py-unicodecsv/Portfile	2014-08-31 18:40:52 UTC (rev 124931)
@@ -0,0 +1,35 @@
+# -*- 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.9.4
+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        https://pypi.python.org/packages/source/u/unicodecsv/
+
+distname            unicodecsv-${version}
+
+checksums           rmd160  66028c5c5b6b4f1e4d129c7d8e97f31d51e9c5ed \
+                    sha256  0272570bc2b302093d9ac6e1171fc07862f7ac938146bb6152d8dfe20eeafd9b
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {unicodecsv-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-unicodecsv/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140831/e2b89062/attachment.html>


More information about the macports-changes mailing list