          MODULE=python-pathspec
         VERSION=0.12.1
          SOURCE=pathspec-$VERSION.tar.gz
      SOURCE_URL=https://pypi.io/packages/source/p/pathspec/
      SOURCE_VFY=sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pathspec-$VERSION
        WEB_SITE=https://pypi.org/project/pathspec/
            TYPE=python3
         ENTERED=20190612
         UPDATED=20240219
           SHORT="A library for gitignore style pattern matching of file paths"

cat << EOF
pathspec is a utility library for pattern matching of file paths. So far this
only includes Git's wildmatch pattern matching which itself is derived from
Rsync's wildmatch.
EOF
