20 lines
621 B
Bash
20 lines
621 B
Bash
# Template file for 'python3-tomlkit'
|
|
pkgname=python3-tomlkit
|
|
version=0.12.3
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-yaml"
|
|
short_desc="Style preserving TOML library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|