From 1316c82e54f478b30ffab8b5f324ec0003577cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 10 Sep 2021 15:23:00 +0200 Subject: [PATCH 1/3] httpie: update to 2.5.0. --- srcpkgs/httpie/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index 201e2af09b4e..3e3ba01fe6d2 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -1,17 +1,17 @@ # Template file for 'httpie' pkgname=httpie -version=2.2.0 -revision=2 +version=2.5.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-requests python3-Pygments" +depends="python3-setuptools python3-requests python3-requests-toolbelt python3-pygments python3-socks python3-defusedxml" short_desc="Human-friendly command line HTTP client" maintainer="Alessio Sergi " license="BSD-3-Clause" -homepage="https://httpie.org/" -changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst" -distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz" -checksum=413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e +homepage="https://httpie.io/" +changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md" +distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz" +checksum=66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea post_install() { vcompletion extras/httpie-completion.bash bash http From 398de0785f2eceeb44efd93fefe2a8d8f9714ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 10 Sep 2021 16:32:10 +0200 Subject: [PATCH 2/3] Fix Pygments name and break at 80 chars --- srcpkgs/httpie/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index 3e3ba01fe6d2..e2a02e0b595e 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -4,7 +4,8 @@ version=2.5.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-requests python3-requests-toolbelt python3-pygments python3-socks python3-defusedxml" +depends="python3-setuptools python3-requests python3-requests-toolbelt + python3-Pygments python3-socks python3-defusedxml" short_desc="Human-friendly command line HTTP client" maintainer="Alessio Sergi " license="BSD-3-Clause" From 6acab73eb4b5aab7c9ed0225061e73cedb93657b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 14 Sep 2021 11:09:55 +0200 Subject: [PATCH 3/3] Update srcpkgs/httpie/template --- srcpkgs/httpie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index e2a02e0b595e..2e81a1b80db8 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -3,7 +3,7 @@ pkgname=httpie version=2.5.0 revision=1 build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-pip python3-wheel" depends="python3-setuptools python3-requests python3-requests-toolbelt python3-Pygments python3-socks python3-defusedxml" short_desc="Human-friendly command line HTTP client"