From 9194c2329bd63f4fed49585df959c513c2fe8af5 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Tue, 10 Oct 2023 18:24:24 -0500 Subject: [PATCH] python3-ConfigArgParse: update to 1.7 --- srcpkgs/python3-ConfigArgParse/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template index 4a96868a171..b0debe1cd51 100644 --- a/srcpkgs/python3-ConfigArgParse/template +++ b/srcpkgs/python3-ConfigArgParse/template @@ -1,17 +1,17 @@ # Template file for 'python3-ConfigArgParse' pkgname=python3-ConfigArgParse -version=1.4.1 -revision=4 +version=1.7 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="python3-pytest" +checkdepends="python3-pytest python3-yaml" short_desc="Drop-in replacement for argparse" maintainer="Orphaned " license="MIT" homepage="https://github.com/bw2/ConfigArgParse" distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz" -checksum=6df537158f28c5ef2e8a8146781833abbc6cb7fca81b1b55d18808ce3439235e +checksum=e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1 post_install() { vlicense LICENSE