[117003] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Wed Feb 12 03:18:58 PST 2014
Revision: 117003
https://trac.macports.org/changeset/117003
Author: stromnov at macports.org
Date: 2014-02-12 03:18:58 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
py-jug: new port
Added Paths:
-----------
trunk/dports/python/py-jug/
trunk/dports/python/py-jug/Portfile
Added: trunk/dports/python/py-jug/Portfile
===================================================================
--- trunk/dports/python/py-jug/Portfile (rev 0)
+++ trunk/dports/python/py-jug/Portfile 2014-02-12 11:18:58 UTC (rev 117003)
@@ -0,0 +1,39 @@
+# -*- 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-jug
+version 0.9.6
+revision 0
+platforms darwin
+license MIT
+
+python.versions 27 33 34
+
+maintainers stromnov openmaintainer
+
+description A Task Based Parallelization Framework
+long_description ${description}
+
+homepage http://luispedro.org/software/jug
+master_sites http://pypi.python.org/packages/source/J/Jug/
+
+distname Jug-${version}
+
+checksums rmd160 502c14bf2b6163de8d078b22b6be33b8c2794cf4 \
+ sha256 64bd3982dcbc39bb1e0748100073df8bf57c78944c3ab26c3aa6b7583e92dabd
+
+if {${name} ne ${subport}} {
+ depends_build-append port:py${python.version}-setuptools
+
+ depends_lib-append port:py${python.version}-six \
+ port:py${python.version}-redis
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {Jug-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-jug/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140212/016cde3e/attachment.html>
More information about the macports-changes
mailing list