You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
49 lines
1.7 KiB
Tcl
49 lines
1.7 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-runner
|
|
version 6.0.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {petr @petrrr} openmaintainer
|
|
|
|
description pytest-runner adds test support to setup.py scripts
|
|
long_description \
|
|
{*}${description}. Setup scripts can use pytest-runner to invoke py.test as distutils \
|
|
command and provices dependency resolution.
|
|
|
|
homepage https://github.com/pytest-dev/pytest-runner
|
|
|
|
checksums rmd160 e936f6188870c89d5fef2740888a5cc5fea2fd0c \
|
|
sha256 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b \
|
|
size 16056
|
|
|
|
python.versions 27 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} == 27} {
|
|
version 5.2
|
|
revision 0
|
|
checksums rmd160 57cee5045f0b8d5add73e80736b30da6ab095e20 \
|
|
sha256 96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b \
|
|
size 15534
|
|
python.pep517 no
|
|
}
|
|
|
|
if {${python.version} eq 311} {
|
|
# pep517 is enabled for Python 3.11 by default and tomli is currently mandatory for pep517
|
|
depends_build-append port:py${python.version}-tomli
|
|
}
|
|
|
|
depends_build-append port:py${python.version}-setuptools_scm
|
|
|
|
depends_lib-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|