pkgsrc/devel/py-cppy/PLIST
adam d8b2b73acc py-cppy: added version 1.1.0
A small C++ header library which makes it easier to write Python extension
modules. The primary feature is a PyObject smart pointer which automatically
handles reference counting and provides convenience methods for performing
common object operations.
2021-05-05 09:28:49 +00:00

12 lines
477 B
Text

@comment $NetBSD: PLIST,v 1.1 2021/05/05 09:28:50 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cppy/__init__.py
${PYSITELIB}/cppy/__init__.pyc
${PYSITELIB}/cppy/__init__.pyo
${PYSITELIB}/cppy/include/cppy/cppy.h
${PYSITELIB}/cppy/include/cppy/defines.h
${PYSITELIB}/cppy/include/cppy/errors.h
${PYSITELIB}/cppy/include/cppy/ptr.h