mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pbr: Update README, slack-desc.
This commit is contained in:
parent
834016878e
commit
4b91b58469
2 changed files with 16 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue