You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 3e84b70413
python/pbr: Fix slack-desc.
9 years ago
..
README python/pbr: Update README, slack-desc. 9 years ago
pbr.SlackBuild python/pbr: Updated for version 1.8.1. 10 years ago
pbr.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/pbr: Fix slack-desc. 9 years ago

README

pbr (manage setuptools packaging)

A library for managing setuptools packaging in a consistent manner.

PBR is a library that injects some useful and sensible default behaviors
into your setuptools run.

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

PBR is only mildly configurable. The basic idea is that there's a decent
way to run things and if you do, you should reap the rewards, because
then it's simple and repeatable. If you want to do things differently,
cool! But you've already got the power of python at your fingertips,
so you don't really need PBR.