svn commit: r535642 - head/textproc/py-line-protocol-parser

Antoine Brodin antoine at FreeBSD.org
Sun May 17 18:35:12 UTC 2020


Author: antoine
Date: Sun May 17 18:35:07 2020
New Revision: 535642
URL: https://svnweb.freebsd.org/changeset/ports/535642

Log:
  py-line-protocol-parser is not compatible with python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/py-line-protocol-parser/Makefile

Modified: head/textproc/py-line-protocol-parser/Makefile
==============================================================================
--- head/textproc/py-line-protocol-parser/Makefile	Sun May 17 18:34:19 2020	(r535641)
+++ head/textproc/py-line-protocol-parser/Makefile	Sun May 17 18:35:07 2020	(r535642)
@@ -12,7 +12,7 @@ COMMENT=	Parses InfluxDB line protocol strings into Py
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		python
+USES=		python:3.5+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist concurrent distutils
 


More information about the svn-ports-all mailing list