           SPELL=envdir
         VERSION=1.0.1
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.io/packages/source/e/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:117fb97e75d4c3c1821fc077b539fa5bb7c4d1a27289d0857470ea49d7ee659c1ed9b304a44537a61937bf466c652372a0dbad2d8181da61f61ea2edb271f0c2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://envdir.readthedocs.io/
      LICENSE[0]=MIT
         ENTERED=20181002
        KEYWORDS=""
           SHORT="Python port of daemontools' envdir"
cat << EOF
This is a Python port of daemontools’ tool envdir.

envdir runs another program with a modified environment according to files in
a specified directory.

envdir allows you to set a series of environment variables at once to simplify
maintaining complicated environments, for example in which you have multiple
sets of those configuration variables depending on the infrastructure you run
your program on.
EOF
