[144865] trunk/dports/python/py-botocore/Portfile

khindenburg at macports.org khindenburg at macports.org
Tue Jan 19 18:10:17 PST 2016


Revision: 144865
          https://trac.macports.org/changeset/144865
Author:   khindenburg at macports.org
Date:     2016-01-19 18:10:16 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
py-botocore: update to 1.3.21 #49201

Modified Paths:
--------------
    trunk/dports/python/py-botocore/Portfile

Modified: trunk/dports/python/py-botocore/Portfile
===================================================================
--- trunk/dports/python/py-botocore/Portfile	2016-01-20 00:28:59 UTC (rev 144864)
+++ trunk/dports/python/py-botocore/Portfile	2016-01-20 02:10:16 UTC (rev 144865)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-botocore
-version             0.103.0
+version             1.3.21
 platforms           darwin
 license             Apache-2
 maintainers         pixilla openmaintainer
@@ -15,10 +15,10 @@
 
 homepage            https://github.com/boto/botocore
 master_sites        https://pypi.python.org/packages/source/b/botocore
-distname            botocore-0.103.0
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  248bf0ed149e8d5db62c444a6c698382167f6f74 \
-                    sha256  ac0391865bf538b40b89ec29b81532eab3f2f5d45187eee95e9b5e2eca51bb81
+checksums           rmd160  6e8b19496da996f93a324e53592c1760737b9000 \
+                    sha256  ca3a5bcf0e1504137bc8b4322ae305e1b0e3b85e76480df9f79a4f3b39517788
 
 python.versions     27 34
 
@@ -26,8 +26,9 @@
     depends_build-append \
                         port:py${python.version}-setuptools
 
+    test.run            yes
+#    test.target         check
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/494b246a/attachment.html>


More information about the macports-changes mailing list