1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

graphics/py-pyqtgraph: Update 0.12.3 -> 0.12.4

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-05-07 10:32:55 -07:00
parent e228ee504c
commit 07af20302b
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pyqtgraph
DISTVERSION= 0.12.3
DISTVERSION= 0.12.4
CATEGORIES= graphics science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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
)