python-bsddb3: update to 6.2.1

This commit is contained in:
Alessio Sergi 2016-05-11 12:53:26 +02:00
parent aa9591df6c
commit ee3dcbb6a4

View File

@ -1,6 +1,6 @@
# Template file for 'python-bsddb3'
pkgname=python-bsddb3
version=6.2.0
version=6.2.1
revision=1
wrksrc="bsddb3-${version}"
build_style=python-module
@ -13,11 +13,13 @@ pycompile_module="bsddb3"
short_desc="Python2 interface for BerkeleyDB"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="ttp://www.jcea.es/programacion/pybsddb.htm"
license="BSD"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz"
checksum=3c24cb287e1dd08be387a2b4d32ae5dfeba5ef4e3785878f0030e4d4f608aba9
checksum=319a599236b0843a36c17749c0041c18a07ef28dbe9539064fd7c0fff972567c
post_install() {
# get rid of unneeded header
rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h
vlicense LICENSE.txt LICENSE
}