[148202] trunk/dports/python/py-libcloud/Portfile
petr at macports.org
petr at macports.org
Fri Apr 29 12:56:53 PDT 2016
Revision: 148202
https://trac.macports.org/changeset/148202
Author: petr at macports.org
Date: 2016-04-29 12:56:53 -0700 (Fri, 29 Apr 2016)
Log Message:
-----------
py-libcloud: bump version to 0.20.1, add py35 subport
Modified Paths:
--------------
trunk/dports/python/py-libcloud/Portfile
Modified: trunk/dports/python/py-libcloud/Portfile
===================================================================
--- trunk/dports/python/py-libcloud/Portfile 2016-04-29 18:58:09 UTC (rev 148201)
+++ trunk/dports/python/py-libcloud/Portfile 2016-04-29 19:56:53 UTC (rev 148202)
@@ -8,7 +8,7 @@
set _n [string index ${_name} 0]
name py-libcloud
-version 0.18.0
+version 0.20.1
categories-append net
platforms darwin
supported_archs noarch
@@ -28,12 +28,12 @@
https://pypi.python.org/packages/source/${_n}/${_name}/
distname ${_name}-${version}
-checksums md5 a27c03054c7be85c87f977d4af3cfe62 \
- sha1 5bd8eef2807d1c5a0e818e333f60b59de84d170d \
- rmd160 9eaab4b53db26b2ffb66f86d6604b2ba8740da2a \
- sha256 eb554eb2ddfed96e356b2c6669790d159ed1ec3781377c9c8c46483a31a11ff7
+checksums md5 d12ef4f96878a940321c73f4e0821237 \
+ sha1 7ea9f45f43e9019b1ee9c1049b2773b0b9e6c54f \
+ rmd160 047ca8213ae50c4a46d20a3a8eff4f3a4749c6dc \
+ sha256 f36dcf8e6a4270c86b521ab4868fd762a7ec217195e126a8ccb028a82cf55466
-python.versions 27 34
+python.versions 27 34 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
@@ -42,10 +42,14 @@
test.run yes
if {${test.run}} {
- depends_build-append port:py${python.version}-mock
-
+ depends_build-append port:py${python.version}-mock \
+ port:py${python.version}-astroid \
+ port:py${python.version}-pylint \
+ port:py${python.version}-pep8 \
+ port:py${python.version}-flake8
+
set test_dir ${worksrcpath}/libcloud/test
- pre-test { copy ${test_dir}/secrets.py-dist ${test_dir}/secrets.py }
+ pre-test { copy -force ${test_dir}/secrets.py-dist ${test_dir}/secrets.py }
post-test { delete ${test_dir}/secrets.py }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160429/a4f262f4/attachment.html>
More information about the macports-changes
mailing list