[139358] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Aug 14 00:09:35 PDT 2015


Revision: 139358
          https://trac.macports.org/changeset/139358
Author:   stromnov at macports.org
Date:     2015-08-14 00:09:34 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
py-jupyter_core: new port

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

Added: trunk/dports/python/py-jupyter_core/Portfile
===================================================================
--- trunk/dports/python/py-jupyter_core/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jupyter_core/Portfile	2015-08-14 07:09:34 UTC (rev 139358)
@@ -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-jupyter_core
+version             4.0.3
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Jupyter core package.
+long_description    ${description}
+
+homepage            http://jupyter.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  5db554987b126daff993834e1595c04f0a030deb \
+                    sha256  12258d8c593c53bb08e09f3da63a418d7cb5b5852b3d0ffa29639402f56dcbdb
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-traitlets
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-jupyter_core/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/475ba85c/attachment.html>


More information about the macports-changes mailing list