           SPELL=python-daemon
         VERSION=2.1.2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://pypi.org/packages/source/p/$SPELL/$SOURCE
     SOURCE_HASH=sha512:28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://pagure.io/python-daemon/
         ENTERED=20150318
      LICENSE[0]=APACHE
           SHORT="library to implement a well-behaved Unix daemon process"
cat << EOF
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon process library".

A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program.
EOF
