From 431a6f33b4bf0037000dbdf1292d2009499f92ea Mon Sep 17 00:00:00 2001 From: c0m4r Date: Thu, 1 Feb 2024 01:48:47 +0100 Subject: [PATCH] New package: python3-dparse-0.6.4b0 --- srcpkgs/python3-dparse/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-dparse/template diff --git a/srcpkgs/python3-dparse/template b/srcpkgs/python3-dparse/template new file mode 100644 index 00000000000000..ae0aea85213ea2 --- /dev/null +++ b/srcpkgs/python3-dparse/template @@ -0,0 +1,18 @@ +# Template file for 'python3-dparse' +pkgname=python3-dparse +version=0.6.4b0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="python3 python3-packaging python3-tomli python3-yaml" +checkdepends="python3-pytest python3-pytest-cov ${depends}" +short_desc="Parser for Python dependency files" +maintainer="c0m4r " +license="MIT" +homepage="https://github.com/pyupio/dparse" +distfiles="https://github.com/pyupio/dparse/archive/refs/tags/${version}.tar.gz" +checksum=36e0ab5273de5b42b6175c4ea7e1207fb33e4899faf1a945bb531c580987b28a + +post_install() { + vlicense LICENSE +}