diff options
-rw-r--r-- | graphics/py-pyqtgraph/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-pyqtgraph/files/patch-setup.py | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile index e561b405925b..8223b687f1a2 100644 --- a/graphics/py-pyqtgraph/Makefile +++ b/graphics/py-pyqtgraph/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyqtgraph DISTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pyqtgraph/files/patch-setup.py b/graphics/py-pyqtgraph/files/patch-setup.py new file mode 100644 index 000000000000..af16b70a8c39 --- /dev/null +++ b/graphics/py-pyqtgraph/files/patch-setup.py @@ -0,0 +1,11 @@ +--- 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 + ) |