# Description: a little orm
# URL: https://pypi.python.org/pypi/peewee/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cython

name=python3-peewee
version=3.18.1
release=1
source=(https://github.com/coleifer/peewee/archive/$version/$name-$version.tar.gz)

build() {
  cd peewee-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
