From 09c60092214a5da2532ecae47c206b030ab6e370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 25 Sep 2020 08:27:35 +0700 Subject: [PATCH] python-PyICU: drop package --- srcpkgs/python3-PyICU | 1 - .../{python-PyICU => python3-PyICU}/template | 23 ++++++------------- 2 files changed, 7 insertions(+), 17 deletions(-) delete mode 120000 srcpkgs/python3-PyICU rename srcpkgs/{python-PyICU => python3-PyICU}/template (52%) diff --git a/srcpkgs/python3-PyICU b/srcpkgs/python3-PyICU deleted file mode 120000 index 747847a623..0000000000 --- a/srcpkgs/python3-PyICU +++ /dev/null @@ -1 +0,0 @@ -python-PyICU \ No newline at end of file diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python3-PyICU/template similarity index 52% rename from srcpkgs/python-PyICU/template rename to srcpkgs/python3-PyICU/template index a17dcd8f75..33048e4ccb 100644 --- a/srcpkgs/python-PyICU/template +++ b/srcpkgs/python3-PyICU/template @@ -1,13 +1,13 @@ -# Template file for 'python-PyICU' -pkgname=python-PyICU +# Template file for 'python3-PyICU' +pkgname=python3-PyICU version=2.5 -revision=1 +revision=2 wrksrc="PyICU-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel icu-devel" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel icu-devel" checkdepends="python3-pytest python3-six" -short_desc="Python extension wrapping the ICU C++ API (Python2)" +short_desc="Python extension wrapping the ICU C++ API (Python3)" maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/ovalhub/pyicu" @@ -22,12 +22,3 @@ do_check() { post_install() { vlicense LICENSE } - -python3-PyICU_package() { - short_desc="${short_desc/Python2/Python3}" - depends="python3" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -}