diff --git a/srcpkgs/python3-tomlkit/template b/srcpkgs/python3-tomlkit/template new file mode 100644 index 00000000000..473769672b0 --- /dev/null +++ b/srcpkgs/python3-tomlkit/template @@ -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 " +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 +}