pkgsrc/devel/py-cparser/Makefile
adam 62252d05fc py-cparser: updated to 2.20
Version 2.20:
- Fix slow backtracking when parsing strings.
- Parser for FuncDecl incorrectly sets declname attribute on return type.
- Fix crash when file starts with a semicolon.
- Fix array type generation.
- Fix failed parsing of unnamed function parameters with array dim
  qualifiers.
- Fix pointer type generation.
- Fixes for u/l constant integer suffix.
- Fix error transforming an empty switch.
- Recognize integer multicharacter constants like 'ABCD'.
- Fix incorrect AST when parsing offsetof.
2020-03-04 18:24:55 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/03/04 18:24:55 adam Exp $
DISTNAME= pycparser-2.20
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycparser/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/eliben/pycparser
COMMENT= C parser in Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"