[146469] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Mar 9 03:10:28 PST 2016


Revision: 146469
          https://trac.macports.org/changeset/146469
Author:   stromnov at macports.org
Date:     2016-03-09 03:10:28 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-cloudpickle: new port

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

Added: trunk/dports/python/py-cloudpickle/Portfile
===================================================================
--- trunk/dports/python/py-cloudpickle/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cloudpickle/Portfile	2016-03-09 11:10:28 UTC (rev 146469)
@@ -0,0 +1,34 @@
+# -*- 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-cloudpickle
+version             0.2.1
+revision            0
+categories-append   science
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Extended pickling support for Python objects.
+long_description    ${description}
+
+homepage            https://github.com/cloudpipe/cloudpickle
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  da5dbd946c5814ff97224067e44f2d1038f501b6 \
+                    sha256  eea4b655e6aed3dba39b104ad1872226e3f9e23d8d202fc003f3e65f2d125c3b
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-cloudpickle/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/20160309/a28a159d/attachment.html>


More information about the macports-changes mailing list