Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 05:16:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535812 - head/devel/py-pycparser
Message-ID:  <202005190516.04J5GeZe000624@repo.freebsd.org>

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



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