python3-subprocess-tee: update to 0.4.1.

This commit is contained in:
Jan Christian Grünhage 2022-12-28 22:12:56 +01:00 committed by Leah Neukirchen
parent 59472ee4a9
commit 05b4568b4d
1 changed files with 3 additions and 3 deletions

View File

@ -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 <jan.christian@gruenhage.xyz>"
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() {