Date: Thu, 21 Jan 2021 21:39:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562247 - head/misc/py-pyEDFlib Message-ID: <202101212139.10LLdnnF062181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 21 21:39:49 2021 New Revision: 562247 URL: https://svnweb.freebsd.org/changeset/ports/562247 Log: Remove python 2.7 support Pointy hat: yuri Modified: head/misc/py-pyEDFlib/Makefile Modified: head/misc/py-pyEDFlib/Makefile ============================================================================== --- head/misc/py-pyEDFlib/Makefile Thu Jan 21 21:14:20 2021 (r562246) +++ head/misc/py-pyEDFlib/Makefile Thu Jan 21 21:39:49 2021 (r562247) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= fortran python +USES= fortran python:3.6+ USE_PYTHON= distutils cython autoplist USE_GCC= yes # fails to build with clang: https://github.com/holgern/pyedflib/issues/104
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212139.10LLdnnF062181>