You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 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-pytest-describe
|
|
version 3.2.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Describe-style plugin for pytest
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pytest-dev/pytest-describe
|
|
|
|
distname pytest_describe-${version}
|
|
|
|
checksums rmd160 fc6b05e51a77738750341961ae8f2b60b4b5a7a3 \
|
|
sha256 8697f9818c330c80312c28c731022618ac96d0dab3b5238116c4a7d0cd187d9f \
|
|
size 15042
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend uv
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-pytest
|
|
}
|