git: 3322484642c2 - main - math/py-arviz: Update USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 12:53:56 UTC
The branch main has been updated by sunpoet:

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

commit 3322484642c27b12a20c949290af422da9240ddb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:40:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:42 +0000

    math/py-arviz: Update USES=python
    
    devel/py-xarray requires Python 3.8+
---
 math/py-arviz/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index e91e9faa98c1..72f7a9198343 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes