git: 46c4277787a7 - main - math/py-bottleneck: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=46c4277787a7c807050d7c93831712d23f02244c
commit 46c4277787a7c807050d7c93831712d23f02244c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:03:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:17 +0000
math/py-bottleneck: Update USES=python
math/py-numpy requires Python 3.7+
---
math/py-bottleneck/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index 042a58940014..2fa84abf6193 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent cython distutils
DOCS= README.rst RELEASE.rst \