python-sh: update to 1.13.1.

This commit is contained in:
Pulux 2020-05-29 19:32:41 +02:00 committed by Helmut Pozimski
parent b645ad1759
commit caa40c285c

View file

@ -1,11 +1,10 @@
# Template file for 'python-sh'
pkgname=python-sh
version=1.12.14
revision=3
version=1.13.1
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="sh.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python subprocess replacement (Python2)"
@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/amoffat/sh"
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
checksum=b52bf5833ed01c7b5c5fb73a7f71b3d98d48e9b9b8764236237bdc7ecae850fc
checksum=97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3
post_install() {
vlicense LICENSE.txt
@ -22,7 +21,6 @@ post_install() {
python3-sh_package() {
archs=noarch
depends="python3"
pycompile_module="sh.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*