2021-06-14 19:51:49 +00:00
|
|
|
# Description: Fork of lib2to3 with patch for Python issue33983 support
|
|
|
|
# URL: https://github.com/jreese/fissix
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2024-04-25 20:28:11 +02:00
|
|
|
# Depends on: python3-appdirs python3-build python3-installer python3-ruamel-yaml-clib python3-wheel
|
2021-06-14 19:51:49 +00:00
|
|
|
|
|
|
|
name=python3-fissix
|
2024-04-25 20:28:11 +02:00
|
|
|
version=24.4.24
|
2021-06-14 19:51:49 +00:00
|
|
|
release=1
|
2021-11-14 11:14:10 +01:00
|
|
|
source=(https://pypi.io/packages/source/f/fissix/fissix-$version.tar.gz)
|
2021-06-14 19:51:49 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd fissix-$version
|
2024-04-25 20:28:11 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:49 +00:00
|
|
|
}
|