You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a2c64d881c
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
33 lines
1.0 KiB
Tcl
33 lines
1.0 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-robotframework-retryfailed
|
|
version 0.2.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Retry failed Robot Framework tests
|
|
|
|
long_description A listener to automatically retry failed tests \
|
|
in Robot Framework.
|
|
|
|
homepage https://github.com/MarketSquare/robotframework-retryfailed
|
|
|
|
checksums rmd160 74437d5c73a504f86e82dbba45d6d03290081baf \
|
|
sha256 c134a924f480e2666916bcb019a7e255d7229bc51a3747e849bd1e7931ed6eb3 \
|
|
size 7611
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-robotframework
|
|
}
|