httpie: update to 2.5.0.
This commit is contained in:
parent
436cc98d2c
commit
c824bc1624
1 changed files with 10 additions and 8 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=2.2.0
|
version=2.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests python3-Pygments"
|
depends="python3-setuptools python3-requests python3-requests-toolbelt
|
||||||
|
python3-Pygments python3-pysocks python3-defusedxml"
|
||||||
short_desc="Human-friendly command line HTTP client"
|
short_desc="Human-friendly command line HTTP client"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Mickaël Schoentgen <mickael@apible.io>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://httpie.org/"
|
homepage="https://httpie.io/"
|
||||||
changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/httpie/httpie/${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
|
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
|
||||||
checksum=413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
|
checksum=66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea
|
||||||
|
make_check=no # needs pytest_httpbin which is not packaged
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion extras/httpie-completion.bash bash http
|
vcompletion extras/httpie-completion.bash bash http
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue