From 3992574daf89bc57e03dfddf3889f13fac4e1a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 28 Dec 2022 22:12:56 +0100 Subject: [PATCH] python3-subprocess-tee: update to 0.4.1. --- srcpkgs/python3-subprocess-tee/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-subprocess-tee/template b/srcpkgs/python3-subprocess-tee/template index 77dc6153e221..807e3eac6520 100644 --- a/srcpkgs/python3-subprocess-tee/template +++ b/srcpkgs/python3-subprocess-tee/template @@ -1,6 +1,6 @@ # Template file for 'python3-subprocess-tee' pkgname=python3-subprocess-tee -version=0.4.0 +version=0.4.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" @@ -10,12 +10,12 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/pycontribs/subprocess-tee" distfiles="${PYPI_SITE}/s/subprocess-tee/subprocess-tee-${version}.tar.gz" -checksum=7ea885ff32cdb2b2d3b2a6c464492f2ee1ebbf324e50598d75de4f6f3ea0f149 +checksum=b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d # requires molecule, which isn't packaged yet make_check=no post_patch() { - vsed -e "/setuptools_scm_git_archive/d" -e "/pip/d" -i pyproject.toml + export SETUPTOOLS_SCM_PRETEND_VERSION="${version}" } post_install() {