void-packages/srcpkgs/python3-minidb/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

21 lines
637 B
Bash

# Template file for 'python3-minidb'
pkgname=python3-minidb
version=2.0.2
revision=2
noarch=yes
wrksrc="minidb-${version}"
build_style=python3-module
pycompile_module="minidb.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Simple SQLite3 store for Python objects"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="ISC"
homepage="https://thp.io/2010/minidb/"
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
checksum=40a1992281dbfb63a90616db328c1babc3aabadd8844fdd676369e8df09d3b9f
post_install() {
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
vlicense COPYING
}