You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 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-pytest-flake8
|
|
version 1.3.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description pytest plugin to run flake8
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/vikingco/flake8-pytest
|
|
|
|
distname pytest_flake8-${version}
|
|
|
|
checksums rmd160 0f60f4f4fa90e22146cf00c2f17f305d1c5dc6fa \
|
|
sha256 88fb35562ce32d915c6ba41ef0d5e1cfcdd8ff884a32b7d46aa99fc77a3d1fe6 \
|
|
size 13340
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-flake8 \
|
|
port:py${python.version}-pytest
|
|
}
|