mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-PyICU: update to 2.5.
This commit is contained in:
parent
4aa4e7bffc
commit
eac863ff68
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-PyICU'
|
# Template file for 'python-PyICU'
|
||||||
pkgname=python-PyICU
|
pkgname=python-PyICU
|
||||||
version=2.4.3
|
version=2.5
|
||||||
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"
|
||||||
|
@ -13,7 +13,7 @@ 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=c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c
|
checksum=a120b68c53f769f37bfb70b7e84ca12c3f4ab1e4df43e87a02dff05ae472cdbc
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
|
@ -25,6 +25,7 @@ post_install() {
|
||||||
|
|
||||||
python3-PyICU_package() {
|
python3-PyICU_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue