[114629] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Thu Dec 12 04:58:06 PST 2013


Revision: 114629
          https://trac.macports.org/changeset/114629
Author:   g5pw at macports.org
Date:     2013-12-12 04:58:05 -0800 (Thu, 12 Dec 2013)
Log Message:
-----------
python/py-unidecode:
  new port

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

Added: trunk/dports/python/py-unidecode/Portfile
===================================================================
--- trunk/dports/python/py-unidecode/Portfile	                        (rev 0)
+++ trunk/dports/python/py-unidecode/Portfile	2013-12-12 12:58:05 UTC (rev 114629)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-unidecode
+version             0.04.14
+maintainers         nomaintainer
+description         ASCII transliterations of Unicode text.
+long_description    ${name} for ${description}
+platforms           darwin
+homepage            https://pypi.python.org/pypi/Unidecode/
+license             GPL-2+
+
+master_sites        https://pypi.python.org/packages/source/U/Unidecode/
+
+python.versions     27 33 34
+
+if { ${subport} ne ${name} } {
+
+    distname            Unidecode-${version}
+
+    checksums           rmd160  a1743f2c737a99ba47eb5ddd00fafe6006623fc2 \
+                        sha256  a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c
+}


Property changes on: trunk/dports/python/py-unidecode/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/20131212/ad8454b4/attachment.html>


More information about the macports-changes mailing list