[138578] trunk/dports/python
pixilla at macports.org
pixilla at macports.org
Sun Jul 12 14:33:18 PDT 2015
Revision: 138578
https://trac.macports.org/changeset/138578
Author: pixilla at macports.org
Date: 2015-07-12 14:33:18 -0700 (Sun, 12 Jul 2015)
Log Message:
-----------
python/py-boto3: new port for boto3 1.1.0.
Added Paths:
-----------
trunk/dports/python/py-boto3/
trunk/dports/python/py-boto3/Portfile
Added: trunk/dports/python/py-boto3/Portfile
===================================================================
--- trunk/dports/python/py-boto3/Portfile (rev 0)
+++ trunk/dports/python/py-boto3/Portfile 2015-07-12 21:33:18 UTC (rev 138578)
@@ -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-boto3
+version 1.1.0
+platforms darwin
+license Apache-2
+maintainers nomaintainer
+
+description The AWS SDK for Python
+long_description ${description}
+
+homepage https://github.com/boto/boto3
+master_sites https://pypi.python.org/packages/source/b/boto3
+distname boto3-1.1.0
+
+checksums rmd160 98e665d8aa573ef06d736a47babd756f2ca6d8f8 \
+ sha256 4de7b9216bc9b02ab9b3841be60f9cd7469d750d3886f1b162ebf9344a60dad0
+
+python.versions 27 34
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_run-append \
+ port:py${python.version}-botocore \
+ port:py${python.version}-jmespath
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+}
Property changes on: trunk/dports/python/py-boto3/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/20150712/57040899/attachment-0001.html>
More information about the macports-changes
mailing list