diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:29:33 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | 5910fab9b35d909694d9edf6b9d0c2fa92244b56 (patch) | |
| tree | 8f689f601242b5a519bb5a912dbd7fc0deec3fc0 /meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb | |
| parent | 8e1e533d1dece4c02938a1fe6feeba28440a15e1 (diff) | |
| download | meta-cloud-services-5910fab9b35d909694d9edf6b9d0c2fa92244b56.tar.gz | |
python-prettytable: added 0.7.2
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb b/meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb new file mode 100644 index 0000000..ccf3e93 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-prettytable_0.7.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python library for displaying tabular data in a ASCII table format" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/prettytable" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "prettytable" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.7.2.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899" | ||
| 13 | SRC_URI[sha256sum] = "a53da3b43d7a5c229b5e3ca2892ef982c46b7923b51e98f0db49956531211c4f" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
