[100416] trunk/dports/python/py-creoleparser/Portfile

jmr at macports.org jmr at macports.org
Tue Dec 11 04:48:00 PST 2012


Revision: 100416
          https://trac.macports.org/changeset/100416
Author:   jmr at macports.org
Date:     2012-12-11 04:48:00 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
py-creoleparser: license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-creoleparser/Portfile

Modified: trunk/dports/python/py-creoleparser/Portfile
===================================================================
--- trunk/dports/python/py-creoleparser/Portfile	2012-12-11 10:08:28 UTC (rev 100415)
+++ trunk/dports/python/py-creoleparser/Portfile	2012-12-11 12:48:00 UTC (rev 100416)
@@ -8,8 +8,8 @@
 set real_name       Creoleparser
 version             0.7.4
 python.versions     25 26 27
-python.default_version  27
 categories-append   textproc
+license             MIT
 maintainers         nomaintainer
 description         Parser for the Creole common wiki markup language
 long_description    \
@@ -17,14 +17,15 @@
     for output on the web. It is a full implementation of the Creole 1.0 \
     specification and aims to follow the spec exactly.
 platforms           darwin
+supported_archs     noarch
 
 homepage            http://code.google.com/p/creoleparser
 master_sites        http://pypi.python.org/packages/source/C/${real_name}/
 distname            ${real_name}-${version}
-use_zip             yes
 checksums           rmd160  046188ceb91691aaa9a4f9d90a69db545019ec7e \
                     sha256  07af317e5c19e819130e01d8d698a741f05d69572642f5710b22b9f3630b45f3
 
 if {$name != $subport} {
+    use_zip         yes
     depends_lib-append  port:py${python.version}-genshi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/62a16cc8/attachment.html>


More information about the macports-changes mailing list