21 lines
682 B
Bash
21 lines
682 B
Bash
# Template file for 'python3-immutabledict'
|
|
pkgname=python3-immutabledict
|
|
version=4.2.0
|
|
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 <joel@beckmeyer.us>"
|
|
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=e003fd81aad2377a5a758bf7e1086cf3b70b63e9a5cc2f46bce8d0a2b4727c5f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|