pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-typed-ast
Module Name: pkgsrc
Committed By: joerg
Date: Wed Dec 18 12:38:13 UTC 2019
Modified Files:
pkgsrc/devel/py-typed-ast: Makefile
Log Message:
Add one more header to the fixup list.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-typed-ast/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-typed-ast/Makefile
diff -u pkgsrc/devel/py-typed-ast/Makefile:1.9 pkgsrc/devel/py-typed-ast/Makefile:1.10
--- pkgsrc/devel/py-typed-ast/Makefile:1.9 Fri Jun 7 07:29:48 2019
+++ pkgsrc/devel/py-typed-ast/Makefile Wed Dec 18 12:38:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/06/07 07:29:48 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/12/18 12:38:13 joerg Exp $
DISTNAME= typed_ast-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -18,7 +18,7 @@ SUBST_MESSAGE.fix-incl= Make includes mo
SUBST_FILES.fix-incl= ast27/*/*.[ch]
SUBST_FILES.fix-incl+= ast3/*/*.[ch]
.for f in Python-ast.h asdl.h ast.h bitset.h compile.h compile-ast3.h \
- errcode.h graminit.h grammar.h node.h parsetok.h token.h
+ errcode.h graminit.h grammar.h node.h parsetok.h pgenheaders.h token.h
SUBST_SED.fix-incl+= -e 's,^\#include "${f}",\#include "Include/${f}",'
.endfor
Home |
Main Index |
Thread Index |
Old Index