[92407] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Apr 27 14:06:26 PDT 2012


Revision: 92407
          https://trac.macports.org/changeset/92407
Author:   singingwolfboy at macports.org
Date:     2012-04-27 14:06:26 -0700 (Fri, 27 Apr 2012)
Log Message:
-----------
New port: py-creoleparser

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

Added: trunk/dports/python/py-creoleparser/Portfile
===================================================================
--- trunk/dports/python/py-creoleparser/Portfile	                        (rev 0)
+++ trunk/dports/python/py-creoleparser/Portfile	2012-04-27 21:06:26 UTC (rev 92407)
@@ -0,0 +1,30 @@
+# -*- 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: Portfile 83711 2011-09-09 17:43:18Z singingwolfboy at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-creoleparser
+set real_name       Creoleparser
+version             0.7.4
+python.versions     25 26 27
+python.default_version  27
+categories-append   textproc
+maintainers         singingwolfboy openmaintainer
+description         Parser for the Creole common wiki markup language
+long_description    \
+    Creoleparser is a Python library for converting Creole wiki markup \
+    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
+
+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} {
+    depends_lib         port:py${python.version}-genshi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120427/2bb7d096/attachment.html>


More information about the macports-changes mailing list