python-PyICU: update to 2.2.

This commit is contained in:
Piotr Wójcik 2018-10-20 20:10:00 +02:00 committed by Helmut Pozimski
parent a4b104393a
commit 7f674a6430

View file

@ -1,18 +1,23 @@
# Template file for 'python-PyICU' # Template file for 'python-PyICU'
pkgname=python-PyICU pkgname=python-PyICU
version=2.1 version=2.2
revision=2 revision=1
wrksrc="PyICU-${version}" wrksrc="PyICU-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel icu-devel" makedepends="python-devel 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 (Python2)"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT" license="MIT"
homepage="https://github.com/ovalhub/pyicu" homepage="https://github.com/ovalhub/pyicu"
changelog="https://raw.githubusercontent.com/ovalhub/pyicu/master/CHANGES" changelog="https://raw.githubusercontent.com/ovalhub/pyicu/master/CHANGES"
distfiles="${PYPI_SITE}/P/PyICU/PyICU-${version}.tar.gz" distfiles="${PYPI_SITE}/P/PyICU/PyICU-${version}.tar.gz"
checksum=5fdab441c91adf9ceb6373dfdca18fbde3676f906babda45d85cf0fa8e43fd8a checksum=ea6ae8bb6845e2e145cf03cd80cf258487b80fca3669ae8a7bf0c5105df10973
do_check() {
python3 setup.py test
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE