[139359] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Aug 14 00:10:12 PDT 2015


Revision: 139359
          https://trac.macports.org/changeset/139359
Author:   stromnov at macports.org
Date:     2015-08-14 00:10:12 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
py-jupyter_client: new port

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

Added: trunk/dports/python/py-jupyter_client/Portfile
===================================================================
--- trunk/dports/python/py-jupyter_client/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jupyter_client/Portfile	2015-08-14 07:10:12 UTC (rev 139359)
@@ -0,0 +1,37 @@
+# -*- 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-jupyter_client
+version             4.0.0
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Jupyter protocol implementation and client libraries.
+long_description    ${description}
+
+homepage            http://jupyter.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  24541edf1d17ffad3f920911de681b23559d4bcf \
+                    sha256  a39a4181ea2021daf6e821acae836999ef6e0fefe603813a7a7d4658d2ffa2ac
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-traitlets \
+                        port:py${python.version}-jupyter_core \
+                        port:py${python.version}-zmq
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-jupyter_client/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/20150814/6d71bd67/attachment.html>


More information about the macports-changes mailing list