./devel/py-pbr, Python Build Reasonableness

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.0.0, Package name: py311-pbr-6.0.0, Maintainer: pkgsrc-users

PBR is a library that injects some useful and sensible default behaviors into
your setuptools run. It started off life as the chunks of code that were copied
between all of the OpenStack projects. Around the time that OpenStack hit 18
different projects each with at least 3 active branches, it seemed like a good
time to make that code into a proper reusable library.

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 the work that d2to1 started to provide for declarative
configuration. d2to1 is itself an implementation of the ideas behind distutils2.
Although distutils2 is now abandoned in favor of work towards PEP 426 and
Metadata 2.0, declarative config is still a great idea and specifically
important in trying to distribute setup code as a library when that library
itself will alter how the setup is processed. As Metadata 2.0 and other modern
Python packaging PEPs come out, PBR aims to support them as quickly as possible.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 120.264 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-24 17:29:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pbr: Add missing tools
   2024-01-19 15:38:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pbr: updated to 6.0.0

6.0.0

* build: Use kwargs
* Add support for PEP-660
* Fix PBR integration testing
* Replace imp with importlib.machinery
* Add release note for build\_sphinx removal
* Use \_ instead of - in setup.cfg directives
* Remove sphinx doc building integration
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-02-21 10:03:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pbr: updated to 5.11.1

5.11.1
* Run PBR integration on Ubuntu Focal too
* Remove numpy dependencies
* Tie recursion calls to Dist object, not module
* Update tox.ini to work with tox 4
   2022-10-25 20:33:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pbr: updated to 5.11.0

5.11.0
------
* Fix symbol identification in multiline message
* Replace deprecated readfp method with read\_file

5.10.0
------
* Specify Changelog procedure
* Allow leading spaces when determining symbols
* Use stdlib importlib.metadata where possible
* Adding python classifiers py38 & py39

5.9.0
-----
* Future-proofing pyproject.toml
* Use importlib-metadata for runtime package version lookups
* Drop wheel from pyproject.toml examples
* Changed minversion in tox to 3.18.0
   2022-04-30 01:22:31 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: mark dependencies of py-virtualenv as not-for-python-2.x
   2022-04-26 12:42:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pbr: updated to 5.8.1

5.8.1
-----
* Add release note about missing pbr.json fix
* Avoid recursive calls into SetupTools entrypoint
* remove explicit mock
* Don't test with setuptools local distutils
* Use context blocks for open() calls in packaging
   2022-01-27 12:23:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pbr: comment out py-testtools test dependency

py-testtools needs py-pbr