Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2020 20:23:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542107 - branches/2020Q3/devel/py-srsly
Message-ID:  <202007122023.06CKN5km016772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 12 20:23:05 2020
New Revision: 542107
URL: https://svnweb.freebsd.org/changeset/ports/542107

Log:
  MFH: r541135
  
  devel/py-srsly: Add missing python version requirement
  
  Requires python 3.6+
  
  Reported by:    pkg-fallout

Modified:
  branches/2020Q3/devel/py-srsly/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/devel/py-srsly/Makefile
==============================================================================
--- branches/2020Q3/devel/py-srsly/Makefile	Sun Jul 12 20:19:15 2020	(r542106)
+++ branches/2020Q3/devel/py-srsly/Makefile	Sun Jul 12 20:23:05 2020	(r542107)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist cython distutils
 
 post-install:



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