From 619c59c2ae196828c51831c9719582a8719ed2af Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 10 Mar 2017 10:17:55 +0100 Subject: [PATCH] python-sh: update to 1.12.10 --- srcpkgs/python-sh/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template index 6e23b8ab8b6..c7acf34ca34 100644 --- a/srcpkgs/python-sh/template +++ b/srcpkgs/python-sh/template @@ -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 " 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() {