contrib/python3-xmlschema/Pkgfile

17 lines
550 B
Plaintext
Raw Normal View History

2022-03-27 19:07:36 +02:00
# Description: An XML Schema validator and decoder
# URL: https://github.com/sissaschool/xmlschema
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-04-20 16:54:52 +02:00
# Depends on: python3-build python3-elementpath python3-installer python3-wheel
2022-03-27 19:07:36 +02:00
name=python3-xmlschema
2024-02-23 16:55:27 +01:00
version=3.0.2
2022-03-27 19:07:36 +02:00
release=1
2023-01-03 13:10:39 +01:00
source=(https://pypi.org/packages/source/x/xmlschema/xmlschema-$version.tar.gz)
2022-03-27 19:07:36 +02:00
build() {
cd xmlschema-$version
2023-01-03 13:10:39 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2022-03-27 19:07:36 +02:00
}