diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-28 23:31:54 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-29 17:51:18 +0700 |
commit | 19ed0e7b610a82257e2689b6afa8118cc5c4da86 (patch) | |
tree | 6aeb5ddd2f778896f558e0728ad039d16782dbe9 /python/cppy | |
parent | 6f51732097314987e4f46c1b24f17f01338a7213 (diff) |
python/cppy: Update README, SlackBuild format
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cppy')
-rw-r--r-- | python/cppy/README | 3 | ||||
-rw-r--r-- | python/cppy/cppy.SlackBuild | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/cppy/README b/python/cppy/README index f36f1b771592..0e23cc9ed694 100644 --- a/python/cppy/README +++ b/python/cppy/README @@ -2,3 +2,6 @@ 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. diff --git a/python/cppy/cppy.SlackBuild b/python/cppy/cppy.SlackBuild index 342f26f47bae..80318a51efe3 100644 --- a/python/cppy/cppy.SlackBuild +++ b/python/cppy/cppy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cppy -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |