# -*- 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 github 1.0 PortGroup python 1.0 PortGroup select 1.0 github.setup PyCQA pydocstyle 3.0.0 name py-docstyle categories-append devel license MIT maintainers nomaintainer description Python docstring style checker long_description \ pydocstyle is a static analysis tool for checking compliance with Python \ docstring conventions. platforms darwin supported_archs noarch checksums rmd160 cbc9be19d3e685a336a064e0ffa8ce509d0f4e69 \ sha256 3ace9a84cdd915382e1f16d4342d0c4593a67b06dff1f4b274e1e81cd4a02312 \ size 57762 python.versions 27 35 36 37 if {${subport} ne ${name}} { depends_lib-append \ port:py${python.version}-setuptools \ port:py${python.version}-six \ port:py${python.version}-snowballstemmer if {${python.version} eq 27} { depends_lib-append \ port:py${python.version}-configparser } depends_run port:pydocstyle_select select.group pydocstyle select.file ${filespath}/py${python.version}-pydocstyle notes " 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}] " livecheck.type none }