Skip to content

Commit

Permalink
New package: python3-tomlkit-0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 committed Jun 11, 2022
1 parent b7ba92f commit 72d051f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/python3-tomlkit/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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 <[email protected]>"
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
}

0 comments on commit 72d051f

Please sign in to comment.