Commits
Chih-Hsuan Yen authored f53197b9a72
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | set real_name flaky |
7 7 | name py-${real_name} |
8 - | version 3.4.0 |
8 + | version 3.5.2 |
9 9 | worksrcdir ${real_name}-${version} |
10 10 | distfiles ${real_name}-${version}${extract.suffix} |
11 11 | license Apache-2 |
12 12 | maintainers {yan12125 @yan12125} openmaintainer |
13 13 | description Plugin for nose or py.test that automatically reruns flaky tests. |
14 14 | long_description ${description} |
15 15 | platforms darwin |
16 16 | homepage https://github.com/box/flaky |
17 17 | master_sites pypi:f/flaky |
18 18 | |
19 19 | python.versions 27 36 37 |
20 20 | |
21 - | checksums rmd160 585be2734c20e9a69797c83acd6d480b5278f35e \ |
22 - | sha256 4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2 |
21 + | checksums rmd160 8f09fa0e27586cbea01195cfc241ac731841c485 \ |
22 + | sha256 a568c7cac220bbfa693592df4d2efed2ada0a7d858deb45e3a6bd0c209d81bf1 \ |
23 + | size 29254 |
23 24 | |
24 25 | if {${name} ne ${subport}} { |
25 26 | depends_test-append port:py${python.version}-tox |
26 27 | |
27 28 | depends_build-append \ |
28 29 | port:py${python.version}-setuptools |
29 30 | |
30 31 | test.run yes |
31 32 | test.target |
32 33 | test.cmd tox-${python.branch} |