contrib/python3-cerberus/Pkgfile

17 lines
546 B
Plaintext
Raw Normal View History

# Description: Lightweight, extensible data validation library for Python
# URL: https://github.com/pyeve/cerberus
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-08-12 22:42:51 +02:00
# Depends on: python3-build python3-installer python3-wheel
name=python3-cerberus
2023-08-12 22:42:51 +02:00
version=1.3.5
release=1
source=(https://github.com/pyeve/cerberus/archive/$version/$name-$version.tar.gz)
build() {
cd cerberus-$version
2023-08-12 22:42:51 +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
}