[97281] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 2 06:10:41 PDT 2012


Revision: 97281
          https://trac.macports.org/changeset/97281
Author:   singingwolfboy at macports.org
Date:     2012-09-02 06:10:39 -0700 (Sun, 02 Sep 2012)
Log Message:
-----------
New port: py-markdown2

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

Added: trunk/dports/python/py-markdown2/Portfile
===================================================================
--- trunk/dports/python/py-markdown2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-markdown2/Portfile	2012-09-02 13:10:39 UTC (rev 97281)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        trentm python-markdown2 2.0.1
+name                py-markdown2
+python.versions     24 25 26 27 31 32
+categories-append   textproc
+maintainers         openmaintainer singingwolfboy
+description         Python implementation of Markdown
+long_description    ${description}
+license             MIT
+
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160  e8974ec553dc94431e1b67f7021ea426d0dd6053 \
+                    sha256  20c4c73256f703045d8206e995f2eaa64040d5754e61c2e949bcd2b067d6b4e9
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/Markdown
+livecheck.regex     "Markdown (\[1-9\]+\.\[0-9\]+)"


Property changes on: trunk/dports/python/py-markdown2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120902/27435a41/attachment-0001.html>


More information about the macports-changes mailing list