19 lines
536 B
Bash
19 lines
536 B
Bash
# Template file for 'python3-tomli'
|
|
pkgname=python3-tomli
|
|
version=2.0.1
|
|
revision=4
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Little TOML parser for Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hukkin/tomli"
|
|
distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|