           SPELL=python-py3c
         VERSION=1.3.1
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/encukou/py3c/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:ea8d283d619a18e8673a7d2e85d9f20b401913af2958c9aa1b31c1ebabdc0d5a6a51f2b6b0b561c3d962faeefbd1754ce576bfcfe32bc25073b6178f6eccec22
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/py3c-$VERSION"
        WEB_SITE="https://py3c.readthedocs.io"
      LICENSE[0]=MIT
         ENTERED=20210130
           SHORT="a library for easing porting C extensions to Python 3"
cat << EOF
This is py3c, a library for easing porting C extensions to Python 3,
providing macros for single-source compatibility between Python 2.6, 2.7,
and 3.3+. It could be described as “the six for C extensions”.
EOF
