# -*- 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
maintainers {gmail.com:ottenr.work @reneeotten} openmaintainer
description Python Build Reasonableness
long_description A library for managing setuptools packaging needs \
in a consistent manner. pbr reads and then filters \
the setup.cfg data through a setup hook to fill in \
default values and provide more sensible \
behaviors, and then feeds the results in as the \
arguments to a call to setup.py - so the heavy \
lifting of handling python packaging needs is \
still being done by setuptools.
homepage https://docs.openstack.org/pbr/latest/
checksums rmd160 b3ca8b90ad89430c3c9625cd2cb3e2c5bd0d0744 \
sha256 8c361cc353d988e4f5b998555c88098b9d5964c2e11acf7b0d21925a66bb5824 \
python.versions 27 34 35 36 37
if {${subport} ne ${name}} {
depends_lib-append port:py${python.version}-setuptools
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \
CONTRIBUTING.rst ChangeLog AUTHORS \