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
913 B
Tcl
30 lines
913 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-check
|
|
version 2.4.1
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
|
|
description A pytest plugin that allows multiple failures per test.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/okken/pytest-check
|
|
|
|
distname pytest_check-${version}
|
|
|
|
checksums rmd160 08a4832fffcedd692030a367a6fa65bd0cc86089 \
|
|
sha256 5224efcef059bf7f0cda253f8d0f62704b4819ff48c93f51c675aea6a014f650 \
|
|
size 28933
|
|
|
|
python.pep517_backend flit
|