[88699] trunk/dports/python

phw at macports.org phw at macports.org
Sun Jan 8 08:17:28 PST 2012


Revision: 88699
          http://trac.macports.org/changeset/88699
Author:   phw at macports.org
Date:     2012-01-08 08:17:27 -0800 (Sun, 08 Jan 2012)
Log Message:
-----------
new port: py-futures; A java-style python futures module

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

Added: trunk/dports/python/py-futures/Portfile
===================================================================
--- trunk/dports/python/py-futures/Portfile	                        (rev 0)
+++ trunk/dports/python/py-futures/Portfile	2012-01-08 16:17:27 UTC (rev 88699)
@@ -0,0 +1,28 @@
+# -*- 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
+
+name			py-futures
+version	        2.1.2
+categories		python
+python.versions 26 27 31 32
+platforms		darwin
+maintainers		phw openmaintainer
+description	    A Java-style futures package for Python	
+long_description	${description}
+
+
+homepage		http://code.google.com/p/pythonfutures/
+master_sites	${homepage}
+
+fetch.type   svn
+svn.url         http://pythonfutures.googlecode.com/svn/trunk/
+svn.revision    103
+worksrcdir      trunk
+
+livecheck.type  regex
+livecheck.url   http://pypi.python.org/pypi/futures
+livecheck.regex "futures (\\d+(?:\\.\\d+)*)"
+


Property changes on: trunk/dports/python/py-futures/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/20120108/c0ce33ac/attachment.html>


More information about the macports-changes mailing list