Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-CppHeaderParser Import CppHeaderParser-2.7.4 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12620df308a8
branches:  trunk
changeset: 437229:12620df308a8
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Tue Aug 18 20:20:33 2020 +0000

description:
Import CppHeaderParser-2.7.4 from pypi as devel/py-CppHeaderParser

CppHeaderParser is a pure python module that will parse C++ header
files and generate a data structure representing the class.

diffstat:

 devel/py-CppHeaderParser/DESCR    |   2 ++
 devel/py-CppHeaderParser/Makefile |  25 +++++++++++++++++++++++++
 devel/py-CppHeaderParser/PLIST    |  17 +++++++++++++++++
 devel/py-CppHeaderParser/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 41ab623a0720 -r 12620df308a8 devel/py-CppHeaderParser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-CppHeaderParser/DESCR    Tue Aug 18 20:20:33 2020 +0000
@@ -0,0 +1,2 @@
+CppHeaderParser is a pure Python module that will parse C++ header
+files and generate a data structure representing the class.
diff -r 41ab623a0720 -r 12620df308a8 devel/py-CppHeaderParser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-CppHeaderParser/Makefile Tue Aug 18 20:20:33 2020 +0000
@@ -0,0 +1,25 @@
+#      $NetBSD: Makefile,v 1.1 2020/08/18 20:20:33 riastradh Exp $
+
+DISTNAME=      CppHeaderParser-2.7.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CppHeaderParser/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://senexcanis.com/open-source/cppheaderparser/
+COMMENT=       Python library to parse C++ header files
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-ply>=0:../../devel/py-ply
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+REPLACE_PYTHON+=       CppHeaderParser/examples/readSampleClass.py
+
+do-test:
+       ${RUN} cd ${WRKSRC}/CppHeaderParser/examples && \
+       ${PYTHONBIN} ./readSampleClass.py >/dev/null
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 41ab623a0720 -r 12620df308a8 devel/py-CppHeaderParser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-CppHeaderParser/PLIST    Tue Aug 18 20:20:33 2020 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:20:33 riastradh Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/CppHeaderParser/CppHeaderParser.py
+${PYSITELIB}/CppHeaderParser/CppHeaderParser.pyc
+${PYSITELIB}/CppHeaderParser/CppHeaderParser.pyo
+${PYSITELIB}/CppHeaderParser/__init__.py
+${PYSITELIB}/CppHeaderParser/__init__.pyc
+${PYSITELIB}/CppHeaderParser/__init__.pyo
+${PYSITELIB}/CppHeaderParser/doc/CppHeaderParser.html
+${PYSITELIB}/CppHeaderParser/examples/SampleClass.h
+${PYSITELIB}/CppHeaderParser/examples/readSampleClass.py
+${PYSITELIB}/CppHeaderParser/examples/readSampleClass.pyc
+${PYSITELIB}/CppHeaderParser/examples/readSampleClass.pyo
diff -r 41ab623a0720 -r 12620df308a8 devel/py-CppHeaderParser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-CppHeaderParser/distinfo Tue Aug 18 20:20:33 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/18 20:20:33 riastradh Exp $
+
+SHA1 (CppHeaderParser-2.7.4.tar.gz) = 39c7cee40b0e306d4f8764744e742c845ea243f1
+RMD160 (CppHeaderParser-2.7.4.tar.gz) = a1200f9475e6c13b3db282e997d75eabb6c14cc4
+SHA512 (CppHeaderParser-2.7.4.tar.gz) = 223550add1e391eb535d1b8be08a54b9d6fe97ca6dbfc54407cdc17a5530a91ef6be4ac920d6841b9f479bcbd6c823512b08565ad433f62a87e993cf393932a2
+Size (CppHeaderParser-2.7.4.tar.gz) = 54445 bytes



Home | Main Index | Thread Index | Old Index