python3-minidb: update to 2.0.8, adopt

This commit is contained in:
RunningDroid 2024-12-30 17:40:16 -05:00 committed by Andrew J. Hesford
parent b2e79321e8
commit fb2819322f
1 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'python3-minidb'
pkgname=python3-minidb
version=2.0.6
revision=4
version=2.0.8
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Simple SQLite3 store for Python objects"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="RunningDroid <runningdroid@zoho.com>"
license="ISC"
homepage="https://thp.io/2010/minidb/"
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
checksum=7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e
checksum=f177870a9f44ff834aa7986ebb9451445a5afa8e756ab400c16ea1d746441aaf
post_install() {
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
vlicense COPYING
vlicense LICENSE
}