# Watch: https://github.com/theskumar/python-dotenv/tags
           SPELL=python-dotenv
         VERSION=1.2.2
          SOURCE=${SPELL/-/_}-$VERSION.tar.gz
   SOURCE_URL[0]=https://files.pythonhosted.org/packages/source/p/$SPELL/$SOURCE
     SOURCE_HASH=sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
        WEB_SITE=https://github.com/theskumar/python-dotenv
         LICENSE=BSD
         ENTERED=20260321
           SHORT="Set environment variables from .env file"
cat << EOF
python-dotenv reads key-value pairs from a .env file and can set them as
environment variables. It helps in the development of applications following
the 12-factor principles.
EOF
