mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-bsddb3: update to 6.1.1.
This commit is contained in:
parent
c801042bce
commit
db32e744c1
1 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bsddb3'
|
# Template file for 'python-bsddb3'
|
||||||
pkgname=python-bsddb3
|
pkgname=python-bsddb3
|
||||||
version=6.1.0
|
version=6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bsddb3-${version}"
|
wrksrc="bsddb3-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,9 +13,13 @@ pycompile_module="bsddb3"
|
||||||
short_desc="Python2 interface for BerkeleyDB"
|
short_desc="Python2 interface for BerkeleyDB"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="ttp://www.jcea.es/programacion/pybsddb.htm"
|
homepage="ttp://www.jcea.es/programacion/pybsddb.htm"
|
||||||
license="MIT"
|
license="BSD"
|
||||||
distfiles="https://pypi.python.org/packages/source/b/bsddb3/bsddb3-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz"
|
||||||
checksum=b13163e3891c32390aea66edcf7880eb245abc89199a766b7b1907fc5c1efd15
|
checksum=6f21b0252125c07798d784c164ef135ad153d226c01b290258ee1c5b9e7c4dd3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-bsddb3_package() {
|
python3.4-bsddb3_package() {
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
@ -24,5 +28,6 @@ python3.4-bsddb3_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue