Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Feb 2021 14:35:00
2.20

|
mat  |
Those ports are allowed to build a 2.7 flavor, for now. |
19 May 2020 05:16:40
2.20

|
sunpoet  |
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 |
18 May 2020 19:48:29
2.20

|
sunpoet  |
Take maintainership |
18 May 2020 19:06:10
2.20

|
wg  |
devel/py-pycparser: update to 2.20
- Drop maintainership
PR: 245934
Submitted by: Daniel Engberg |
30 Jun 2019 19:48:53
2.19

|
swills  |
devel/py-pycparser: Update to 2.19
PR: 238456
Approved by: wg (maintainer) |
01 Apr 2018 03:58:04
2.18

|
koobs  |
devel/py-pycparser: Update to 2.18
* Update PORTVERSION and distinfo checksum (2.18)
* Add version compatibility comment
* Add LICENSE_FILE
* Add test target
* Enable architecture independence (NO_ARCH)
Approved by: wg (maintainer)
Differential Revision: D7301 |
30 Nov 2017 15:50:34
2.10

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
02 Jun 2017 18:14:00
2.10

|
sunpoet  |
Add NO_ARCH
- While I'm here, sort USE_PYTHON
Approved by: portmgr (blanket)
With hat: python |
02 Jun 2017 11:02:51
2.10

|
araujo  |
- Create a python3 version of devel/py-pycparser. |
20 Oct 2014 16:04:14
2.10

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
24 Feb 2014 12:09:49
2.10

|
koobs  |
devel/py-pycparser: Update LICENSE (BSD3CLAUSE)
- Update LICENSE (BSD3CLAUSE)
While I'm here, whitespace align.
Approved by: portmgr (blanket) |
29 Nov 2013 00:15:57
2.10

|
wg  |
devel/py-pycparser: C parser in Python
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
WWW: https://github.com/eliben/pycparser |