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'
|
# Template file for 'python-sh'
|
||||||
pkgname=python-sh
|
pkgname=python-sh
|
||||||
version=1.12.9
|
version=1.12.10
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="sh.py"
|
pycompile_module="sh.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -13,15 +13,15 @@ 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=579aa19bae7fe86b607df1afaf4e8537c453d2ce3d84e1d3957e099359a51677
|
checksum=599dc8c1678f6c3a905bdf6da7d5943cf4be542ed4ce4ee49e5e392983b1ff8b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-sh_package() {
|
python3-sh_package() {
|
||||||
depends="python3"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
pycompile_module="sh.py"
|
pycompile_module="sh.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue