From 52046678e35acf7276f72757299e040630550b73 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 12 Sep 2022 22:49:58 +0530 Subject: [PATCH 1/2] New package: python3-progressbar-2.5 --- srcpkgs/python3-progressbar/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/python3-progressbar/template diff --git a/srcpkgs/python3-progressbar/template b/srcpkgs/python3-progressbar/template new file mode 100644 index 000000000000..06afa0bcdbc0 --- /dev/null +++ b/srcpkgs/python3-progressbar/template @@ -0,0 +1,14 @@ +# Template file for 'python3-progressbar' +pkgname=python3-progressbar +version=2.5 +revision=1 +wrksrc="progressbar-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Text progress bar library for Python" +maintainer="icp " +license="LGPL-2.1-or-later" +homepage="https://github.com/NiltonVolpato/python-progressbar" +distfiles="${PYPI_SITE}/p/progressbar/progressbar-${version}.tar.gz" +checksum=5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63 From 4ae80706fb2c0bd9764aa093efc47a150f54e7f1 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 13 Sep 2022 00:43:42 +0530 Subject: [PATCH 2/2] diffoscope: update to 221. --- srcpkgs/diffoscope/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template index e2dca38a1355..b598edc3222e 100644 --- a/srcpkgs/diffoscope/template +++ b/srcpkgs/diffoscope/template @@ -1,17 +1,17 @@ # Template file for 'diffoscope' pkgname=diffoscope -version=217 +version=221 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-magic python3-libarchive-c python3-setuptools +depends="python3-magic python3-libarchive-c python3-progressbar python3-argcomplete binwalk python3-defusedxml python3-distro python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh" -checkdepends="${depends} python3-pytest" +checkdepends="${depends} cpio python3-pytest-xdist" short_desc="In-depth comparison of files, archives, and directories" maintainer="Piotr Wójcik " license="GPL-3.0-or-later" homepage="https://diffoscope.org/" changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog" distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz" -checksum=1e9791e3f718ca809d98fb319b150ce6222a682b4009ea00838b9d8705003950 +checksum=7b1724e9b1e5ac6597cac07d0acd2661db1bcf0d6a9b2e87be21b5e3806be9f8