python-bsddb3: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-17 11:06:57 +02:00
parent d650842b7b
commit 307441d592
2 changed files with 14 additions and 9 deletions

View File

@ -1,14 +1,13 @@
# Template file for 'python-bsddb3'
pkgname=python-bsddb3
version=6.2.1
revision=1
revision=2
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"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel db-devel"
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>"
@ -23,13 +22,18 @@ post_install() {
vlicense LICENSE.txt LICENSE
}
python3.4-bsddb3_package() {
depends="python3.4"
pycompile_version="3.4"
python3-bsddb3_package() {
depends="python3"
pycompile_module="bsddb3"
short_desc="${short_desc/Python2/Python3.4}"
replaces="python3.4-bsddb3>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3.4
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}"
}

1
srcpkgs/python3-bsddb3 Symbolic link
View File

@ -0,0 +1 @@
python-bsddb3