httpie: update to 0.9.4
Add python3.4 flavor.
This commit is contained in:
parent
4edbd32847
commit
101fe26e1b
2 changed files with 22 additions and 5 deletions
|
@ -1,19 +1,35 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
python_versions="2.7 3.4"
|
||||||
depends="${hostmakedepends} python-requests python-Pygments"
|
|
||||||
pycompile_module="httpie"
|
pycompile_module="httpie"
|
||||||
short_desc="Human-friendly command line HTTP client"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python-setuptools python-requests python-Pygments"
|
||||||
|
short_desc="Human-friendly command line HTTP client (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jakubroztocil/httpie"
|
homepage="https://github.com/jakubroztocil/httpie"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
||||||
checksum=30a8ff2a72b75cb6033cc84f5b76c336999f91c325f169e78dc6339351ee7f4b
|
checksum=0fc288a85d6c018c64bbc86dfcc9c7fad063e79816840dfa91e8d6c43654761e
|
||||||
|
alternatives="httpie:http:/usr/bin/http2.7"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
python3.4-httpie_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="httpie"
|
||||||
|
depends="python3.4-setuptools python3.4-requests python3.4-Pygments"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
alternatives="httpie:http:/usr/bin/http3.4"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/*3.4
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-httpie
Symbolic link
1
srcpkgs/python3.4-httpie
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
httpie
|
Loading…
Reference in a new issue