Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 13:42:13 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538671 - head/biology/py-biopython
Message-ID:  <202006131342.05DDgD3m082362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006131342.05DDgD3m082362>