wok diff python-beaker/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 5d50a02468c7
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-beaker/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/python-beaker/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-beaker"
     1.7 -VERSION="1.5.4"
     1.8 +VERSION="1.11.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Cache and Session Library"
    1.11 +TAGS="python"
    1.12 +SHORT_DESC="Cache and Session Library."
    1.13  MAINTAINER="taziden@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -SOURCE="Beaker"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17  WEB_SITE="https://pypi.org/project/Beaker"
    1.18 -WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
    1.19 -TAGS="python"
    1.20 +
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.22 +WGET_URL="https://github.com/bbangert/beaker/archive/$VERSION.tar.gz"
    1.23  
    1.24  DEPENDS="python"
    1.25  BUILD_DEPENDS="python python-dev python-setuptools"
    1.26 @@ -24,5 +24,5 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $install/usr/ $fs
    1.31 +	cp -a $install/usr/	$fs
    1.32  }