Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 18:29:42 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0912e484192e - main - =?utf-8?Q?graphics/py-pyqtgraph:=20Update=200.13.1=20=E2=86=92=200.13.3?=
Message-ID:  <202306251829.35PITgKA025651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0912e484192e92d45199d12c37b503f0e6c906d6

commit 0912e484192e92d45199d12c37b503f0e6c906d6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-25 18:29:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-25 18:29:35 +0000

    graphics/py-pyqtgraph: Update 0.13.1 → 0.13.3
    
    Reported by:    portscout
---
 graphics/py-pyqtgraph/Makefile | 12 +++++-------
 graphics/py-pyqtgraph/distinfo |  8 +++-----
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile
index bd386537366c..b79101b234f4 100644
--- a/graphics/py-pyqtgraph/Makefile
+++ b/graphics/py-pyqtgraph/Makefile
@@ -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
diff --git a/graphics/py-pyqtgraph/distinfo b/graphics/py-pyqtgraph/distinfo
index c9f173e695aa..666903afe882 100644
--- a/graphics/py-pyqtgraph/distinfo
+++ b/graphics/py-pyqtgraph/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306251829.35PITgKA025651>