Tue Aug 18 20:20:33 2020 UTC ()
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.


(riastradh)
diff -r0 -r1.1 pkgsrc/devel/py-CppHeaderParser/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-CppHeaderParser/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-CppHeaderParser/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-CppHeaderParser/distinfo

File Added: pkgsrc/devel/py-CppHeaderParser/DESCR
CppHeaderParser is a pure Python module that will parse C++ header
files and generate a data structure representing the class.

File Added: pkgsrc/devel/py-CppHeaderParser/Makefile
#	$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
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"

File Added: pkgsrc/devel/py-CppHeaderParser/PLIST
@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

File Added: pkgsrc/devel/py-CppHeaderParser/distinfo
$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