Skip to content

Commit

Permalink
Update to 2.13:
Browse files Browse the repository at this point in the history
+ Version 2.13 (12.05.2015)

  - Added support for offsetof() the way gcc implements it (special builtin
    that takes a type as an argument).
  - Added faked va_* macros (these are expected to come from stdarg.h)
  - Added a bunch more fake headers and typedefs to support parsing C projects
    like Git and SQLite without modifications to pycparser.
  - Added support for empty initializer lists (#79).
  • Loading branch information
wiz committed May 28, 2015
1 parent 8497aca commit f63343d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/py-cparser/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/04/27 08:56:40 wiz Exp $
# $NetBSD: Makefile,v 1.4 2015/05/28 07:08:21 wiz Exp $

DISTNAME= pycparser-2.12
DISTNAME= pycparser-2.13
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://pypi.python.org/packages/source/p/pycparser/

Expand Down
8 changes: 4 additions & 4 deletions devel/py-cparser/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2015/04/26 07:58:49 wiz Exp $
$NetBSD: distinfo,v 1.3 2015/05/28 07:08:21 wiz Exp $

SHA1 (pycparser-2.12.tar.gz) = e3d3d0134e7e22d73824a32b6f26751892eba0da
RMD160 (pycparser-2.12.tar.gz) = 7b5c2c5b3c3ccbc340f747238ac626ada604d80d
Size (pycparser-2.12.tar.gz) = 297648 bytes
SHA1 (pycparser-2.13.tar.gz) = 0f157011f4c208194a22b7a9ec1a92b5645c2882
RMD160 (pycparser-2.13.tar.gz) = f5ce8bd47685bb3f8994c0069a50e1ef72b52f95
Size (pycparser-2.13.tar.gz) = 299363 bytes

0 comments on commit f63343d

Please sign in to comment.