git: c9c307f3a619 - main - devel/py-qutip: Fix build with py-numpy-1.20.3

From: Wen Heping <wen_at_FreeBSD.org>
Date: Tue, 26 Oct 2021 01:02:56 UTC
The branch main has been updated by wen:

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

commit c9c307f3a619f14db8cf7ed608be50d64d4e3423
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2021-10-26 01:01:29 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2021-10-26 01:01:29 +0000

    devel/py-qutip: Fix build with py-numpy-1.20.3
---
 devel/py-qutip/files/patch-setup.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devel/py-qutip/files/patch-setup.cfg b/devel/py-qutip/files/patch-setup.cfg
new file mode 100644
index 000000000000..c0dc020c5bba
--- /dev/null
+++ b/devel/py-qutip/files/patch-setup.cfg
@@ -0,0 +1,11 @@
+--- setup.cfg.orig	2021-10-11 07:21:46 UTC
++++ setup.cfg
+@@ -31,7 +31,7 @@ install_requires = 
+ 	scipy>=1.0
+ 	packaging
+ setup_requires = 
+-	numpy>=1.16.6,<1.20
++	numpy>=1.16.6,<1.21
+ 	scipy>=1.0
+ 	cython>=0.29.20
+ 	packaging