python-pbr Questions
2
Solved
How do I actually create a release/distro of a python package that uses a git repo tag for the versioning, using setuptools and pbr?
There is plenty of information on the basic setup and configura...
Photo asked 21/10, 2019 at 17:42
1
Solved
Working with versions generated from git repo tags by pbr
I'm having issues getting the version info from my package, which is setup as a normal Python package using setuptools with the pbr extens...
Debus asked 24/10, 2019 at 22:13
2
Solved
My goal:
I want to keep coherent versions in my GIT repository, my distribution on pypi repository, and in my source using the __version__ variable.
Details:
I tried to use pbr, which generate...
Imperturbable asked 30/4, 2019 at 13:27
2
In order to simplify python packaging I am trying to migrate to use of pbr.
Still, I was not able to figure out how to expose the version of the package into __version__ variable.
This is quite i...
Bespeak asked 12/11, 2016 at 11:15
1
I'm using pbr which uses a requirements.txt file to look for dependencies.
I've a line in requirements.txt like git+ssh://[email protected]/user/repo.git and it works when I run pip install -...
Babblement asked 21/9, 2017 at 11:13
1
Solved
I want to install openstack client on my machine running OSX 10.8.5. As a prerequisite, i need to install pbr. So, i did the following
git clone git://github.com/openstack-dev/pbr.git
cd pbr
sudo ...
Jacket asked 30/9, 2013 at 6:18
1
© 2022 - 2024 — McMap. All rights reserved.