19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'python3-dotty-dict'
|
|
pkgname=python3-dotty-dict
|
|
version=1.3.0
|
|
revision=2
|
|
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
|
|
}
|