New package: python3-immutabledict-2.2.4

This commit is contained in:
Joel Beckmeyer 2023-03-28 14:20:14 -04:00 committed by Duncan Overbruck
parent 860fd6482a
commit 0910aed918

View file

@ -0,0 +1,20 @@
# Template file for 'python3-immutabledict'
pkgname=python3-immutabledict
version=2.2.4
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=3bedc0741faaa2846f6edf5c29183f993da3abaff6a5961bb70a5659bb9e68ab
post_install() {
vlicense LICENSE
}