wok-current diff python-unidecode/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | 7390f8de9846 |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-unidecode/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/python-unidecode/receipt Thu May 28 13:19:51 2020 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-unidecode" 1.7 -VERSION="0.04.17" 1.8 +VERSION="1.1.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="ASCII transliterations of Unicode text." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://pypi.python.org/pypi/Unidecode" 1.14 + 1.15 SOURCE="Unidecode" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 1.18 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="python" 1.23 +BUILD_DEPENDS="python python-setuptools" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -23,6 +24,5 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $install/usr $fs 1.32 + cp -a $install/usr $fs 1.33 } 1.34 -