svn commit: r542107 - branches/2020Q3/devel/py-srsly

Antoine Brodin antoine at FreeBSD.org
Sun Jul 12 20:23:05 UTC 2020


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:


More information about the svn-ports-all mailing list