pkgsrc/devel/py-cppy/Makefile
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

16 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/05/05 09:28:50 adam Exp $
DISTNAME= cppy-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cppy/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/nucleic/cppy
COMMENT= C++ headers for C extension development
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"