Files

34 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-pylint
version 0.21.0
revision 0
categories-append devel
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description pytest plugin to check source code with pylint
long_description {*}${description}
homepage https://github.com/carsongee/pytest-pylint
checksums rmd160 14df84a31ada8958477374ad6d780ef381cc1ed0 \
sha256 88764b8e1d5cfa18809248e0ccc2fc05035f08c35f0b0222ddcfea1c3c4e553e \
size 14250
python.versions 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-pylint \
port:py${python.version}-pytest \
port:py${python.version}-pytest-runner \
port:py${python.version}-toml
}