[147537] trunk/dports/python/py-boto/Portfile
petr at macports.org
petr at macports.org
Thu Apr 7 09:18:51 PDT 2016
Revision: 147537
https://trac.macports.org/changeset/147537
Author: petr at macports.org
Date: 2016-04-07 09:18:51 -0700 (Thu, 07 Apr 2016)
Log Message:
-----------
py-boto: update to 2.39.0, fix livecheck, order and minor changes
Modified Paths:
--------------
trunk/dports/python/py-boto/Portfile
Modified: trunk/dports/python/py-boto/Portfile
===================================================================
--- trunk/dports/python/py-boto/Portfile 2016-04-07 16:03:29 UTC (rev 147536)
+++ trunk/dports/python/py-boto/Portfile 2016-04-07 16:18:51 UTC (rev 147537)
@@ -5,29 +5,39 @@
PortGroup python 1.0
name py-boto
-set real_name boto
-epoch 1
-version 2.8.0
-python.versions 27
+version 2.39.0
+
+categories-append net
+platforms darwin
+supported_archs noarch
+license MIT
maintainers nomaintainer
-license MIT
-supported_archs noarch
description Python interface to Amazon's Web Services
long_description ${description}
-platforms darwin
-homepage https://github.com/boto/boto
-master_sites http://pypi.python.org/packages/source/b/${real_name}
-distname ${real_name}-${version}
+homepage http://docs.pythonboto.org/
-checksums rmd160 ad9b1141343d5a2f5eea9c0fec43f449487ca37d \
- sha256 f520cec579a11c99b510e06d16f484ce877f5b75eeae850c7e165753092939db
+set pypi_path [string index ${python.rootname} 0]/${python.rootname}
+master_sites http://pypi.python.org/packages/source/${pypi_path}
+distname ${python.rootname}-${version}
+checksums md5 503e6ffd7d56dcdffa38cb316bb119e9 \
+ rmd160 9a117f982352e83273819c9d5b0282bd18eed0ef \
+ sha256 950c5bf36691df916b94ebc5679fed07f642030d39132454ec178800d5b6c58a
+
+python.versions 27 34 35
+
if {${name} ne ${subport}} {
post-destroot {
if {[file exists ${destroot}${python.pkgd}/tests]} {
delete ${destroot}${python.pkgd}/tests
}
}
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/${python.rootname}/json
+ livecheck.regex "\"${python.rootname}-(\[.\\d\]+)\\${extract.suffix}\""
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160407/b68c1637/attachment.html>
More information about the macports-changes
mailing list