Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 22:07:11 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545462 - head/math/py-seriate
Message-ID:  <202008192207.07JM7Br5095530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Wed Aug 19 22:07:11 2020
New Revision: 545462
URL: https://svnweb.freebsd.org/changeset/ports/545462

Log:
  math/py-seriate: Add missing Python version requirement
  
  Requires Python 3.5+
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/math/py-seriate/Makefile

Modified: head/math/py-seriate/Makefile
==============================================================================
--- head/math/py-seriate/Makefile	Wed Aug 19 22:02:34 2020	(r545461)
+++ head/math/py-seriate/Makefile	Wed Aug 19 22:07:11 2020	(r545462)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 GH_ACCOUNT=	src-d
 USE_PYTHON=	distutils autoplist



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