mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-tomli-w-1.0.0
This commit is contained in:
parent
f76ab63589
commit
88e1117ddb
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-tomli-w/template
Normal file
20
srcpkgs/python3-tomli-w/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue