void-packages/srcpkgs/python3-tomlkit/template

20 lines
624 B
Bash

# Template file for 'python3-tomlkit'
pkgname=python3-tomlkit
version=0.12.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
checkdepends="python3-pytest python3-yaml"
short_desc="Style preserving TOML library"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/sdispater/tomlkit"
changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz"
checksum=df32fab589a81f0d7dc525a4267b6d7a64ee99619cbd1eeb0fae32c1dd426977
post_install() {
vlicense LICENSE
}