graphics/py-pyqtgraph: Update 0.13.1 → 0.13.3
Reported by: portscout
This commit is contained in:
parent
3a611061a6
commit
0912e48419
2 changed files with 8 additions and 12 deletions
|
@ -1,13 +1,9 @@
|
|||
PORTNAME= pyqtgraph
|
||||
DISTVERSION= 0.13.1
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 0.13.3
|
||||
CATEGORIES= graphics science python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
PATCH_SITES= https://github.com/pyqtgraph/pyqtgraph/commit/
|
||||
PATCHFILES= 935914143d87f28575ea9d60bd9efada57b3bdd6.patch:-p1 # Fix renderView to not use mremap on FreeBSD, see https://github.com/pyqtgraph/pyqtgraph/pull/2445/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Scientific graphics and GUI library for Python
|
||||
WWW= https://www.pyqtgraph.org/
|
||||
|
@ -17,10 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorcet>0:graphics/py-colorcet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} # dependencies are in tox.ini
|
||||
RUN_DEPENDS+= {PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1664505472
|
||||
SHA256 (pyqtgraph-0.13.1.tar.gz) = 698f87f59db965727b33602a0b29058de21291d8b143dea878b50578aec0dc08
|
||||
SIZE (pyqtgraph-0.13.1.tar.gz) = 1364064
|
||||
SHA256 (935914143d87f28575ea9d60bd9efada57b3bdd6.patch) = b5cc2c0687bc1b6880d3ff055727257ae98b87ed5cea052eccdea08abcb89c84
|
||||
SIZE (935914143d87f28575ea9d60bd9efada57b3bdd6.patch) = 1160
|
||||
TIMESTAMP = 1687714294
|
||||
SHA256 (pyqtgraph-0.13.3.tar.gz) = 58108d8411c7054e0841d8b791ee85e101fc296b9b359c0e01dde38a98ff2ace
|
||||
SIZE (pyqtgraph-0.13.3.tar.gz) = 1398392
|
||||
|
|
Loading…
Reference in a new issue