void-packages/srcpkgs/python3-tomlkit/template

20 lines
623 B
Bash

# Template file for 'python3-tomlkit'
pkgname=python3-tomlkit
version=0.11.6
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
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=71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
post_install() {
vlicense LICENSE
}