x11/py-qtgraph-qt5: import py38-qtgraph-qt5-0.12.0
PyQtGraph is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in python, the library is fast due to its heavy leverage of numpy for number crunching, Qt's GraphicsView framework for 2D display, and OpenGL for 3D display.
This commit is contained in:
parent
93bc2b09ad
commit
23c4f07030
4 changed files with 1111 additions and 0 deletions
4
x11/py-qtgraph-qt5/DESCR
Normal file
4
x11/py-qtgraph-qt5/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
PyQtGraph is intended for use in mathematics / scientific / engineering
|
||||
applications. Despite being written entirely in python, the library is fast
|
||||
due to its heavy leverage of numpy for number crunching, Qt's GraphicsView
|
||||
framework for 2D display, and OpenGL for 3D display.
|
26
x11/py-qtgraph-qt5/Makefile
Normal file
26
x11/py-qtgraph-qt5/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/04/06 08:31:49 tnn Exp $
|
||||
|
||||
DISTNAME= pyqtgraph-0.12.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=pyqtgraph/}
|
||||
GITHUB_TAG= pyqtgraph-${PKGVERSION_NOREV}
|
||||
GITHUB_PROJECT= pyqtgraph
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/pyqtgraph/pyqtgraph
|
||||
COMMENT= Scientific Graphics and GUI Library for Python
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
|
||||
# Optional deps
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
|
||||
DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 36 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../x11/py-qt5/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1075
x11/py-qtgraph-qt5/PLIST
Normal file
1075
x11/py-qtgraph-qt5/PLIST
Normal file
File diff suppressed because it is too large
Load diff
6
x11/py-qtgraph-qt5/distinfo
Normal file
6
x11/py-qtgraph-qt5/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2021/04/06 08:31:49 tnn Exp $
|
||||
|
||||
SHA1 (pyqtgraph-0.12.0.tar.gz) = e838234d9ef1a77ccabf7a44440ecdb58f625665
|
||||
RMD160 (pyqtgraph-0.12.0.tar.gz) = 14f518eaafc982449e85196dfb1e56c5e2e728ca
|
||||
SHA512 (pyqtgraph-0.12.0.tar.gz) = a30c7cab0a8a1efff697271fdcc27b1aef55a2766a90562191adc4d6e5ed6fb71da73b4b25ea4e16b7eff33876eb47468c27bc8bcdf1a0abaefa2b6c202c8739
|
||||
Size (pyqtgraph-0.12.0.tar.gz) = 893557 bytes
|
Loading…
Reference in a new issue