void-packages/srcpkgs/python3-immutabledict/template

21 lines
682 B
Bash

# Template file for 'python3-immutabledict'
pkgname=python3-immutabledict
version=4.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=fabf47437531e8bf65a3b5b47d501e65579323b2d1fe58f8ae01491c1fd29bf7
post_install() {
vlicense LICENSE
}