svn commit: r538671 - head/biology/py-biopython

Jason W. Bacon jwb at FreeBSD.org
Sat Jun 13 13:42:13 UTC 2020


Author: jwb
Date: Sat Jun 13 13:42:12 2020
New Revision: 538671
URL: https://svnweb.freebsd.org/changeset/ports/538671

Log:
  biology/py-biopython: Set python requirement to 3.6+
  
  New requirement for v1.77 overlooked during upgrade

Modified:
  head/biology/py-biopython/Makefile

Modified: head/biology/py-biopython/Makefile
==============================================================================
--- head/biology/py-biopython/Makefile	Sat Jun 13 13:26:42 2020	(r538670)
+++ head/biology/py-biopython/Makefile	Sat Jun 13 13:42:12 2020	(r538671)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 OPTIONS_DEFINE=		REPORTLAB


More information about the svn-ports-all mailing list