From 77ac2359f11266a50c28549c5d31e80ba0f97b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 4 Apr 2020 13:39:32 +0200 Subject: [PATCH] python-PyICU: update to 2.4.3. --- srcpkgs/python-PyICU/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python-PyICU/template index aab2934cbbd..b8cfff36850 100644 --- a/srcpkgs/python-PyICU/template +++ b/srcpkgs/python-PyICU/template @@ -1,10 +1,9 @@ # Template file for 'python-PyICU' pkgname=python-PyICU -version=2.3.1 -revision=3 +version=2.4.3 +revision=1 wrksrc="PyICU-${version}" build_style=python-module -pycompile_module="icu PyICU.py" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel icu-devel" checkdepends="python3-pytest python3-six" @@ -14,7 +13,7 @@ license="MIT" homepage="https://github.com/ovalhub/pyicu" changelog="https://raw.githubusercontent.com/ovalhub/pyicu/master/CHANGES" distfiles="${PYPI_SITE}/P/PyICU/PyICU-${version}.tar.gz" -checksum=ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4 +checksum=c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c do_check() { python3 setup.py test @@ -26,7 +25,6 @@ post_install() { python3-PyICU_package() { short_desc="${short_desc/Python2/Python3}" - pycompile_module="icu PyICU.py" pkg_install() { vmove usr/lib/python3* vlicense LICENSE