wok rev 25216
updated python-pbr (5.4.5 -> 5.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:29:05 2022 +0100 (2022-07-13) |
parents | e8d7503593e7 |
children | 6dbe053a9904 |
files | python-pbr/description.txt python-pbr/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pbr/description.txt Wed Jul 13 15:29:05 2022 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +PBR is a library that injects some useful and sensible default behaviors 1.5 +into your setuptools run. 1.6 +It started off life as the chunks of code that were copied between all 1.7 +of the OpenStack projects. Around the time that OpenStack hit 18 different 1.8 +projects each with at least 3 active branches, it seemed like a good time 1.9 +to make that code into a proper reusable library. 1.10 + 1.11 +PBR is only mildly configurable. 1.12 +The basic idea is that there's a decent way to run things and if you do, 1.13 +you should reap the rewards, because then it's simple and repeatable. 1.14 +If you want to do things differently, cool! But you've already got the 1.15 +power of Python at your fingertips, so you don't really need PBR. 1.16 + 1.17 +PBR builds on top of the work that d2to1 started to provide for 1.18 +declarative configuration. 1.19 +d2to1 is itself an implementation of the ideas behind distutils2. 1.20 +Although distutils2 is now abandoned in favor of work towards PEP 426 1.21 +and Metadata 2.0, declarative config is still a great idea and 1.22 +specifically important in trying to distribute setup code as a library 1.23 +when that library itself will alter how the setup is processed. 1.24 +As Metadata 2.0 and other modern Python packaging PEPs come out, PBR aims 1.25 +to support them as quickly as possible.
2.1 --- a/python-pbr/receipt Wed Jul 13 15:25:47 2022 +0100 2.2 +++ b/python-pbr/receipt Wed Jul 13 15:29:05 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pbr" 2.7 -VERSION="5.4.5" 2.8 +VERSION="5.8.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python Build Reasonableness." 2.11 MAINTAINER="maintainer@slitaz.org" 2.12 @@ -30,5 +30,5 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - cp -a $install/usr $fs/usr 2.17 + cp -a $install/usr $fs 2.18 }