python3-subprocess-tee: update to 0.4.1.
This commit is contained in:
parent
59472ee4a9
commit
05b4568b4d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-subprocess-tee'
|
# Template file for 'python3-subprocess-tee'
|
||||||
pkgname=python3-subprocess-tee
|
pkgname=python3-subprocess-tee
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
|
@ -10,12 +10,12 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pycontribs/subprocess-tee"
|
homepage="https://github.com/pycontribs/subprocess-tee"
|
||||||
distfiles="${PYPI_SITE}/s/subprocess-tee/subprocess-tee-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/subprocess-tee/subprocess-tee-${version}.tar.gz"
|
||||||
checksum=7ea885ff32cdb2b2d3b2a6c464492f2ee1ebbf324e50598d75de4f6f3ea0f149
|
checksum=b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d
|
||||||
# requires molecule, which isn't packaged yet
|
# requires molecule, which isn't packaged yet
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -e "/setuptools_scm_git_archive/d" -e "/pip/d" -i pyproject.toml
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue