Commits
Andrew Stromnov authored 839f7493b46
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-requests |
7 - | version 2.20.0 |
7 + | version 2.20.1 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license Apache-2 |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
23 23 | experiences are a result of the various built-in \ |
24 24 | HTTP libraries (yes, even worse than Logging). But \ |
25 25 | this one's different. This one's going to be \ |
26 26 | awesome. And simple. Really simple. |
27 27 | |
28 28 | homepage http://python-requests.org/ |
29 29 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
30 30 | |
31 31 | distname ${python.rootname}-${version} |
32 32 | |
33 - | checksums rmd160 c1aa0e3e8daaaa9cd6ad717470b84d10d88fba2e \ |
34 - | sha256 99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c \ |
35 - | size 111179 |
33 + | checksums rmd160 b94b73807f28c23754ca8ee1ec7b18f42fbdbfea \ |
34 + | sha256 ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263 \ |
35 + | size 111475 |
36 36 | |
37 37 | if {${name} ne ${subport}} { |
38 38 | depends_build-append \ |
39 39 | port:py${python.version}-setuptools |
40 40 | depends_lib-append port:py${python.version}-chardet \ |
41 41 | port:py${python.version}-idna \ |
42 42 | port:py${python.version}-urllib3 \ |
43 43 | port:py${python.version}-certifi |
44 44 | |
45 45 | livecheck.type none |
46 46 | } |