diff --git a/build/pkgs/cppy/SPKG.rst b/build/pkgs/cppy/SPKG.rst new file mode 100644 index 00000000000..a10d0e1cf24 --- /dev/null +++ b/build/pkgs/cppy/SPKG.rst @@ -0,0 +1,22 @@ +cppy: C++ headers for C extension development +=========================================================================== + +Description +----------- + +From: https://pypi.org/project/cppy/ + +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. + +License +------- + +Modified BSD 3-Clause-License + +Upstream Contact +---------------- + +https://github.com/nucleic/cppy diff --git a/build/pkgs/kiwisolver/SPKG.rst b/build/pkgs/kiwisolver/SPKG.rst index afaccda4c3f..f461bf01f33 100644 --- a/build/pkgs/kiwisolver/SPKG.rst +++ b/build/pkgs/kiwisolver/SPKG.rst @@ -29,9 +29,3 @@ Upstream Contact ---------------- https://github.com/nucleic/kiwi - -Dependencies ------------- - -- python -- setuptools