python3-subprocess-tee: update to 0.4.0.
This commit is contained in:
parent
3cc43497cd
commit
364370e2d2
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-subprocess-tee'
|
# Template file for 'python3-subprocess-tee'
|
||||||
pkgname=python3-subprocess-tee
|
pkgname=python3-subprocess-tee
|
||||||
version=0.3.5
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Replacement for subprocess.run capturing output while still printing
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
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/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/subprocess-tee/subprocess-tee-${version}.tar.gz"
|
||||||
checksum=ff5cced589a4b8ac973276ca1ba21bb6e3de600cde11a69947ff51f696efd577
|
checksum=7ea885ff32cdb2b2d3b2a6c464492f2ee1ebbf324e50598d75de4f6f3ea0f149
|
||||||
# requires molecule, which isn't packaged yet
|
# requires molecule, which isn't packaged yet
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue