           SPELL=python-cppy
         VERSION=1.1.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/nucleic/cppy/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:b745b6fe1d02f87b8c257a73792ed583ca6e709943af567105f6ccfcf9c5eb99e9dcaaad42b0b4d6f90de2b4398bf8e5bb042798cd98e376c90e9b54ea24a212
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cppy-$VERSION"
        WEB_SITE="https://github.com/nucleic/cppy"
      LICENSE[0]=BSD
         ENTERED=20200314
           SHORT="a collection of C++ headers which make it easier to write Python C extension modules"
cat << EOF
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.
EOF
