diff options
author | adam <adam@pkgsrc.org> | 2022-10-08 13:17:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-08 13:17:21 +0000 |
commit | 6616c9e7ac97435bd2878dc5b714d1912fa21e59 (patch) | |
tree | a4bd50d39b0a6710259ea080a5e9160ea4052d20 /textproc/Makefile | |
parent | 46afff413316c40a683dbd0e745453b0c0f85d75 (diff) | |
download | pkgsrc-6616c9e7ac97435bd2878dc5b714d1912fa21e59.tar.gz |
py-pygccxml: added version 2.2.1
pygccxml is a specialized XML reader that reads the output from CastXML. It
provides a simple framework to navigate C++ declarations, using Python classes.
[pkgsrc/textproc/py-pygccxml] adam% head Makefile
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f86eae3f88f..63aec7f0b37 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1327 2022/09/24 06:54:37 wiz Exp $ +# $NetBSD: Makefile,v 1.1328 2022/10/08 13:17:21 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1091,6 +1091,7 @@ SUBDIR+= py-ptable SUBDIR+= py-pyaml SUBDIR+= py-pybtex SUBDIR+= py-pybtex-docutils +SUBDIR+= py-pygccxml SUBDIR+= py-pygments SUBDIR+= py-pygments25 SUBDIR+= py-pylev |