python-bsddb3: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
d650842b7b
commit
307441d592
|
@ -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}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-bsddb3
|
Loading…
Reference in New Issue