          MODULE=python-kitchen
         VERSION=1.2.6
          SOURCE=${MODULE#*-}-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/fedora-infra/kitchen/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kitchen-$VERSION
        WEB_SITE=https://github.com/fedora-infra/kitchen/
            TYPE=python3
        REPLACES=kitchen
         ENTERED=20160615
         UPDATED=20211211
           SHORT="A collection of useful python snippets"

cat << EOF
Kitchen aims to pull small snippets of code into a few python
modules which you can import and use within your project.
No more copy and paste! Now you can let someone else maintain
and release these small snippets so that you can get on with your life. 
EOF
