# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.17.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
makedepends="python3-devel sqlite-devel"
depends="python3"
short_desc="Small and simple ORM for Python3"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="MIT"
homepage="https://github.com/coleifer/peewee"
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
checksum=fccaf0b61dc88fdfd95526f804fc0f55c09364f2fffaf6d6293c8bd9551227c9
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
make_check=no # tests require postgres instance

post_install() {
	mv $DESTDIR/usr/bin/pwiz.py $DESTDIR/usr/bin/pwiz.py3
	vlicense LICENSE
}
