python3-tomlkit: update to 0.11.8.
This commit is contained in:
parent
0d5c8dc285
commit
0797a3b46e
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-tomlkit'
|
||||
pkgname=python3-tomlkit
|
||||
version=0.11.6
|
||||
version=0.11.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-yaml"
|
||||
short_desc="Style preserving TOML library"
|
||||
|
@ -12,7 +12,7 @@ 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
|
||||
checksum=9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue