You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 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-allpairspy
|
||
version 2.4.0
|
||
revision 0
|
||
|
||
categories-append devel
|
||
platforms {darwin any}
|
||
supported_archs noarch
|
||
license MIT
|
||
maintainers nomaintainer
|
||
|
||
description Pairwise (aka ‘all-pairs’) test combinations generator written in Python.
|
||
long_description {*}${description} Allows one to create a set of tests using ‘pairwise combinations’ method, reducing a number of combinations of variables into a lesser set that covers most situations.
|
||
|
||
homepage https://github.com/thombashi/allpairspy
|
||
|
||
checksums rmd160 46b7733a4322e98ae0aae5e11e32a848fccc2983 \
|
||
sha256 9fb7962ee523bd96c5098cd3c97ac1b8eb73021d3df9314657ee9de00f52e034 \
|
||
size 8322
|
||
|
||
python.versions 310 311 312 313 314
|
||
|
||
if {${name} ne ${subport}} {
|
||
test.run yes
|
||
}
|