mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
959 B
Tcl
30 lines
959 B
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-pytest-random-order
|
|
version 1.1.1
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Randomise the order in which pytest tests are run with some control over the randomness
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jbasko/pytest-random-order
|
|
|
|
checksums rmd160 c917ac8d8b1c66f73e45737a9c5e82c9734eb38c \
|
|
sha256 4472d7d34f1f1c5f3a359c4ffc5c13ed065232f31eca19c8844c1ab406e79080 \
|
|
size 14626
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-pytest
|
|
}
|