Revision
139529
Author
stromnov@macports.org
Date
2015-08-19 13:52:46 -0700 (Wed, 19 Aug 2015)

Log Message

py-ipywidgets: new port

Added Paths

Diff

Added: trunk/dports/python/py-ipywidgets/Portfile (0 => 139529)


--- trunk/dports/python/py-ipywidgets/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ipywidgets/Portfile	2015-08-19 20:52:46 UTC (rev 139529)
@@ -0,0 +1,38 @@
+# -*- 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-ipywidgets
+version             4.0.2
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         IPython HTML widgets for Jupyter.
+long_description    ${description}
+
+homepage            http://ipython.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  37fd455c518ec66865a965bf1577a45cc8c3b723 \
+                    sha256  ae6208c6d5b89fd41e159814d25955ee9bf153013a1d538e5ac238aa556bdca9
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-ipython \
+                        port:py${python.version}-ipykernel \
+                        port:py${python.version}-traitlets \
+                        port:py${python.version}-notebook
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}
Property changes on: trunk/dports/python/py-ipywidgets/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style