diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-30 00:10:54 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:34 -0500 |
| commit | f737ee4c335b795f4145ae0f2c5827aa22a16618 (patch) | |
| tree | 220b9e7eaab062075087a03c6e0486116c89995b /meta-openstack/recipes-devtools/python | |
| parent | faf8ea049af48f849b7a0a7191d05de4dbcc4389 (diff) | |
| download | meta-cloud-services-f737ee4c335b795f4145ae0f2c5827aa22a16618.tar.gz | |
python-pbr: introduce python build reasonableness (pbr)
pbr is a runtime dependency for OpenStack havana component configuration.
This initial packaging only provides runtime library support for configuration
parsing and management, and is not intended to replace build system support
for setuptools or provide on target self tests.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb new file mode 100644 index 0000000..b029e9c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pbr" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pbr" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3bb4f92e970dab5807d3f8189d6cfa10" | ||
| 13 | SRC_URI[sha256sum] = "656c8ce897d4489269e1303b47f2b154ec7e344699c79ea6573e1fd0b0fbc3e6" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | |||
