[93461] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed May 23 05:52:56 PDT 2012


Revision: 93461
          https://trac.macports.org/changeset/93461
Author:   stromnov at macports.org
Date:     2012-05-23 05:52:55 -0700 (Wed, 23 May 2012)
Log Message:
-----------
py-billiard: new port

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

Added: trunk/dports/python/py-billiard/Portfile
===================================================================
--- trunk/dports/python/py-billiard/Portfile	                        (rev 0)
+++ trunk/dports/python/py-billiard/Portfile	2012-05-23 12:52:55 UTC (rev 93461)
@@ -0,0 +1,35 @@
+# -*- 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-billiard
+version             2.7.3.7
+revision            0
+categories-append   devel
+license             BSD
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         Python multiprocessing fork.
+long_description    ${description}
+
+homepage            http://github.com/ask/billiard
+master_sites        http://pypi.python.org/packages/source/b/billiard/
+distname            billiard-${version}
+
+checksums           rmd160  456e33236b96c354dd2f4c2c2327b9537c872e3b \
+                    sha256  d42374ab611357375269cbd5b5575b6476156eddc10d239eb621171f3120a39e
+
+python.versions     25 26 27
+python.default_version  27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "billiard-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-billiard/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/20120523/f9b49a2a/attachment.html>


More information about the macports-changes mailing list