New package: python3-tomlkit-0.11.0
This commit is contained in:
parent
b7ba92f10b
commit
72d051fb73
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-tomlkit/template
Normal file
20
srcpkgs/python3-tomlkit/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue