New package: python3-dotty-dict-1.3.0

This commit is contained in:
Isaac Freund 2022-01-14 23:41:56 +01:00 committed by paper
parent 3e2b594fef
commit d94c016f77

View file

@ -0,0 +1,19 @@
# Template file for 'python3-dotty-dict'
pkgname=python3-dotty-dict
version=1.3.0
revision=1
wrksrc="dotty_dict-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Dictionary wrapper for quick access to deeply nested keys"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pawelzny/dotty_dict"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=23d28c35e698e68678dd904297e26bb0d8c1f7aa5c5d64279a0b9b05cfbb37e8
post_install() {
vlicense LICENSE
}