void-packages/srcpkgs/python3-tomlkit/template

20 lines
623 B
Bash

# Template file for 'python3-tomlkit'
pkgname=python3-tomlkit
version=0.11.4
revision=2
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=3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83
post_install() {
vlicense LICENSE
}