You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1014 B
Tcl
34 lines
1014 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-flake8
|
|
version 1.0.7
|
|
platforms darwin
|
|
license BSD
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description pytest plugin to run flake8
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/vikingco/flake8-pytest
|
|
|
|
checksums rmd160 57ad385983b60ce58a1b801842cba0e65a5c1bfc \
|
|
sha256 f0259761a903563f33d6f099914afef339c085085e643bee8343eb323b32dd6b \
|
|
size 9560
|
|
|
|
python.versions 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-flake8 \
|
|
port:py${python.version}-pytest
|
|
|
|
livecheck.type none
|
|
}
|