summaryrefslogtreecommitdiffstats
path: root/python/pbr
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 17:12:43 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit4b91b58469091ea63e113b415f0dac8040a57663 (patch)
treef2a53a8b9b1e4b7ac7f7e2bb52fb37feccf0f1eb /python/pbr
parent834016878e198f305fa06b0b13c9f7e509377333 (diff)
downloadslackbuilds-4b91b58469091ea63e113b415f0dac8040a57663.tar.gz
slackbuilds-4b91b58469091ea63e113b415f0dac8040a57663.tar.xz
python/pbr: Update README, slack-desc.
Diffstat (limited to 'python/pbr')
-rw-r--r--python/pbr/README20
-rw-r--r--python/pbr/slack-desc2
2 files changed, 16 insertions, 6 deletions
diff --git a/python/pbr/README b/python/pbr/README
index 45ef2f90b8..0b25866fe4 100644
--- a/python/pbr/README
+++ b/python/pbr/README
@@ -1,6 +1,16 @@
-PBR is a library that injects some useful and sensible default behaviors into your setuptools run.
+pbr (manage setuptools packaging)
-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.
+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.
diff --git a/python/pbr/slack-desc b/python/pbr/slack-desc
index d845dc2de4..e70345a462 100644
--- a/python/pbr/slack-desc
+++ b/python/pbr/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-pbr: pbr (managing setuptools packaging)
+pbr: pbr (manage setuptools packaging)
pbr:
pbr: A library for managing setuptools packaging in a consistent manner.
pbr: