2023-01-18 22:07:55 +01:00

19 lines
592 B
Bash

# Template file for 'python3-configobj'
pkgname=python3-configobj
version=5.0.6
revision=11
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://github.com/DiffSK/configobj"
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
post_install() {
vlicense LICENSE
}