# Template file for 'python3-peewee'
pkgname=python3-peewee
version=4.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
makedepends="python3-devel sqlite-devel"
depends="python3"
short_desc="Small and simple ORM for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
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=140e679b141c271ff25f64ddb200177637a34e8f252e2a54802481a01b2ad61d
make_check=no # tests require postgres instance

post_install() {
	vlicense LICENSE
}
