From 926b0b7808882b257128cbefbf8aa8cebd5078e7 Mon Sep 17 00:00:00 2001 From: travankor Date: Fri, 30 Dec 2022 18:04:38 -0700 Subject: [PATCH 1/2] dtrx: update to 8.5.0. --- srcpkgs/dtrx/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template index c9054b42638a..62f5f5388bb7 100644 --- a/srcpkgs/dtrx/template +++ b/srcpkgs/dtrx/template @@ -1,16 +1,14 @@ # Template file for 'dtrx' pkgname=dtrx -version=8.2.2 +version=8.5.0 revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" depends="python3" +checkdepends="python3-invoke" short_desc="Tool that takes all the hassle out of extracting archives" maintainer="travankor " license="GPL-3.0-or-later" homepage="https://github.com/dtrx-py/dtrx/" distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz" -checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb -python_version=3 - -do_install() { - vbin scripts/dtrx -} +checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4 From 6ad8a81f97c84aa1128c65ff38feb590bf44eb31 Mon Sep 17 00:00:00 2001 From: travankor Date: Fri, 30 Dec 2022 18:56:01 -0700 Subject: [PATCH 2/2] New package: python3-invoke-1.7.3 --- srcpkgs/python3-invoke/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-invoke/template diff --git a/srcpkgs/python3-invoke/template b/srcpkgs/python3-invoke/template new file mode 100644 index 000000000000..c40f39619c99 --- /dev/null +++ b/srcpkgs/python3-invoke/template @@ -0,0 +1,19 @@ +# Template file for 'python3-invoke' +pkgname=python3-invoke +version=1.7.3 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-yaml" +short_desc="Pythonic task management & command execution" +maintainer="travankor " +license="BSD-2-Clause" +homepage="https://www.pyinvoke.org/" +changelog="https://www.pyinvoke.org/changelog.html" +distfiles="${PYPI_SITE}/i/invoke/invoke-${version}.tar.gz" +checksum=41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314 +make_check=no # Broken on Python 3.11 https://github.com/pyinvoke/invoke/issues/891 + +post_install() { + vlicense LICENSE +}