pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cparser Update to 2.13:
details: https://anonhg.NetBSD.org/pkgsrc/rev/04a62dc0c57a
branches: trunk
changeset: 652257:04a62dc0c57a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 28 07:08:21 2015 +0000
description:
Update to 2.13:
+ 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).
diffstat:
devel/py-cparser/Makefile | 5 ++---
devel/py-cparser/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 6a1893deb7b5 -r 04a62dc0c57a devel/py-cparser/Makefile
--- a/devel/py-cparser/Makefile Thu May 28 07:07:27 2015 +0000
+++ b/devel/py-cparser/Makefile Thu May 28 07:08:21 2015 +0000
@@ -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/
diff -r 6a1893deb7b5 -r 04a62dc0c57a devel/py-cparser/distinfo
--- a/devel/py-cparser/distinfo Thu May 28 07:07:27 2015 +0000
+++ b/devel/py-cparser/distinfo Thu May 28 07:08:21 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index