New package: python3-tomli-w-1.0.0

This commit is contained in:
Jan Christian Grünhage 2022-06-11 14:06:41 +02:00 committed by Leah Neukirchen
parent f76ab63589
commit 88e1117ddb

View file

@ -0,0 +1,20 @@
# Template file for 'python3-tomli-w'
pkgname=python3-tomli-w
version=1.0.0
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest python3-tomli"
short_desc="Lil' python TOML writer"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/hukkin/tomli-w"
changelog="https://github.com/hukkin/tomli-w/raw/master/CHANGELOG.md"
distfiles="https://github.com/hukkin/tomli-w/archive/refs/tags/${version}.tar.gz"
checksum=4fe1fb4696899c01356ef4e028c975103abf62e5fa9472f31f1714100f1b065d
post_install() {
vlicense LICENSE
}