[125559] trunk/dports/python

landonf at macports.org landonf at macports.org
Sat Sep 20 20:21:14 PDT 2014


Revision: 125559
          https://trac.macports.org/changeset/125559
Author:   landonf at macports.org
Date:     2014-09-20 20:21:14 -0700 (Sat, 20 Sep 2014)
Log Message:
-----------
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.

Based on original submission by GregoryEAllen [at] yahoo [dot] com

Issue: #39223

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

Added: trunk/dports/python/py-qtgraph/Portfile
===================================================================
--- trunk/dports/python/py-qtgraph/Portfile	                        (rev 0)
+++ trunk/dports/python/py-qtgraph/Portfile	2014-09-21 03:21:14 UTC (rev 125559)
@@ -0,0 +1,50 @@
+# $Id$
+
+PortSystem         1.0
+PortGroup          python 1.0
+
+categories-append  graphics math
+name               py-pyqtgraph
+version            0.9.8
+homepage           http://pyqtgraph.org/
+maintainers        openmaintainer
+platforms          darwin
+license            MIT
+supported_archs    noarch
+
+description        scientific graphics and GUI library for Python
+long_description   PyQtGraph is a pure-python graphics and GUI library \
+					built on PyQt4 and numpy. It is intended for use in \
+					mathematics / scientific / engineering applications. \
+					It is very fast due to its heavy leverage of numpy \
+					for number crunching and Qt's GraphicsView framework \
+					for fast display.
+
+master_sites	http://pyqtgraph.org/downloads
+distname		pyqtgraph-${version}
+checksums		md5 2b67bf1a0b9b9dded5654efa0c82ab38 \
+				rmd160  38b024fa3f4551c90687ffbdfff6de839057e40f
+
+python.versions    27
+
+if {$subport != $name} {
+    depends_lib-append		port:py${python.version}-scipy
+
+	variant pyqt4 conflicts pyside description "Qt interface via PyQt4" {
+        depends_lib-append      port:py${python.version}-pyqt4
+    }
+
+	variant pyside conflicts pyqt4 description "Qt interface via PySide" {
+        depends_lib-append      port:py${python.version}-pyside
+    }
+
+	variant opengl description "support for 3D graphics" {
+		depends_lib-append      port:py${python.version}-opengl
+	}
+}
+
+if {![variant_isset pyside]} {
+   default_variants +pyqt4
+}
+
+default_variants-append +opengl


Property changes on: trunk/dports/python/py-qtgraph/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/20140920/d8f864e0/attachment.html>


More information about the macports-changes mailing list