contrib/python3-cerberus/Pkgfile

17 lines
546 B
Plaintext

# Description: Lightweight, extensible data validation library for Python
# URL: https://github.com/pyeve/cerberus
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer python3-wheel
name=python3-cerberus
version=1.3.5
release=1
source=(https://github.com/pyeve/cerberus/archive/$version/$name-$version.tar.gz)
build() {
cd cerberus-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}