pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-CppHeaderParser



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug 18 20:20:33 UTC 2020

Added Files:
        pkgsrc/devel/py-CppHeaderParser: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-CppHeaderParser/DESCR \
    pkgsrc/devel/py-CppHeaderParser/Makefile \
    pkgsrc/devel/py-CppHeaderParser/PLIST \
    pkgsrc/devel/py-CppHeaderParser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-CppHeaderParser/DESCR
diff -u /dev/null pkgsrc/devel/py-CppHeaderParser/DESCR:1.1
--- /dev/null   Tue Aug 18 20:20:33 2020
+++ pkgsrc/devel/py-CppHeaderParser/DESCR       Tue Aug 18 20:20:33 2020
@@ -0,0 +1,2 @@
+CppHeaderParser is a pure Python module that will parse C++ header
+files and generate a data structure representing the class.
Index: pkgsrc/devel/py-CppHeaderParser/Makefile
diff -u /dev/null pkgsrc/devel/py-CppHeaderParser/Makefile:1.1
--- /dev/null   Tue Aug 18 20:20:33 2020
+++ pkgsrc/devel/py-CppHeaderParser/Makefile    Tue Aug 18 20:20:33 2020
@@ -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"
Index: pkgsrc/devel/py-CppHeaderParser/PLIST
diff -u /dev/null pkgsrc/devel/py-CppHeaderParser/PLIST:1.1
--- /dev/null   Tue Aug 18 20:20:33 2020
+++ pkgsrc/devel/py-CppHeaderParser/PLIST       Tue Aug 18 20:20:33 2020
@@ -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
Index: pkgsrc/devel/py-CppHeaderParser/distinfo
diff -u /dev/null pkgsrc/devel/py-CppHeaderParser/distinfo:1.1
--- /dev/null   Tue Aug 18 20:20:33 2020
+++ pkgsrc/devel/py-CppHeaderParser/distinfo    Tue Aug 18 20:20:33 2020
@@ -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