wok rev 21037
updated httpie (0.8.0 -> 1.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 11 15:26:31 2019 +0100 (2019-03-11) |
parents | d079070599f5 |
children | aa5746f046ec |
files | httpie/receipt |
line diff
1.1 --- a/httpie/receipt Mon Mar 11 14:30:56 2019 +0100 1.2 +++ b/httpie/receipt Mon Mar 11 15:26:31 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="httpie" 1.7 -VERSION="0.8.0" 1.8 +VERSION="1.0.2" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement" 1.11 +SHORT_DESC="HTTPie is 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 + 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 setuptools" 1.20 -BUILD_DEPENDS="setuptools wget" 1.21 +BUILD_DEPENDS="setuptools" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()