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 - } -}