void-packages/srcpkgs/python-apsw/template
2016-02-26 00:41:01 +01:00

27 lines
756 B
Bash

# Template file for 'python-apsw'
pkgname=python-apsw
version=3.11.0
revision=1
wrksrc="apsw-${version}-r1"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
makedepends="python-devel python3.4-devel sqlite-devel"
short_desc="Another Python SQLite Wrapper (Python2)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="MIT"
homepage="https://github.com/rogerbinns/apsw"
distfiles="https://github.com/rogerbinns/apsw/archive/${version}-r1.tar.gz"
checksum=acd0935c760ca76afe169bb0babdc3b530c877e4d7a992df7eba800046f4ab9e
post_install() {
vlicense LICENSE
}
python3.4-apsw_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}