void-packages/srcpkgs/python3-configobj/template

20 lines
673 B
Bash

# Template file for 'python3-configobj'
pkgname=python3-configobj
version=5.0.8
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
checkdepends="python3-pytest $depends"
short_desc="Simple but powerful config file reader and writer (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://configobj.readthedocs.org/"
changelog="https://raw.githubusercontent.com/DiffSK/configobj/release/CHANGES.rst"
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
checksum=547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda
post_install() {
vlicense LICENSE
}