python-bsddb3: drop package
This commit is contained in:
parent
24a81ac2d3
commit
d8d3eb644c
2 changed files with 7 additions and 19 deletions
|
@ -1 +0,0 @@
|
||||||
python-bsddb3
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'python-bsddb3'
|
# Template file for 'python3-bsddb3'
|
||||||
pkgname=python-bsddb3
|
pkgname=python3-bsddb3
|
||||||
version=6.2.6
|
version=6.2.6
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="bsddb3-${version}"
|
wrksrc="bsddb3-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
|
make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
|
||||||
make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
|
make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python-devel python3-devel db-devel"
|
makedepends="python3-devel db-devel"
|
||||||
pycompile_module="bsddb3"
|
short_desc="Python3 interface for BerkeleyDB"
|
||||||
short_desc="Python2 interface for BerkeleyDB"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.jcea.es/programacion/pybsddb.htm"
|
homepage="http://www.jcea.es/programacion/pybsddb.htm"
|
||||||
|
@ -21,13 +20,3 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h
|
rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-bsddb3_package() {
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="bsddb3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.txt LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue