From fb2819322fe78a7fe47005c2d97a3fc6a0deefa9 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Mon, 30 Dec 2024 17:40:16 -0500 Subject: [PATCH] python3-minidb: update to 2.0.8, adopt --- srcpkgs/python3-minidb/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template index 82ed4a914b6..68a504535ea 100644 --- a/srcpkgs/python3-minidb/template +++ b/srcpkgs/python3-minidb/template @@ -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 " +maintainer="RunningDroid " 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 }