aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pyqtgraph
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-07 17:32:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-07 17:32:55 +0000
commit07af20302b10f5f31c748bd1b72320d7358db3da (patch)
tree5862e69dd8e90527e68366aa9d786f1b0e31a746 /graphics/py-pyqtgraph
parente228ee504c2e073094e609d4635d0ec00565baec (diff)
downloadports-07af20302b10f5f31c748bd1b72320d7358db3da.tar.gz
ports-07af20302b10f5f31c748bd1b72320d7358db3da.zip
graphics/py-pyqtgraph: Update 0.12.3 -> 0.12.4
Reported by: portscout
Diffstat (limited to 'graphics/py-pyqtgraph')
-rw-r--r--graphics/py-pyqtgraph/Makefile2
-rw-r--r--graphics/py-pyqtgraph/distinfo6
-rw-r--r--graphics/py-pyqtgraph/files/patch-setup.py11
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
- )