pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc py-pygccxml: added version 2.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8f1a462efa3
branches:  trunk
changeset: 386420:a8f1a462efa3
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 08 13:17:21 2022 +0000

description:
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:

 textproc/Makefile             |    3 +-
 textproc/py-pygccxml/DESCR    |    2 +
 textproc/py-pygccxml/Makefile |   17 +++++
 textproc/py-pygccxml/PLIST    |  120 ++++++++++++++++++++++++++++++++++++++++++
 textproc/py-pygccxml/distinfo |    5 +
 5 files changed, 146 insertions(+), 1 deletions(-)

diffs (177 lines):

diff -r 6cb000cdcc45 -r a8f1a462efa3 textproc/Makefile
--- a/textproc/Makefile Sat Oct 08 13:15:07 2022 +0000
+++ b/textproc/Makefile Sat Oct 08 13:17:21 2022 +0000
@@ -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-pyaml
 SUBDIR+=       py-pybtex
 SUBDIR+=       py-pybtex-docutils
+SUBDIR+=       py-pygccxml
 SUBDIR+=       py-pygments
 SUBDIR+=       py-pygments25
 SUBDIR+=       py-pylev
diff -r 6cb000cdcc45 -r a8f1a462efa3 textproc/py-pygccxml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pygccxml/DESCR        Sat Oct 08 13:17:21 2022 +0000
@@ -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.
diff -r 6cb000cdcc45 -r a8f1a462efa3 textproc/py-pygccxml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pygccxml/Makefile     Sat Oct 08 13:17:21 2022 +0000
@@ -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@localhost
+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"
diff -r 6cb000cdcc45 -r a8f1a462efa3 textproc/py-pygccxml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pygccxml/PLIST        Sat Oct 08 13:17:21 2022 +0000
@@ -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
diff -r 6cb000cdcc45 -r a8f1a462efa3 textproc/py-pygccxml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pygccxml/distinfo     Sat Oct 08 13:17:21 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index