[97280] trunk/dports/python/py-markdown/Portfile
singingwolfboy at macports.org
singingwolfboy at macports.org
Sun Sep 2 06:05:21 PDT 2012
Revision: 97280
https://trac.macports.org/changeset/97280
Author: singingwolfboy at macports.org
Date: 2012-09-02 06:05:21 -0700 (Sun, 02 Sep 2012)
Log Message:
-----------
Forgot to add new py-markdown Portfile
Added Paths:
-----------
trunk/dports/python/py-markdown/Portfile
Added: trunk/dports/python/py-markdown/Portfile
===================================================================
--- trunk/dports/python/py-markdown/Portfile (rev 0)
+++ trunk/dports/python/py-markdown/Portfile 2012-09-02 13:05:21 UTC (rev 97280)
@@ -0,0 +1,25 @@
+# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign at macports.org $
+
+PortSystem 1.0
+PortGroup python 1.0
+name py-markdown
+version 2.2.0
+python.versions 24 25 26 27 31 32
+categories-append textproc
+maintainers openmaintainer singingwolfboy
+description Python implementation of Markdown
+long_description ${description}
+
+platforms darwin
+supported_archs noarch
+
+homepage http://www.freewisdom.org/projects/python-markdown/
+master_sites http://pypi.python.org/packages/source/M/Markdown/
+distname Markdown-${version}
+
+checksums rmd160 c6bf0b309bd0b36c92c129401ef2f6a7d7d9f8d6 \
+ sha256 98e1b0a0b2f87b8310d2060a560f427c24ee16c96c83c98ea416f1f8ddc379b5
+
+livecheck.type regex
+livecheck.url http://pypi.python.org/pypi/Markdown
+livecheck.regex "Markdown (\[1-9\]+\.\[0-9\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120902/13d01d71/attachment.html>
More information about the macports-changes
mailing list