Added: trunk/dports/python/py-widgetsnbextension/Portfile (0 => 148194)
--- trunk/dports/python/py-widgetsnbextension/Portfile (rev 0)
+++ trunk/dports/python/py-widgetsnbextension/Portfile 2016-04-29 11:59:02 UTC (rev 148194)
@@ -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-widgetsnbextension
+version 1.2.1
+revision 0
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34 35
+
+maintainers stromnov openmaintainer
+
+description Interactive HTML widgets for Jupyter notebooks.
+long_description ${description}
+
+homepage http://ipython.org
+master_sites https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 5bfd5be312d0e9a3f94506d2d76fc42b8e21f7dc \
+ sha256 fadd218a61ff0c50833b23f0e63a624027d68fe1ef87f9d9aaee0f007c61efe9
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-notebook
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-widgetsnbextension/Portfile
___________________________________________________________________