python-pbr 0.5.23-0ubuntu3 source package in Ubuntu
Changelog
python-pbr (0.5.23-0ubuntu3) trusty; urgency=low * d/p/python-3.2-compat.patch: Fix Python 3.2 compat a bit harder. -- James Page <email address hidden> Thu, 05 Dec 2013 07:51:15 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pbr_0.5.23.orig.tar.gz | 125.8 KiB | 032903366eabe6a388dfd6fdc1f4ef72558d7b9be6313bc24619c2a8d71b6087 |
python-pbr_0.5.23-0ubuntu3.debian.tar.gz | 4.5 KiB | ddcac4693b2b69b92b62a77af63c5e658553ad3d38b793e4a6a6ff1696eb63ab |
python-pbr_0.5.23-0ubuntu3.dsc | 2.4 KiB | 171203b8af13ab761a9ea53e594180d30ceef7ed45f569da0df211a1edf81f80 |
Available diffs
- diff from 0.5.23-0ubuntu2 to 0.5.23-0ubuntu3 (777 bytes)
Binary packages built by this source
- python-pbr: inject useful and sensible default behaviors into setuptools - Python 2.x
PBR (Python Build Reasonableness) is a library that injects some useful and
sensible default behaviors into your setuptools run. PBR can:
* Manage version number bad on git revisions and tags (Version file).
* Generate AUTHORS file from git log
* Generate ChangeLog from git log
* Generate Sphinx autodoc stub files for your whole module
* Store your dependencies in a pip requirements file
* Use your README file as a long_description
* Smartly find packages under your root package
.
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 builds on top of `d2to1` to provide for declarative configuration. It then
filters the `setup.cfg` data through a setup hook to fill in default values
and provide more sensible behaviors.
.
This package provides support for Python 2.x.
- python3-pbr: inject useful and sensible default behaviors into setuptools - Python 3.x
PBR (Python Build Reasonableness) is a library that injects some useful and
sensible default behaviors into your setuptools run. PBR can:
* Manage version number bad on git revisions and tags (Version file).
* Generate AUTHORS file from git log
* Generate ChangeLog from git log
* Generate Sphinx autodoc stub files for your whole module
* Store your dependencies in a pip requirements file
* Use your README file as a long_description
* Smartly find packages under your root package
.
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 builds on top of `d2to1` to provide for declarative configuration. It then
filters the `setup.cfg` data through a setup hook to fill in default values
and provide more sensible behaviors.
.
This package provides support for Python 3.x.