[148176] trunk/dports/python/py-responses/Portfile
petr at macports.org
petr at macports.org
Thu Apr 28 14:58:43 PDT 2016
Revision: 148176
https://trac.macports.org/changeset/148176
Author: petr at macports.org
Date: 2016-04-28 14:58:43 -0700 (Thu, 28 Apr 2016)
Log Message:
-----------
py-responses: update to 0.5.1, add py35 subport
Modified Paths:
--------------
trunk/dports/python/py-responses/Portfile
Modified: trunk/dports/python/py-responses/Portfile
===================================================================
--- trunk/dports/python/py-responses/Portfile 2016-04-28 21:40:11 UTC (rev 148175)
+++ trunk/dports/python/py-responses/Portfile 2016-04-28 21:58:43 UTC (rev 148176)
@@ -8,7 +8,7 @@
set _n [string index ${_name} 0]
name py-${_name}
-version 0.4.0
+version 0.5.1
categories-append devel
platforms darwin
supported_archs noarch
@@ -25,20 +25,23 @@
distname ${_name}-${version}
master_sites https://pypi.python.org/packages/source/${_n}/${_name}/
-checksums md5 e3e8171997e22f46387908df30c621c0 \
- rmd160 1edd8bd39223b9c3eb30b0b24bcb5b068707ab07 \
- sha256 a5df7b5e060eaa919d7eb77faeacf0acc7e10074bb34c9a0ac2238e21851473b
+checksums md5 f1962b295b18128c522e83901556deac \
+ rmd160 381e17e5ffc7675f27c366cb7537e0436157d8d6 \
+ sha256 8cad64c45959a651ceaf0023484bd26180c927fea64a81e63d334ddf6377ecea
-python.versions 27 34
+python.versions 27 34 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-cookies \
- port:py${python.version}-mock \
port:py${python.version}-requests \
- port:py${python.version}-six \
+ port:py${python.version}-six
+ if { ${python.version} < 30 } {
+ depends_lib-append port:py${python.version}-mock
+ }
+
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160428/d3699bb4/attachment.html>
More information about the macports-changes
mailing list