Date: Mon, 11 Jun 2018 08:49:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472174 - in head/graphics: . py-pyqtgraph Message-ID: <201806110849.w5B8nIqx014712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jun 11 08:49:18 2018 New Revision: 472174 URL: https://svnweb.freebsd.org/changeset/ports/472174 Log: New port: graphics/Makefile: Scientific graphics and GUI library for Python Added: head/graphics/py-pyqtgraph/ head/graphics/py-pyqtgraph/Makefile (contents, props changed) head/graphics/py-pyqtgraph/distinfo (contents, props changed) head/graphics/py-pyqtgraph/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Jun 11 08:36:57 2018 (r472173) +++ head/graphics/Makefile Mon Jun 11 08:49:18 2018 (r472174) @@ -934,6 +934,7 @@ SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz SUBDIR += py-pyproj + SUBDIR += py-pyqtgraph SUBDIR += py-qt4-svg SUBDIR += py-qt5-svg SUBDIR += py-sane Added: head/graphics/py-pyqtgraph/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyqtgraph/Makefile Mon Jun 11 08:49:18 2018 (r472174) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pyqtgraph +DISTVERSION= 0.10.0 +CATEGORIES= graphics science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Scientific graphics and GUI library for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/graphics/py-pyqtgraph/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyqtgraph/distinfo Mon Jun 11 08:49:18 2018 (r472174) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528706387 +SHA256 (pyqtgraph-0.10.0.tar.gz) = 4c08ab34881fae5ecf9ddfe6c1220b9e41e6d3eb1579a7d8ef501abb8e509251 +SIZE (pyqtgraph-0.10.0.tar.gz) = 1548072 Added: head/graphics/py-pyqtgraph/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyqtgraph/pkg-descr Mon Jun 11 08:49:18 2018 (r472174) @@ -0,0 +1,7 @@ +PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PySide and +numpy. It is intended for use in mathematics/scientific/engineering +applications. Despite being written entirely in python, the library is very +fast due to its heavy leverage of numpy for number crunching and Qt's +GraphicsView framework for fast display. + +WWW: http://www.pyqtgraph.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110849.w5B8nIqx014712>