[138394] trunk/dports/python/py-qutip/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Jul 6 17:09:49 PDT 2015


Revision: 138394
          https://trac.macports.org/changeset/138394
Author:   khindenburg at macports.org
Date:     2015-07-06 17:09:48 -0700 (Mon, 06 Jul 2015)
Log Message:
-----------
py-qutip: update to 3.1.0 - adjust dependencies - change license #44555

Modified Paths:
--------------
    trunk/dports/python/py-qutip/Portfile

Modified: trunk/dports/python/py-qutip/Portfile
===================================================================
--- trunk/dports/python/py-qutip/Portfile	2015-07-06 23:56:50 UTC (rev 138393)
+++ trunk/dports/python/py-qutip/Portfile	2015-07-07 00:09:48 UTC (rev 138394)
@@ -6,11 +6,10 @@
 PortGroup               active_variants 1.1
 
 name                    py-qutip
-version                 2.2.0
-revision                2
+version                 3.1.0
 categories-append       science
 platforms               darwin
-license                 GPL-3
+license                 BSD
 maintainers             nomaintainer
 
 description             Quantum Toolbox in Python
@@ -18,29 +17,24 @@
 
 homepage                http://qutip.org/
 master_sites            http://qutip.org/downloads/${version}/
-distname                QuTiP-${version}
+distname                qutip-${version}
 worksrcdir              qutip-${version}
 
-checksums               rmd160  e2e6a8c8790e8cd1444b0e4f1c52c91d42fffada \
-                        sha256  a26a639d74b2754b3a1e329d91300e587e8c399d8a81d8f18a4a74c6d6f02ba3
-                        
-python.versions         27
+checksums               rmd160  21af2936a32bf6443eb2b6d1d4075e8a85e355da \
+                        sha256  078399c9830c011ec189db222fcd45f71d2a135800874784d8386d67b4357402
 
+python.versions         27 34
+
 # py-scipy is not universal
 if {${name} ne ${subport}} {
-    # Can use either py*-pyqt4 or py*-pyqt4-devel.
     depends_lib-append  port:py${python.version}-cython \
                         port:py${python.version}-ipython \
                         port:py${python.version}-matplotlib \
-                        port:py${python.version}-mayavi \
                         port:py${python.version}-numpy \
-                        path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 \
-                        port:py${python.version}-scipy \
-                        port:vtk5
- 
-    require_active_variants py${python.version}-ipython "pyqt4 notebook parallel scientific"
+                        port:py${python.version}-scipy
+
+    require_active_variants py${python.version}-ipython "notebook parallel scientific"
     require_active_variants py${python.version}-matplotlib latex
-    require_active_variants vtk5 "python${python.version} qt4_mac"
 
     set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
     set default_fortran_variant +gcc48
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150706/659b79a6/attachment.html>


More information about the macports-changes mailing list