From 30936527c30d79f9675b045dba3a65c83cd8683b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 20:56:54 -0400 Subject: [PATCH] New package: python3-tomli-1.2.1 --- srcpkgs/python3-tomli/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-tomli/template diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template new file mode 100644 index 00000000000..88bdf7dd378 --- /dev/null +++ b/srcpkgs/python3-tomli/template @@ -0,0 +1,20 @@ +# Template file for 'python3-tomli' +pkgname=python3-tomli +version=1.2.1 +revision=1 +wrksrc="tomli-${version}" +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python3" +short_desc="Little TOML parser for Python" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://github.com/hukkin/tomli" +distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz" +checksum=a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442 +# Archive includes no tests +make_check=no + +post_install() { + vlicense LICENSE +}