void-packages/srcpkgs/python3-tomli/template

19 lines
536 B
Bash

# Template file for 'python3-tomli'
pkgname=python3-tomli
version=2.0.2
revision=1
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=a3a652f16bf326ba763ada67169165daf87ff9c465e21ad8264f2657beaf5264
post_install() {
vlicense LICENSE
}