29 lines
767 B
Bash
29 lines
767 B
Bash
# Template file for 'python-apsw'
|
|
pkgname=python-apsw
|
|
_distver=3.22.0
|
|
_patchver=r1
|
|
version=${_distver}${_patchver}
|
|
revision=1
|
|
wrksrc="apsw-${_distver}-${_patchver}"
|
|
build_style=python-module
|
|
hostmakedepends="python-devel python3-devel"
|
|
makedepends="python-devel python3-devel sqlite-devel"
|
|
short_desc="Another Python SQLite Wrapper (Python2)"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="Zlib"
|
|
homepage="https://github.com/rogerbinns/apsw"
|
|
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
|
|
checksum=4ac5a9a66b5dd0c11987bff0cc3bd94733e89da26b1cfa4037a36a3ba8392615
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-apsw_package() {
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|