diff --git a/srcpkgs/python3-immutabledict/template b/srcpkgs/python3-immutabledict/template new file mode 100644 index 00000000000..d8eaced0c48 --- /dev/null +++ b/srcpkgs/python3-immutabledict/template @@ -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 " +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 +}