           SPELL=python-installer
          SPELLX=installer
         VERSION=0.7.0
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/i/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:e89c2d28ca73d9c4291d645dda675fdcfcaba2e4f8765b9fa4a2f211e27711510f3d171b96a6b024c11808ba7f06b7b560a7cb31fafba815bd5c7396f26789f7
      LICENSE[0]=MIT
        WEB_SITE=https:/pypi.org/project/installer/
         ENTERED=20240512
        KEYWORDS="python lib"
           SHORT="library for installing python packages from wheel dist"
cat << EOF
This is a low-level library for installing a Python package from
a wheel distribution. It provides basic functionality and abstractions
for handling wheels and installing packages from wheels.

  * Logic for "unpacking" a wheel (i.e. installation).
  * Abstractions for various parts of the unpacking process.
  * Extensible simple implementations of the abstractions.
  * Platform-independent Python script wrapper generation.
EOF
