mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
httpie: update to 0.9.9
This commit is contained in:
parent
199f1d4d4c
commit
2fd26a0909
1 changed files with 12 additions and 20 deletions
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=0.9.8
|
version=0.9.9
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="httpie"
|
pycompile_module="httpie"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-setuptools python-requests python-Pygments"
|
depends="python3-setuptools python3-requests python3-Pygments"
|
||||||
short_desc="Human-friendly command line HTTP client (Python2)"
|
short_desc="Human-friendly command line HTTP client"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://httpie.org/"
|
homepage="https://httpie.org/"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
# distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
||||||
distfiles="https://github.com/jkbrzt/httpie/archive/${version}.tar.gz"
|
checksum=f1202e6fa60367e2265284a53f35bfa5917119592c2ab08277efc7fffd744fcb
|
||||||
checksum=5ccc65dd8e60a9310f575c1a9600f3cc7daf8704cc88bf6c40118b3659b98dc7
|
|
||||||
alternatives="httpie:http:/usr/bin/http2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -22,13 +20,7 @@ post_install() {
|
||||||
|
|
||||||
python3-httpie_package() {
|
python3-httpie_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="httpie"
|
build_style=meta
|
||||||
depends="python3-setuptools python3-requests python3-Pygments"
|
short_desc+=" (transitional dummy package)"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
depends="httpie>=${version}_${revision}"
|
||||||
alternatives="httpie:http:/usr/bin/http3"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue