You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.1 KiB
Tcl
38 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-flaky
|
|
version 3.7.0
|
|
revision 0
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Plugin for nose or py.test that automatically \
|
|
reruns flaky tests.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/box/flaky
|
|
|
|
checksums rmd160 f3a222e088b387b4e7d11866da1bdd34ae1db5ae \
|
|
sha256 3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d \
|
|
size 29591
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_test-append \
|
|
port:py${python.version}-tox
|
|
|
|
test.run yes
|
|
test.target
|
|
test.cmd tox-${python.branch}
|
|
}
|