svn commit: r535812 - head/devel/py-pycparser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 19 05:16:41 UTC 2020


Author: sunpoet
Date: Tue May 19 05:16:40 2020
New Revision: 535812
URL: https://svnweb.freebsd.org/changeset/ports/535812

Log:
  Remove comment
  
  It tests Python 2.7, 3.5 to 3.8 with AppVeyor and TravisCI.
  
  Reference:	https://github.com/eliben/pycparser/blob/master/appveyor.yml
  		https://github.com/eliben/pycparser/blob/master/.travis.yml

Modified:
  head/devel/py-pycparser/Makefile

Modified: head/devel/py-pycparser/Makefile
==============================================================================
--- head/devel/py-pycparser/Makefile	Tue May 19 05:16:34 2020	(r535811)
+++ head/devel/py-pycparser/Makefile	Tue May 19 05:16:40 2020	(r535812)
@@ -13,12 +13,8 @@ COMMENT=	C parser in Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# README says 2.7+, 3.4, 3.5+
-# TravisCI tests 2.6, 2.7, 3.2, 3.4, 3.5
-# https://travis-ci.org/eliben/pycparser
-# Go with the most accurate without missing any
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list