21 lines
649 B
Bash
21 lines
649 B
Bash
|
# Template file for 'python3-tomlkit'
|
||
|
pkgname=python3-tomlkit
|
||
|
version=0.11.0
|
||
|
revision=1
|
||
|
wrksrc="tomlkit-$version"
|
||
|
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=71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|