New package: python3-dotty-dict-1.3.0
This commit is contained in:
parent
3e2b594fef
commit
d94c016f77
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-dotty-dict/template
Normal file
19
srcpkgs/python3-dotty-dict/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue