# -*- 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
github.setup PyCQA pydocstyle 3.0.0
description Python docstring style checker
pydocstyle is a static analysis tool for checking compliance with Python \
checksums rmd160 cbc9be19d3e685a336a064e0ffa8ce509d0f4e69 \
sha256 3ace9a84cdd915382e1f16d4342d0c4593a67b06dff1f4b274e1e81cd4a02312 \
python.versions 27 35 36 37
if {${subport} ne ${name}} {
port:py${python.version}-setuptools \
port:py${python.version}-six \
port:py${python.version}-snowballstemmer
if {${python.version} eq 27} {
port:py${python.version}-configparser
depends_run port:pydocstyle_select
select.file ${filespath}/py${python.version}-pydocstyle
To make the Python ${python.branch} version of pydocstyle the one that is run \
when you execute the commands without a version suffix, e.g. 'pydocstyle', run:
port select --set ${select.group} [file tail ${select.file}]