python-sh: update to 1.12.10
This commit is contained in:
parent
a9ac322a63
commit
619c59c2ae
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python-sh'
|
||||
pkgname=python-sh
|
||||
version=1.12.9
|
||||
revision=2
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
version=1.12.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="sh.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -13,15 +13,15 @@ maintainer="pulux <pulux@pf4sh.de>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/amoffat/sh"
|
||||
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
|
||||
checksum=579aa19bae7fe86b607df1afaf4e8537c453d2ce3d84e1d3957e099359a51677
|
||||
checksum=599dc8c1678f6c3a905bdf6da7d5943cf4be542ed4ce4ee49e5e392983b1ff8b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-sh_package() {
|
||||
depends="python3"
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
pycompile_module="sh.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue