void-packages/srcpkgs/python3-immutabledict/template

21 lines
682 B
Bash

# Template file for 'python3-immutabledict'
pkgname=python3-immutabledict
version=3.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Immutable wrapper around dictionaries"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/corenting/immutabledict"
changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
post_install() {
vlicense LICENSE
}