git: 07af20302b10 - main - graphics/py-pyqtgraph: Update 0.12.3 -> 0.12.4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 07 May 2022 17:36:26 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07af20302b10f5f31c748bd1b72320d7358db3da

commit 07af20302b10f5f31c748bd1b72320d7358db3da
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-07 17:32:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-07 17:32:55 +0000

    graphics/py-pyqtgraph: Update 0.12.3 -> 0.12.4
    
    Reported by:    portscout
---
 graphics/py-pyqtgraph/Makefile             |  2 +-
 graphics/py-pyqtgraph/distinfo             |  6 +++---
 graphics/py-pyqtgraph/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile
index 761fa246bb1f..4f09685c7dc4 100644
--- a/graphics/py-pyqtgraph/Makefile
+++ b/graphics/py-pyqtgraph/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyqtgraph
-DISTVERSION=	0.12.3
+DISTVERSION=	0.12.4
 CATEGORIES=	graphics science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-pyqtgraph/distinfo b/graphics/py-pyqtgraph/distinfo
index 13185e59a05c..37ccfa998764 100644
--- a/graphics/py-pyqtgraph/distinfo
+++ b/graphics/py-pyqtgraph/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633964701
-SHA256 (pyqtgraph-0.12.3.tar.gz) = f1dfee710fa5e9abaaf3d4dff0116659e6c7b4e7b514870c5cddad268a753d74
-SIZE (pyqtgraph-0.12.3.tar.gz) = 984299
+TIMESTAMP = 1651944634
+SHA256 (pyqtgraph-0.12.4.tar.gz) = c2c8f2b7e1d7f97a710f370acff6368d686c9d6cdc560f2d83dcf59185dfa19d
+SIZE (pyqtgraph-0.12.4.tar.gz) = 1333972
diff --git a/graphics/py-pyqtgraph/files/patch-setup.py b/graphics/py-pyqtgraph/files/patch-setup.py
deleted file mode 100644
index af16b70a8c39..000000000000
--- a/graphics/py-pyqtgraph/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2021-04-19 21:31:31 UTC
-+++ setup.py
-@@ -143,7 +143,7 @@ setup(
-                   "pyqtgraph": ["colors/maps/*.csv", "colors/maps/*.txt"],
-                   },
-     install_requires = [
--        'numpy>=1.17.0',
-+        'numpy>0',
-         ],
-     **setupOpts
- )