summaryrefslogtreecommitdiff
path: root/math/py-iohexperimenter/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:00:57 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:37:06 +0800
commitb32108b9fb2bdd9b8017dca7ca409f8b88e5e604 (patch)
tree7fdb5b9a932abc07ca5237e98f76063931ab9060 /math/py-iohexperimenter/files/patch-setup.py
parentmath/py-gym-notices: Update to 0.0.6 (diff)
math/py-iohexperimenter: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
Diffstat (limited to 'math/py-iohexperimenter/files/patch-setup.py')
-rw-r--r--math/py-iohexperimenter/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-iohexperimenter/files/patch-setup.py b/math/py-iohexperimenter/files/patch-setup.py
new file mode 100644
index 000000000000..f888102c625c
--- /dev/null
+++ b/math/py-iohexperimenter/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-01-29 16:13:26 UTC
++++ setup.py
+@@ -43,7 +43,7 @@ setup(
+ version=__version__,
+ author="Furong Ye, Diederick Vermetten, and Hao Wang",
+ author_email="f.ye@liacs.leidenuniv.nl",
+- packages=find_packages(),
++ packages=find_packages(exclude=['tests*']),
+ description="The experimenter for Iterative Optimization Heuristic",
+ long_description=long_description,
+ long_description_content_type="text/markdown",