python3-sh: update to 1.14.2.

Closes: #31498 [via git-merge-pr]
This commit is contained in:
Pulux 2021-06-14 20:20:46 +02:00 committed by Piraty
parent 7b4e694fa0
commit 996851a13e
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,17 +1,18 @@
# Template file for 'python3-sh' # Template file for 'python3-sh'
pkgname=python3-sh pkgname=python3-sh
version=1.14.1 version=1.14.2
revision=1 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-Pygments python3-coverage python3-coveralls python3-docopt python3-docutils flake8"
short_desc="Python subprocess replacement (Python3)" short_desc="Python subprocess replacement (Python3)"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="MIT" license="MIT"
homepage="https://github.com/amoffat/sh" homepage="https://github.com/amoffat/sh"
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz" distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
checksum=39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e checksum=9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt