[99515] trunk/dports/python/py-markupsafe/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Nov 8 01:48:28 PST 2012
Revision: 99515
http://trac.macports.org//changeset/99515
Author: stromnov at macports.org
Date: 2012-11-08 01:48:28 -0800 (Thu, 08 Nov 2012)
Log Message:
-----------
py-markupsafe: reformat, add modeline, update homepage, add py3x subports
Modified Paths:
--------------
trunk/dports/python/py-markupsafe/Portfile
Modified: trunk/dports/python/py-markupsafe/Portfile
===================================================================
--- trunk/dports/python/py-markupsafe/Portfile 2012-11-08 09:37:44 UTC (rev 99514)
+++ trunk/dports/python/py-markupsafe/Portfile 2012-11-08 09:48:28 UTC (rev 99515)
@@ -1,30 +1,37 @@
+# -*- 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
-PortGroup python 1.0
+PortSystem 1.0
+PortGroup python 1.0
-name py-markupsafe
-version 0.15
-maintainers perry openmaintainer
-platforms darwin
+name py-markupsafe
+version 0.15
+revision 0
+categories-append textproc
+license BSD
+platforms darwin
+supported_archs noarch
-description Implements a XML/HTML/XHTML Markup safe string for Python
-long_description ${description}
-license BSD
-homepage http://pypi.python.org/pypi/MarkupSafe/
+maintainers perry openmaintainer
-livecheck.regex {>MarkupSafe (.+) :}
-livecheck.type regex
-livecheck.url ${homepage}
+description Implements a XML/HTML/XHTML Markup safe string for Python
+long_description ${description}
-python.versions 24 25 26 27
+homepage http://www.pocoo.org/projects/markupsafe/
+master_sites http://pypi.python.org/packages/source/M/MarkupSafe/
+
+distname MarkupSafe-${version}
+
+checksums rmd160 862475bb620c6b92be74a8daa2eafe09a488fcb8 \
+ sha256 339ec04d20ad9cdccbfe9f38dce6182cc504ce789e5d0f9647eaa752f0f95300
+
python.default_version 27
+python.versions 24 25 26 27 32 33
if {$subport != $name} {
depends_build-append port:py${python.version}-distribute
}
-distname MarkupSafe-${version}
-master_sites http://pypi.python.org/packages/source/M/MarkupSafe/
-
-checksums rmd160 862475bb620c6b92be74a8daa2eafe09a488fcb8
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "MarkupSafe-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121108/05e6cd3e/attachment.html>
More information about the macports-changes
mailing list