[134937] trunk/dports/python

pixilla at macports.org pixilla at macports.org
Sat Apr 11 03:07:14 PDT 2015


Revision: 134937
          https://trac.macports.org/changeset/134937
Author:   pixilla at macports.org
Date:     2015-04-11 03:07:14 -0700 (Sat, 11 Apr 2015)
Log Message:
-----------
python/py-awscli:
python/py-bcdoc:
python/py-botocore:
python/py-jmespath:
python/py-jmespath-terminal:
python/py-rsa:
- Add useful tools for working with AWS.

Added Paths:
-----------
    trunk/dports/python/py-awscli/
    trunk/dports/python/py-awscli/Portfile
    trunk/dports/python/py-bcdoc/
    trunk/dports/python/py-bcdoc/Portfile
    trunk/dports/python/py-botocore/
    trunk/dports/python/py-botocore/Portfile
    trunk/dports/python/py-jmespath/
    trunk/dports/python/py-jmespath/Portfile
    trunk/dports/python/py-jmespath-terminal/
    trunk/dports/python/py-jmespath-terminal/Portfile
    trunk/dports/python/py-rsa/
    trunk/dports/python/py-rsa/Portfile

Added: trunk/dports/python/py-awscli/Portfile
===================================================================
--- trunk/dports/python/py-awscli/Portfile	                        (rev 0)
+++ trunk/dports/python/py-awscli/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,40 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-awscli
+version             1.7.22
+platforms           darwin
+license             Apache-2
+maintainers         pixilla openmaintainer
+
+description         Universal Command Line Environment for AWS.
+long_description    ${description}
+
+homepage            http://aws.amazon.com/cli/
+master_sites        https://pypi.python.org/packages/source/a/awscli
+
+checksums           rmd160  6e5c4845a697c3cae545f0df4b99293e6cb28c1d \
+                    sha256  2fb351c22b5f7b2c91a821ffdd1eddf88c9bf26206b18476d126fd17d304ba3e
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append \
+                        port:py${python.version}-botocore \
+                        port:py${python.version}-six \
+                        port:py${python.version}-dateutil \
+                        port:py${python.version}-jmespath \
+                        port:py${python.version}-colorama \
+                        port:py${python.version}-bcdoc \
+                        port:py${python.version}-rsa
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-awscli/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bcdoc/Portfile
===================================================================
--- trunk/dports/python/py-bcdoc/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bcdoc/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-bcdoc
+version             0.13.0
+platforms           darwin
+license             MIT
+maintainers         pixilla openmaintainer
+
+description         ReST document generation tools for botocore.
+long_description    ${description}
+
+homepage            https://github.com/botocore/bcdoc
+master_sites        https://pypi.python.org/packages/source/b/bcdoc
+distname            bcdoc-0.13.0
+
+checksums           rmd160  73e3b3696262181d6fe66505a1688e9de93b4ddd \
+                    sha256  ffe7bfc278f83bab826e9f52e2860a858579fffab2febf60ce2ec6c3f9247763
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-bcdoc/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-botocore/Portfile
===================================================================
--- trunk/dports/python/py-botocore/Portfile	                        (rev 0)
+++ trunk/dports/python/py-botocore/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-botocore
+version             0.103.0
+platforms           darwin
+license             Apache-2
+maintainers         pixilla openmaintainer
+
+description         Low level data driven core of boto 3.
+long_description    ${description}
+
+homepage            https://github.com/boto/botocore
+master_sites        https://pypi.python.org/packages/source/b/botocore
+distname            botocore-0.103.0
+
+checksums           rmd160  248bf0ed149e8d5db62c444a6c698382167f6f74 \
+                    sha256  ac0391865bf538b40b89ec29b81532eab3f2f5d45187eee95e9b5e2eca51bb81
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-botocore/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-jmespath/Portfile
===================================================================
--- trunk/dports/python/py-jmespath/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jmespath/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-jmespath
+version             0.6.2
+platforms           darwin
+license             Permissive
+maintainers         pixilla openmaintainer
+
+description         JSON Matching Expressions
+long_description    ${description}
+
+homepage            https://github.com/boto/jmespath
+master_sites        https://pypi.python.org/packages/source/j/jmespath
+distname            jmespath-0.6.2
+
+checksums           rmd160  6202c97e0266ec6e9307dce7c338fab0937da098 \
+                    sha256  b10237fd30ab535367be6453aeb249299e1de0fb61567ff5efc22d1f88f2ae00
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-jmespath/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-jmespath-terminal/Portfile
===================================================================
--- trunk/dports/python/py-jmespath-terminal/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jmespath-terminal/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-jmespath-terminal
+version             0.1.1
+platforms           darwin
+license             Permissive
+maintainers         pixilla openmaintainer
+
+description         JMESPath, in your terminal!
+long_description    ${description}
+
+homepage            https://github.com/boto/jmespath
+master_sites        https://pypi.python.org/packages/source/j/jmespath-terminal
+distname            jmespath-terminal-${version}
+
+checksums           rmd160  a3d5fc3c05fe2e9e71fab9c6d9f6acfeac7ce39f \
+                    sha256  df26ac6fa774676b4c0eff155bdb2f9ddf0c78c013b5b4824b597f44793903f0
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append \
+                        port:py${python.version}-urwid \
+                        port:py${python.version}-jmespath
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-jmespath-terminal/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-rsa/Portfile
===================================================================
--- trunk/dports/python/py-rsa/Portfile	                        (rev 0)
+++ trunk/dports/python/py-rsa/Portfile	2015-04-11 10:07:14 UTC (rev 134937)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-rsa
+version             3.1.4
+platforms           darwin
+license             Apache-2
+maintainers         pixilla openmaintainer
+
+description         Pure Python RSA implementation
+long_description    ${description}
+
+homepage            http://stuvel.eu/rsa
+master_sites        https://pypi.python.org/packages/source/r/rsa
+distname            rsa-3.1.4
+
+checksums           rmd160  28488ad2e28b03b8d0d32006eb0d1d229510252c \
+                    sha256  e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-rsa/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150411/3e181b57/attachment.html>


More information about the macports-changes mailing list