python-PyICU: update to 2.5.
This commit is contained in:
parent
4aa4e7bffc
commit
eac863ff68
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-PyICU'
|
||||
pkgname=python-PyICU
|
||||
version=2.4.3
|
||||
revision=2
|
||||
version=2.5
|
||||
revision=1
|
||||
wrksrc="PyICU-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -13,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=c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c
|
||||
checksum=a120b68c53f769f37bfb70b7e84ca12c3f4ab1e4df43e87a02dff05ae472cdbc
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
@ -25,6 +25,7 @@ post_install() {
|
|||
|
||||
python3-PyICU_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue