Received: by mail.netbsd.org (Postfix, from userid 605) id 4E34584D8C; Sat, 8 Oct 2022 13:17:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8003F84D80 for ; Sat, 8 Oct 2022 13:17:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9CML24cTnDim for ; Sat, 8 Oct 2022 13:17:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86AB084C13 for ; Sat, 8 Oct 2022 13:17:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80807FA90; Sat, 8 Oct 2022 13:17:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665235041254860" MIME-Version: 1.0 Date: Sat, 8 Oct 2022 13:17:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221008131721.80807FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665235041254860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 8 13:17:21 UTC 2022 Modified Files: pkgsrc/textproc: Makefile Added Files: pkgsrc/textproc/py-pygccxml: DESCR Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.1327 -r1.1328 pkgsrc/textproc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-pygccxml/DESCR \ pkgsrc/textproc/py-pygccxml/Makefile pkgsrc/textproc/py-pygccxml/PLIST \ pkgsrc/textproc/py-pygccxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665235041254860 Content-Disposition: inline Content-Length: 8598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1327 pkgsrc/textproc/Makefile:1.1328 --- pkgsrc/textproc/Makefile:1.1327 Sat Sep 24 06:54:37 2022 +++ pkgsrc/textproc/Makefile Sat Oct 8 13:17:21 2022 @@ -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 Added files: Index: pkgsrc/textproc/py-pygccxml/DESCR diff -u /dev/null pkgsrc/textproc/py-pygccxml/DESCR:1.1 --- /dev/null Sat Oct 8 13:17:21 2022 +++ pkgsrc/textproc/py-pygccxml/DESCR Sat Oct 8 13:17:21 2022 @@ -0,0 +1,2 @@ +pygccxml is a specialized XML reader that reads the output from CastXML. It +provides a simple framework to navigate C++ declarations, using Python classes. Index: pkgsrc/textproc/py-pygccxml/Makefile diff -u /dev/null pkgsrc/textproc/py-pygccxml/Makefile:1.1 --- /dev/null Sat Oct 8 13:17:21 2022 +++ pkgsrc/textproc/py-pygccxml/Makefile Sat Oct 8 13:17:21 2022 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2022/10/08 13:17:21 adam Exp $ + +DISTNAME= pygccxml-2.2.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_WHEEL:=pygccxml/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/CastXML/pygccxml +COMMENT= Python package for easy C++ declarations navigation +LICENSE= boost-license + +USE_LANGUAGES= # none +NO_BUILD= yes + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-pygccxml/PLIST diff -u /dev/null pkgsrc/textproc/py-pygccxml/PLIST:1.1 --- /dev/null Sat Oct 8 13:17:21 2022 +++ pkgsrc/textproc/py-pygccxml/PLIST Sat Oct 8 13:17:21 2022 @@ -0,0 +1,120 @@ +@comment $NetBSD: PLIST,v 1.1 2022/10/08 13:17:21 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/NOTICE +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/pygccxml/__init__.py +${PYSITELIB}/pygccxml/__init__.pyc +${PYSITELIB}/pygccxml/declarations/__init__.py +${PYSITELIB}/pygccxml/declarations/__init__.pyc +${PYSITELIB}/pygccxml/declarations/algorithm.py +${PYSITELIB}/pygccxml/declarations/algorithm.pyc +${PYSITELIB}/pygccxml/declarations/algorithms_cache.py +${PYSITELIB}/pygccxml/declarations/algorithms_cache.pyc +${PYSITELIB}/pygccxml/declarations/byte_info.py +${PYSITELIB}/pygccxml/declarations/byte_info.pyc +${PYSITELIB}/pygccxml/declarations/call_invocation.py +${PYSITELIB}/pygccxml/declarations/call_invocation.pyc +${PYSITELIB}/pygccxml/declarations/calldef.py +${PYSITELIB}/pygccxml/declarations/calldef.pyc +${PYSITELIB}/pygccxml/declarations/calldef_members.py +${PYSITELIB}/pygccxml/declarations/calldef_members.pyc +${PYSITELIB}/pygccxml/declarations/calldef_types.py +${PYSITELIB}/pygccxml/declarations/calldef_types.pyc +${PYSITELIB}/pygccxml/declarations/class_declaration.py +${PYSITELIB}/pygccxml/declarations/class_declaration.pyc +${PYSITELIB}/pygccxml/declarations/comment.py +${PYSITELIB}/pygccxml/declarations/comment.pyc +${PYSITELIB}/pygccxml/declarations/container_traits.py +${PYSITELIB}/pygccxml/declarations/container_traits.pyc +${PYSITELIB}/pygccxml/declarations/cpptypes.py +${PYSITELIB}/pygccxml/declarations/cpptypes.pyc +${PYSITELIB}/pygccxml/declarations/decl_factory.py +${PYSITELIB}/pygccxml/declarations/decl_factory.pyc +${PYSITELIB}/pygccxml/declarations/decl_printer.py +${PYSITELIB}/pygccxml/declarations/decl_printer.pyc +${PYSITELIB}/pygccxml/declarations/decl_visitor.py +${PYSITELIB}/pygccxml/declarations/decl_visitor.pyc +${PYSITELIB}/pygccxml/declarations/declaration.py +${PYSITELIB}/pygccxml/declarations/declaration.pyc +${PYSITELIB}/pygccxml/declarations/declaration_utils.py +${PYSITELIB}/pygccxml/declarations/declaration_utils.pyc +${PYSITELIB}/pygccxml/declarations/declarations_matchers.py +${PYSITELIB}/pygccxml/declarations/declarations_matchers.pyc +${PYSITELIB}/pygccxml/declarations/dependencies.py +${PYSITELIB}/pygccxml/declarations/dependencies.pyc +${PYSITELIB}/pygccxml/declarations/elaborated_info.py +${PYSITELIB}/pygccxml/declarations/elaborated_info.pyc +${PYSITELIB}/pygccxml/declarations/enumeration.py +${PYSITELIB}/pygccxml/declarations/enumeration.pyc +${PYSITELIB}/pygccxml/declarations/free_calldef.py +${PYSITELIB}/pygccxml/declarations/free_calldef.pyc +${PYSITELIB}/pygccxml/declarations/function_traits.py +${PYSITELIB}/pygccxml/declarations/function_traits.pyc +${PYSITELIB}/pygccxml/declarations/has_operator_matcher.py +${PYSITELIB}/pygccxml/declarations/has_operator_matcher.pyc +${PYSITELIB}/pygccxml/declarations/location.py +${PYSITELIB}/pygccxml/declarations/location.pyc +${PYSITELIB}/pygccxml/declarations/matchers.py +${PYSITELIB}/pygccxml/declarations/matchers.pyc +${PYSITELIB}/pygccxml/declarations/mdecl_wrapper.py +${PYSITELIB}/pygccxml/declarations/mdecl_wrapper.pyc +${PYSITELIB}/pygccxml/declarations/namespace.py +${PYSITELIB}/pygccxml/declarations/namespace.pyc +${PYSITELIB}/pygccxml/declarations/pattern_parser.py +${PYSITELIB}/pygccxml/declarations/pattern_parser.pyc +${PYSITELIB}/pygccxml/declarations/pointer_traits.py +${PYSITELIB}/pygccxml/declarations/pointer_traits.pyc +${PYSITELIB}/pygccxml/declarations/runtime_errors.py +${PYSITELIB}/pygccxml/declarations/runtime_errors.pyc +${PYSITELIB}/pygccxml/declarations/scopedef.py +${PYSITELIB}/pygccxml/declarations/scopedef.pyc +${PYSITELIB}/pygccxml/declarations/templates.py +${PYSITELIB}/pygccxml/declarations/templates.pyc +${PYSITELIB}/pygccxml/declarations/traits_impl_details.py +${PYSITELIB}/pygccxml/declarations/traits_impl_details.pyc +${PYSITELIB}/pygccxml/declarations/type_traits.py +${PYSITELIB}/pygccxml/declarations/type_traits.pyc +${PYSITELIB}/pygccxml/declarations/type_traits_classes.py +${PYSITELIB}/pygccxml/declarations/type_traits_classes.pyc +${PYSITELIB}/pygccxml/declarations/type_visitor.py +${PYSITELIB}/pygccxml/declarations/type_visitor.pyc +${PYSITELIB}/pygccxml/declarations/typedef.py +${PYSITELIB}/pygccxml/declarations/typedef.pyc +${PYSITELIB}/pygccxml/declarations/variable.py +${PYSITELIB}/pygccxml/declarations/variable.pyc +${PYSITELIB}/pygccxml/declarations/xml_generators.py +${PYSITELIB}/pygccxml/declarations/xml_generators.pyc +${PYSITELIB}/pygccxml/parser/__init__.py +${PYSITELIB}/pygccxml/parser/__init__.pyc +${PYSITELIB}/pygccxml/parser/config.py +${PYSITELIB}/pygccxml/parser/config.pyc +${PYSITELIB}/pygccxml/parser/declarations_cache.py +${PYSITELIB}/pygccxml/parser/declarations_cache.pyc +${PYSITELIB}/pygccxml/parser/declarations_joiner.py +${PYSITELIB}/pygccxml/parser/declarations_joiner.pyc +${PYSITELIB}/pygccxml/parser/directory_cache.py +${PYSITELIB}/pygccxml/parser/directory_cache.pyc +${PYSITELIB}/pygccxml/parser/etree_scanner.py +${PYSITELIB}/pygccxml/parser/etree_scanner.pyc +${PYSITELIB}/pygccxml/parser/linker.py +${PYSITELIB}/pygccxml/parser/linker.pyc +${PYSITELIB}/pygccxml/parser/patcher.py +${PYSITELIB}/pygccxml/parser/patcher.pyc +${PYSITELIB}/pygccxml/parser/project_reader.py +${PYSITELIB}/pygccxml/parser/project_reader.pyc +${PYSITELIB}/pygccxml/parser/scanner.py +${PYSITELIB}/pygccxml/parser/scanner.pyc +${PYSITELIB}/pygccxml/parser/source_reader.py +${PYSITELIB}/pygccxml/parser/source_reader.pyc +${PYSITELIB}/pygccxml/utils/__init__.py +${PYSITELIB}/pygccxml/utils/__init__.pyc +${PYSITELIB}/pygccxml/utils/utils.py +${PYSITELIB}/pygccxml/utils/utils.pyc +${PYSITELIB}/pygccxml/utils/xml_generators.py +${PYSITELIB}/pygccxml/utils/xml_generators.pyc Index: pkgsrc/textproc/py-pygccxml/distinfo diff -u /dev/null pkgsrc/textproc/py-pygccxml/distinfo:1.1 --- /dev/null Sat Oct 8 13:17:21 2022 +++ pkgsrc/textproc/py-pygccxml/distinfo Sat Oct 8 13:17:21 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/10/08 13:17:21 adam Exp $ + +BLAKE2s (pygccxml-2.2.1-py2.py3-none-any.whl) = b73c14bc80a57db5cf839caa4357354203ddd852c681ba4d5e7f42a074f6dd48 +SHA512 (pygccxml-2.2.1-py2.py3-none-any.whl) = 4149fc3f5ee54bcf5f23d96c7654efbdef183f669cf3439794712b1defec33d01c67d3bdac7df80258fc0be9c1e680302f6a68dbf669625a5231a6071e1c327d +Size (pygccxml-2.2.1-py2.py3-none-any.whl) = 120585 bytes --_----------=_1665235041254860--