Commits

Renee Otten authored 3fc24b5a609
py-pycparser: remove py34 subport
No tags

python/py-pycparser/Portfile

Modified
4 4 PortGroup python 1.0
5 5
6 6 name py-pycparser
7 7 version 2.19
8 8 revision 0
9 9 categories-append devel
10 10 platforms darwin
11 11 license BSD
12 12 supported_archs noarch
13 13
14 -python.versions 27 34 35 36 37 38
14 +python.versions 27 35 36 37 38
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description pycparser is a complete parser of the C language.
19 19
20 20 long_description pycparser is a complete parser of the C language, \
21 21 written in pure Python using the PLY parsing library. \
22 22 It parses C code into an AST and can serve \
23 23 as a front-end for C compilers or analysis tools.
24 24

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut