17 lines
573 B
Plaintext
17 lines
573 B
Plaintext
# 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-appdirs python3-build python3-installer python3-ruamel-yaml-clib python3-wheel
|
|
|
|
name=python3-fissix
|
|
version=24.4.24
|
|
release=1
|
|
source=(https://pypi.io/packages/source/f/fissix/fissix-$version.tar.gz)
|
|
|
|
build() {
|
|
cd fissix-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|