#Packager: George Vlahavas pkgname=bsddb3 pkgver=6.2.9 pkgrel=1gv source=("https://files.pythonhosted.org/packages/f0/24/92034482656945fc6ceb10551222b43a0ff8d0c87e15839120487820067e/bsddb3-6.2.9.tar.gz") docs=("authors" "install" "readme" "copying") url=https://www.jcea.es/programacion/pybsddb.htm slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bsddb3 (Python interface for Berkeley DB)" "This module provides a nearly complete wrapping of the" "Oracle/Sleepycat C API for the Database Environment, Database, Cursor," "Sequence and Transaction objects, and each of these is exposed as a" "Python type in the bsddb3.db module. The database objects can use" "various access methods: btree, hash, recno, and queue. Complete" "support of Berkeley DB distributed transactions. Complete support for" "Berkeley DB Replication Manager. Complete support for Berkeley DB" "Base Replication. Support for RPC." ) build() { cd $startdir/src/$pkgname-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg }