# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
github.setup eliangcs http-prompt 1.0.0 v
maintainers {lbschenkel @lbschenkel}
description HTTPie + prompt_toolkit = an interactive command-line HTTP \
client featuring autocomplete and syntax highlighting
long_description ${description}
checksums rmd160 14fcbea963f715df4edaedc5d2fbbb26ab15f617 \
sha256 63e25c04e30ae419f5353df229825633d4f6222a39f0406a5893bd306359cdd0 \
patchfiles patch-cli.py.diff \
patch-requirements.txt.diff
# It MUST match default_version of httpie
python.default_version 37
depends_lib-append port:py${python.version}-click \
port:py${python.version}-parsimonious \
port:py${python.version}-prompt_toolkit \
port:py${python.version}-pygments \
port:py${python.version}-requests \
port:py${python.version}-setuptools \
port:py${python.version}-six \
python.link_binaries_suffix
depends_test-append port:py${python.version}-mock \
port:py${python.version}-pexpect \
port:py${python.version}-pytest \
port:py${python.version}-pytest-cov
test.cmd py.test-${python.branch}
test.env PYTHONPATH=${worksrcpath}/build/lib
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \