20 lines
527 B
Bash
20 lines
527 B
Bash
# Template file for 'python3-tomli'
|
|
pkgname=python3-tomli
|
|
version=2.0.1
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
short_desc="Little TOML parser for Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hukkin/tomli"
|
|
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
|
|
checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
|
|
# Archive includes no tests
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|