[99371] trunk/dports/python
g5pw at macports.org
g5pw at macports.org
Sat Nov 3 10:19:28 PDT 2012
Revision: 99371
http://trac.macports.org//changeset/99371
Author: g5pw at macports.org
Date: 2012-11-03 10:19:28 -0700 (Sat, 03 Nov 2012)
Log Message:
-----------
python/py-six:
- new port
Added Paths:
-----------
trunk/dports/python/py-six/
trunk/dports/python/py-six/Portfile
Added: trunk/dports/python/py-six/Portfile
===================================================================
--- trunk/dports/python/py-six/Portfile (rev 0)
+++ trunk/dports/python/py-six/Portfile 2012-11-03 17:19:28 UTC (rev 99371)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=Portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-six
+version 1.2.0
+categories python devel
+license Python
+platforms darwin
+supported_archs noarch
+
+maintainers g5pw openmaintainer
+
+description ${name} is a Python 2 and 3 compatibility library.
+long_description ${description} It provides utility functions for smoothing\
+ over the differences between the Python versions with the goal\
+ of writing Python code that is compatible on both Python versions.
+
+homepage http://pypi.python.org/pypi/six/
+master_sites http://pypi.python.org/packages/source/s/six/
+distname six-${version}
+
+checksums rmd160 198e46cfd24a036d4f3009ee6703bee77d3bb721 \
+ sha256 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
+
+python.versions 24 25 26 27 31 32
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/python/py-six/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/20121103/1887e811/attachment.html>
More information about the macports-changes
mailing list