vp-build/srcpkgs/python3-dotty-dict/template

20 lines
589 B
Bash

# 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
}