vp-build/srcpkgs/python-bsddb3/template

40 lines
1.2 KiB
Bash

# Template file for 'python-bsddb3'
pkgname=python-bsddb3
version=6.2.4
revision=1
wrksrc="bsddb3-${version}"
build_style=python-module
make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel db-devel"
pycompile_module="bsddb3"
short_desc="Python2 interface for BerkeleyDB"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="ttp://www.jcea.es/programacion/pybsddb.htm"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz"
checksum=4866aa32ad6ec6d5ff401d9aec8da07c4e84502298dc27f7c758545e243550e6
post_install() {
# get rid of unneeded header
rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h
vlicense LICENSE.txt LICENSE
}
python3-bsddb3_package() {
depends="python3"
pycompile_module="bsddb3"
replaces="python3.4-bsddb3>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}
python3.4-bsddb3_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-bsddb3>=${version}_${revision}"
}