wok diff httpie/receipt @ rev 21123
dvdauthor: not imagemagick 7 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 20 11:24:10 2019 +0100 (2019-03-20) |
parents | a78610b2eb47 |
children | 240fb3120638 |
line diff
1.1 --- a/httpie/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/httpie/receipt Wed Mar 20 11:24:10 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()