[meta-virtualization] [RFC][PATCH 08/16] Added python-prettytable recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:50 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../prettytable/python-prettytable_0.6.1.bb        |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-python/prettytable/python-prettytable_0.6.1.bb

diff --git a/recipes-python/prettytable/python-prettytable_0.6.1.bb b/recipes-python/prettytable/python-prettytable_0.6.1.bb
new file mode 100644
index 0000000..4debf5a
--- /dev/null
+++ b/recipes-python/prettytable/python-prettytable_0.6.1.bb
@@ -0,0 +1,18 @@
+SUMMARY="Pretty tables"
+DESCRIPTION = "Print pretty tables in python"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+PR = "0"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=b4f4350335a7117793dfac5e839c125f"
+SRC_URI = "http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${PV}.zip"
+
+SRC_URI[md5sum] = "2ac002f4f944f9468b0df8b4de9e8967"
+SRC_URI[sha256sum] = "3f4c48d80af6d40d5a76dd1650dece386349d6df8b7b096fc8ec39fec21ceba7"
+
+S = "${WORKDIR}/prettytable-${PV}"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit setuptools
-- 
1.7.9.5




More information about the meta-virtualization mailing list