wok rev 23531

updated python-prettytable (0.6.1 -> 0.7.2)
author Hans-G?nter Theisgen
date Mon Apr 06 15:30:10 2020 +0100 (2020-04-06)
parents cb3fb1595d9e
children 63190bc5a57d
files python-prettytable/receipt
line diff
     1.1 --- a/python-prettytable/receipt	Mon Apr 06 14:50:21 2020 +0100
     1.2 +++ b/python-prettytable/receipt	Mon Apr 06 15:30:10 2020 +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 -