From dc2a865547a7d42e5fe11fe19c58d4403b84ae8b Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Wed, 20 Jan 2021 11:22:35 +1100 Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0 --- srcpkgs/python3-pyutilib/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python3-pyutilib/template diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template new file mode 100644 index 00000000000..c5c542da21c --- /dev/null +++ b/srcpkgs/python3-pyutilib/template @@ -0,0 +1,23 @@ +# Template file for 'python3-pyutilib' +pkgname=python3-pyutilib +version=6.0.0 +revision=1 +wrksrc="pyutilib-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-nose python3-six" +checkdepends="${depends} python3-pip python3-wheel" +short_desc="Collection of general Python utilities" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/PyUtilib/pyutilib" +distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz" +checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5 + +do_check() { + : # TODO: errors in tests +} + +post_install() { + vlicense LICENSE.txt +} From 72af9a17b8d6b4d89a0807968a00ad8014ae201d Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Wed, 20 Jan 2021 10:01:48 +1100 Subject: [PATCH 2/2] gcovr: add missing runtime dependencies --- srcpkgs/gcovr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template index 06dec001cf5..1f24fe378d4 100644 --- a/srcpkgs/gcovr/template +++ b/srcpkgs/gcovr/template @@ -1,11 +1,11 @@ # Template file for 'gcovr' pkgname=gcovr version=4.2 -revision=3 +revision=4 build_style=python3-module -pycompile_module="gcovr" hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-Jinja2" +depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments" +checkdepends="$depends python3-pytest-cov python3-pyutilib" short_desc="Generates a simple report that summarizes the gcc code coverage" maintainer="Andre Klitzing " license="BSD-3-Clause"