# Template file for 'python3-apsw'
pkgname=python3-apsw
version=3.51.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
makedepends="python3-devel sqlite-devel"
depends="python3"
short_desc="Another Python SQLite Wrapper (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Zlib"
homepage="https://github.com/rogerbinns/apsw"
changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
distfiles="${PYPI_SITE}/a/apsw/apsw-${version}.tar.gz"
checksum=a578d0ab75fd888991181e2d33be93374c7be9b0cd84de0fe53f254ba8c67e5d
make_check=no # no test shipped

post_install() {
	vlicense LICENSE
}
