mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-bsddb3: update to 6.2.1
This commit is contained in:
parent
aa9591df6c
commit
ee3dcbb6a4
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bsddb3'
|
# Template file for 'python-bsddb3'
|
||||||
pkgname=python-bsddb3
|
pkgname=python-bsddb3
|
||||||
version=6.2.0
|
version=6.2.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bsddb3-${version}"
|
wrksrc="bsddb3-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,11 +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="BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bsddb3/bsddb3-${version}.tar.gz"
|
||||||
checksum=3c24cb287e1dd08be387a2b4d32ae5dfeba5ef4e3785878f0030e4d4f608aba9
|
checksum=319a599236b0843a36c17749c0041c18a07ef28dbe9539064fd7c0fff972567c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
# get rid of unneeded header
|
||||||
|
rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue