svn commit: r563408 - in head: devel/py-datatest science/py-nilearn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 13:37:03 UTC 2021


Author: sunpoet
Date: Sat Jan 30 13:37:02 2021
New Revision: 563408
URL: https://svnweb.freebsd.org/changeset/ports/563408

Log:
  Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
  
  PR:		250103

Modified:
  head/devel/py-datatest/Makefile
  head/science/py-nilearn/Makefile

Modified: head/devel/py-datatest/Makefile
==============================================================================
--- head/devel/py-datatest/Makefile	Sat Jan 30 13:29:58 2021	(r563407)
+++ head/devel/py-datatest/Makefile	Sat Jan 30 13:37:02 2021	(r563408)
@@ -12,7 +12,7 @@ COMMENT=	Testing tools for data validation and analysi
 
 LICENSE=	APACHE20
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/science/py-nilearn/Makefile
==============================================================================
--- head/science/py-nilearn/Makefile	Sat Jan 30 13:29:58 2021	(r563407)
+++ head/science/py-nilearn/Makefile	Sat Jan 30 13:37:02 2021	(r563408)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
 		bash:shells/bash
 
-USES=		python:3.6+ shebangfix
+USES=		python:3.7+ shebangfix
 USE_PYTHON=	distutils autoplist
 
 SHEBANG_FILES=	nilearn/datasets/tests/data/list_archive_contents.sh


More information about the svn-ports-all mailing list