mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
19ed0e7b61
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
372 B
Text
7 lines
372 B
Text
cppy is 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.
|
|
|
|
cppy 1.2.0 is the last possible version for Slackware 15.0. Newer
|
|
versions require a newer python-setuptools.
|