summaryrefslogtreecommitdiffstats
path: root/python/pbr/README
diff options
context:
space:
mode:
author Bogdan Radulescu <bogdan@nimblex.net>2017-11-04 15:29:16 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-11-04 15:29:16 +0000
commit4a0fcde6c623f025c3ff5acbd6a7a7ea2124bc8b (patch)
treee8b7f9e3a6e671cf7f15f9bb7c16d3b16bbbfe2b /python/pbr/README
parent498dfb872721bcb343d921c9d33a6a1f6cca1575 (diff)
downloadslackbuilds-4a0fcde6c623f025c3ff5acbd6a7a7ea2124bc8b.tar.gz
slackbuilds-4a0fcde6c623f025c3ff5acbd6a7a7ea2124bc8b.tar.xz
python/pbr: Updated for version 3.1.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pbr/README')
-rw-r--r--python/pbr/README24
1 files changed, 8 insertions, 16 deletions
diff --git a/python/pbr/README b/python/pbr/README
index 0b25866fe4..d7971dc442 100644
--- a/python/pbr/README
+++ b/python/pbr/README
@@ -1,16 +1,8 @@
-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.
+PBR is a library that injects some useful and sensible default
+behaviors into your setuptools run.
+
+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.