wok-current diff python-prettytable/receipt @ rev 24243
updated perl-net-ldap (0.66 -> 0.68)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 07:34:22 2022 +0100 (2022-01-02) |
parents | 814362194a8d |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-prettytable/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-prettytable/receipt Sun Jan 02 07:34:22 2022 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-prettytable" 1.7 -VERSION="0.6.1" 1.8 -SOURCE="prettytable" 1.9 +VERSION="0.7.2" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="Python library for easily displaying tabular data in ASCII." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.python.org/pypi/PrettyTable" 1.15 + 1.16 +SOURCE="prettytable" 1.17 TARBALL="${SOURCE}-${VERSION}.tar.bz2" 1.18 -WEB_SITE="http://pypi.python.org/pypi/PrettyTable" 1.19 -WGET_URL="http://pypi.python.org/packages/source/P/PrettyTable/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python-dev python-distribute python-setuptools" 1.24 @@ -24,6 +25,5 @@ 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr 1.28 - cp -a $install/usr/lib $fs/usr 1.29 + cp -a $install/usr/lib $fs/usr 1.30 } 1.31 -