# -*- 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-pylint-venv version 3.0.3 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description pylint-venv provides a Pylint init-hook to use the same \ Pylint installation with different virtual environments. long_description {*}${description} homepage https://github.com/jgosmann/pylint-venv/ checksums rmd160 e8564b2ac9c09b8555d8676fba33d973576d8517 \ sha256 df12a17fca39a94acc1c9a0f1dcf68141e90fe685569d78c046695c67c4e55fa \ size 5740 distname pylint_venv-${version} python.versions 38 39 310 311 312 python.pep517_backend poetry if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE.txt ${destroot}${docdir} } }