Update to 2.14:
+ Version 2.14 (09.06.2015) - Added CParser parameter to specify output directory for generated parsing tables (#84). - Removed lcc's cpp and its license from the distribution. Using lcc's cpp is no longer recommended, now that Clang has binary builds available for Windows.
This commit is contained in:
parent
e49f1d01f2
commit
a2df4950d0
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/05/28 07:08:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/06/14 16:27:50 wiz Exp $
|
||||
|
||||
DISTNAME= pycparser-2.13
|
||||
DISTNAME= pycparser-2.14
|
||||
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/pycparser/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/05/28 07:08:21 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2015/06/14 16:27:50 wiz Exp $
|
||||
|
||||
SHA1 (pycparser-2.13.tar.gz) = 0f157011f4c208194a22b7a9ec1a92b5645c2882
|
||||
RMD160 (pycparser-2.13.tar.gz) = f5ce8bd47685bb3f8994c0069a50e1ef72b52f95
|
||||
Size (pycparser-2.13.tar.gz) = 299363 bytes
|
||||
SHA1 (pycparser-2.14.tar.gz) = 922162bad4aa8503988035506c1c65bbf8690ba4
|
||||
RMD160 (pycparser-2.14.tar.gz) = 48d2731e16e3df6ffeca36d480f487fad6e5b83e
|
||||
Size (pycparser-2.14.tar.gz) = 223295 bytes
|
||||
|
|
Loading…
Reference in a new issue