mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
6307497d2a
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 seems like a good time to make that code into a proper re-usable library. WWW: https://github.com/openstack-dev/pbr PR: 180550 Submitted by: Mikolaj Golub <trociny@FreeBSD.org>
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
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 seems like a good time to make that code into a
|
|
proper re-usable library.
|
|
|
|
WWW: https://github.com/openstack-dev/pbr
|