wok rev 22934

updated httpie (1.0.2 -> 2.0.0)
author Hans-G?nter Theisgen
date Wed Feb 26 17:28:25 2020 +0100 (2020-02-26)
parents 4636144009a9
children 9bdf05b1b49c
files httpie/receipt
line diff
     1.1 --- a/httpie/receipt	Wed Feb 26 17:18:54 2020 +0100
     1.2 +++ b/httpie/receipt	Wed Feb 26 17:28:25 2020 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="httpie"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement."
    1.11 +SHORT_DESC="A command line HTTP client, a user-friendly cURL replacement."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://httpie.org/"
    1.15 @@ -11,7 +11,7 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="python-requests python-pygments"
    1.20 +DEPENDS="python-pygments python-requests"
    1.21  BUILD_DEPENDS="python-setuptools"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24 @@ -23,5 +23,5 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	cp -a $install/* $fs
    1.29 +	cp -a $install/*	$fs
    1.30  }