# -*- 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 4.0.1 revision 0 name py-docstyle categories-append devel platforms darwin supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description Python docstring style checker long_description pydocstyle is a static analysis tool for checking compliance \ with Python docstring conventions. checksums rmd160 f471638118a2706542d030ee1178b2ba8b27e207 \ sha256 5d3198786b460eee1e595631210c48a9647764cf5b1f69d2b7560c7c224349a9 \ size 61462 python.versions 27 35 36 37 if {${subport} ne ${name}} { depends_lib-append \ port:py${python.version}-setuptools \ port:py${python.version}-snowballstemmer if {${python.version} eq 27} { github.setup PyCQA pydocstyle 3.0.0 revision 0 checksums rmd160 cbc9be19d3e685a336a064e0ffa8ce509d0f4e69 \ sha256 3ace9a84cdd915382e1f16d4342d0c4593a67b06dff1f4b274e1e81cd4a02312 \ size 57762 depends_lib-append \ port:py${python.version}-configparser \ port:py${python.version}-six } 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 }