Commits
Zero King authored 09d748d2ef3
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 - | github.setup jakubroztocil httpie 1.0.2 |
7 + | github.setup jakubroztocil httpie 1.0.3 |
8 8 | |
9 9 | maintainers {g5pw @g5pw} openmaintainer |
10 10 | categories net |
11 11 | description HTTPie is a command line HTTP client, a user-friendly cURL replacement. |
12 12 | long_description HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP \ |
13 13 | client. Its goal is to make CLI interaction with web \ |
14 14 | services as human-friendly as possible. It provides a simple \ |
15 15 | http command that allows for sending arbitrary HTTP requests \ |
16 16 | using a simple and natural syntax, and displays colorized \ |
17 17 | responses. HTTPie can be used for testing, debugging, and \ |
18 18 | generally interacting with HTTP servers. |
19 19 | platforms darwin |
20 20 | license BSD |
21 21 | homepage http://httpie.org |
22 22 | |
23 23 | python.default_version 37 |
24 24 | |
25 25 | depends_lib-append port:py${python.version}-requests \ |
26 26 | port:py${python.version}-pygments |
27 27 | |
28 - | checksums rmd160 65f7547a0f0e0d743e97c947fa397074f3f237e0 \ |
29 - | sha256 0365f45af4e759593f0eb7ef335d3211029c4dbd4c739364dc9677d49b5eb1d0 \ |
30 - | size 765206 |
28 + | checksums rmd160 2ddbd8d0ed0fa034cfd6f3a9ca876a30eca60254 \ |
29 + | sha256 256fde37651095da48dcee5e4f8f54fdcdd1bbfea9e743e89e57942265648342 \ |
30 + | size 1745842 |
31 31 | |
32 32 | python.link_binaries_suffix |