# Description: Fork of lib2to3 with patch for Python issue33983 support # URL: https://github.com/jreese/fissix # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-dephell python3-ruamel-yaml-clib python3-setuptools name=python3-fissix version=21.6.6 release=1 source=(https://github.com/jreese/fissix/archive/v$version/$name-$version.tar.gz) build() { cd fissix-$version dephell deps convert --from pyproject.toml --to setup.py /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --prefix=/usr \ --root=$PKG \ -O1 \ --skip-build }