Ticket #49900: awscli-1.9.10.patch

File awscli-1.9.10.patch, 1.9 KB (added by larryv (Lawrence Velázquez), 8 years ago)

update from 1.7.22_1 to 1.9.10, add missing dependencies

  • dports/python/py-awscli/Portfile

    commit 36bdad08c812a71f2a6676b1de7d3d8dcdce3fe1
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   19 minutes ago
    
        py-awscli: Update to 1.9.10
        
        Also add missing deps on docutils (#49575) and asn1.
    
    diff --git a/dports/python/py-awscli/Portfile b/dports/python/py-awscli/Portfile
    index 17a6bcb..8413ea2 100644
    a b PortSystem 1.0 
    55PortGroup           python 1.0
    66
    77name                py-awscli
    8 version             1.7.22
    9 revision            1
     8version             1.9.10
    109platforms           darwin
    1110license             Apache-2
    1211maintainers         pixilla openmaintainer
    homepage http://aws.amazon.com/cli/ 
    1817master_sites        https://pypi.python.org/packages/source/a/awscli
    1918distname            awscli-${version}
    2019
    21 checksums           rmd160  6e5c4845a697c3cae545f0df4b99293e6cb28c1d \
    22                     sha256  2fb351c22b5f7b2c91a821ffdd1eddf88c9bf26206b18476d126fd17d304ba3e
     20checksums           rmd160  325399f0a1226c299291831de7e73094f0584f0c \
     21                    sha256  509ac526ddc9d33214073ae8847fd911f0406825401549c70dd2b7d48b4b2b20
    2322
    2423python.versions     27 34
    2524
    if {${name} ne ${subport}} { 
    3029    depends_build-append \
    3130                        port:py${python.version}-setuptools
    3231    depends_lib-append \
     32                        port:py${python.version}-asn1 \
    3333                        port:py${python.version}-bcdoc \
    3434                        port:py${python.version}-botocore \
    3535                        port:py${python.version}-colorama \
    3636                        port:py${python.version}-dateutil \
     37                        port:py${python.version}-docutils \
    3738                        port:py${python.version}-jmespath \
    3839                        port:py${python.version}-rsa \
    3940                        port:py${python.version}-six