          MODULE=python-prctl
         VERSION=1.8.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/seveas/python-prctl/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:b371f7f251224b1e60224a644fea13680715064ce560529cfbead8e933467348
        WEB_SITE=https://github.com/seveas/python-prctl/
         ENTERED=20201213
         UPDATED=20211203
            TYPE=python3
           SHORT="Python(ic) interface to the linux prctl syscall"

cat << EOF
The linux prctl function allows you to control specific characteristics of a
process' behaviour. Usage of the function is fairly messy though, due to
limitations in C and linux. This module provides a nice non-messy python(ic)
interface.
Besides prctl, this library also wraps libcap for complete capability handling
and allows you to set the process name as seen in ps and top.
EOF
