[124561] trunk/dports/python/py-markdown/Portfile
larryv at macports.org
larryv at macports.org
Mon Aug 25 14:40:15 PDT 2014
Revision: 124561
https://trac.macports.org/changeset/124561
Author: larryv at macports.org
Date: 2014-08-25 14:40:15 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
py-markdown: Add modeline and reorganize.
Modified Paths:
--------------
trunk/dports/python/py-markdown/Portfile
Modified: trunk/dports/python/py-markdown/Portfile
===================================================================
--- trunk/dports/python/py-markdown/Portfile 2014-08-25 21:37:39 UTC (rev 124560)
+++ trunk/dports/python/py-markdown/Portfile 2014-08-25 21:40:15 UTC (rev 124561)
@@ -1,3 +1,4 @@
+# -*- 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$
PortSystem 1.0
@@ -2,21 +3,26 @@
PortGroup python 1.0
+
name py-markdown
version 2.4
-python.versions 26 27 31 32 33 34
categories-append textproc
+platforms darwin
+license BSD
maintainers nomaintainer
-description Python implementation of Markdown
-long_description ${description}
-license BSD
-platforms darwin
supported_archs noarch
+description Python implementation of Markdown
+long_description This is a Python implementation of John Gruber’s \
+ Markdown. It is almost completely compliant with \
+ the reference implementation, though there are a \
+ few very minor differences.
homepage http://packages.python.org/Markdown/
+
master_sites http://pypi.python.org/packages/source/M/Markdown/
distname Markdown-${version}
-
checksums rmd160 60d2edf227fdb0421f37cc317ee6b17815ffb9a9 \
sha256 b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae
+python.versions 26 27 31 32 33 34
+
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/657aac80/attachment.html>
More information about the macports-changes
mailing list