diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:12:00 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | 61bd8baac61ca5d88fc99d95e5e0f95f924bd3a0 (patch) | |
| tree | b594edc927c28987de52e06646f402c55733b31d /meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb | |
| parent | ade10a84461c18f23eb4c4f4f7b96c3d8ccd36d8 (diff) | |
| download | meta-cloud-services-61bd8baac61ca5d88fc99d95e5e0f95f924bd3a0.tar.gz | |
python-cliff: added 1.3.2
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb new file mode 100644 index 0000000..05de68b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Command Line Interface Formulation Framework" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "cliff" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | file://remove-distribute-dependency.patch" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "a42f7894dbc70f42c0979042175f1b8f" | ||
| 14 | SRC_URI[sha256sum] = "7c0250b5139993d04dcbb8b9d05376094b7271586b3698b4764c7c6f4697e0f8" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 21 | python-cmd2 \ | ||
| 22 | python-pyparsing" | ||
