Commits

Steven Thomas Smith authored and Frank Schima committed b33e11b8606
py-botocore: Update, add test suite
No tags

python/py-botocore/Portfile

Modified
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-botocore
7 -version 1.13.19
7 +version 1.13.28
8 8 revision 0
9 9 platforms darwin
10 10 supported_archs noarch
11 11 license Apache-2
12 12 maintainers nomaintainer
13 13
14 14 description Low level data driven core of boto 3.
15 15 long_description A low-level interface to a growing number of Amazon Web \
16 16 Services. The botocore package is the foundation for the \
17 17 AWS CLI as well as boto3.
18 18
19 19 homepage https://github.com/boto/botocore
20 20
21 -checksums rmd160 ab01b00e2f2c023db1a0c2b9309f8261a4b13dd6 \
22 - sha256 e4132d34e06356b7bb14838050360025700fda10294550807779154d303eaf9f \
23 - size 5653940
21 +checksums rmd160 f56ca422030f255f5a44fea1ca60c590579ecd0c \
22 + sha256 5a343562b52d6216dbda89b8969dcbffa4474c7df9cbe04ee7440033c1c4075b \
23 + size 5881818
24 24
25 25 python.versions 27 35 36 37 38
26 26
27 27 if {${name} ne ${subport}} {
28 - depends_build-append port:py${python.version}-setuptools
29 - depends_lib-append port:py${python.version}-dateutil \
30 - port:py${python.version}-docutils \
31 - port:py${python.version}-jmespath \
32 - port:py${python.version}-urllib3
28 + depends_build-append \
29 + port:py${python.version}-setuptools
33 30
34 - depends_test-append port:py${python.version}-mock
35 - test.run yes
31 + depends_lib-append \
32 + port:py${python.version}-dateutil \
33 + port:py${python.version}-docutils \
34 + port:py${python.version}-jmespath \
35 + port:py${python.version}-urllib3
36 36
37 - livecheck.type none
37 + depends_test-append \
38 + port:py${python.version}-behave \
39 + port:py${python.version}-jsonschema \
40 + port:py${python.version}-mock \
41 + port:py${python.version}-nose
42 +
43 + test.run yes
44 +
45 + livecheck.type none
38 46 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut