# HG changeset patch # User Hans-G?nter Theisgen # Date 1586183410 -3600 # Node ID d106e282154dfb2d17ae46218618ed50ca5b7d2e # Parent cb3fb1595d9e70e7dfe39179518a0bc48d549a59 updated python-prettytable (0.6.1 -> 0.7.2) diff -r cb3fb1595d9e -r d106e282154d python-prettytable/receipt --- a/python-prettytable/receipt Mon Apr 06 14:50:21 2020 +0100 +++ b/python-prettytable/receipt Mon Apr 06 15:30:10 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-prettytable" -VERSION="0.6.1" -SOURCE="prettytable" +VERSION="0.7.2" CATEGORY="system-tools" SHORT_DESC="Python library for easily displaying tabular data in ASCII." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/PrettyTable" + +SOURCE="prettytable" TARBALL="${SOURCE}-${VERSION}.tar.bz2" -WEB_SITE="http://pypi.python.org/pypi/PrettyTable" -WGET_URL="http://pypi.python.org/packages/source/P/PrettyTable/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev python-distribute python-setuptools" @@ -24,6 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -