26 lines
752 B
Bash
26 lines
752 B
Bash
# Template file for 'python3-apsw'
|
|
pkgname=python3-apsw
|
|
_distver=3.32.2
|
|
_patchver=r1
|
|
version=${_distver}${_patchver}
|
|
revision=3
|
|
wrksrc="apsw-${_distver}-${_patchver}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel"
|
|
makedepends="python3-devel sqlite-devel"
|
|
short_desc="Another Python SQLite Wrapper (Python3)"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
license="Zlib"
|
|
homepage="https://github.com/rogerbinns/apsw"
|
|
changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
|
|
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
|
|
checksum=33f3ccfd8a7537dccef2caeb8cc06e26f300f1cf547c22c4e8ec8dcfecb72aa0
|
|
|
|
pre_check() {
|
|
export PYTHONPATH=$(cd build/lib* && pwd)
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|