Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 18:35:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535642 - head/textproc/py-line-protocol-parser
Message-ID:  <202005171835.04HIZ7mH009192@repo.freebsd.org>

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



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