Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python-click: add recipe for the python click package required by the new version of flask
@ 2016-07-17 11:52 Derek Straka
  2016-07-17 11:52 ` [meta-python][PATCH 2/2] python-flask: update RDEPENDS to include python-click Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-07-17 11:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-click.inc    | 17 +++++++++++++++++
 meta-python/recipes-devtools/python/python-click_6.6.bb |  4 ++++
 .../recipes-devtools/python/python3-click_6.6.bb        |  2 ++
 3 files changed, 23 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-click.inc
 create mode 100644 meta-python/recipes-devtools/python/python-click_6.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-click_6.6.bb

diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc
new file mode 100644
index 0000000..f3d5b36
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-click.inc
@@ -0,0 +1,17 @@
+SUMMARY = "A simple wrapper around optparse for powerful command line utilities."
+DESCRIPTION = "\
+Click is a Python package for creating beautiful command line interfaces \
+in a composable way with as little code as necessary. It's the "Command \
+Line Interface Creation Kit". It's highly configurable but comes with \
+sensible defaults out of the box."
+HOMEPAGE = "http://click.pocoo.org/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab"
+
+SRC_URI[md5sum] = "d0b09582123605220ad6977175f3e51d"
+SRC_URI[sha256sum] = "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-threading \
+    "
diff --git a/meta-python/recipes-devtools/python/python-click_6.6.bb b/meta-python/recipes-devtools/python/python-click_6.6.bb
new file mode 100644
index 0000000..f63e27c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-click_6.6.bb
@@ -0,0 +1,4 @@
+inherit pypi setuptools
+require python-click.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"
diff --git a/meta-python/recipes-devtools/python/python3-click_6.6.bb b/meta-python/recipes-devtools/python/python3-click_6.6.bb
new file mode 100644
index 0000000..1920644
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-click_6.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-click.inc
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-python][PATCH 2/2] python-flask: update RDEPENDS to include python-click
  2016-07-17 11:52 [meta-python][PATCH 1/2] python-click: add recipe for the python click package required by the new version of flask Derek Straka
@ 2016-07-17 11:52 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-07-17 11:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-flask.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc
index ee7f7c2..87d020e 100644
--- a/meta-python/recipes-devtools/python/python-flask.inc
+++ b/meta-python/recipes-devtools/python/python-flask.inc
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "b4713f2bfb9ebc2966b8a49903ae0d3984781d5c878591cf2f7b484d28
 
 PYPI_PACKAGE = "Flask"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous"
+RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-17 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-17 11:52 [meta-python][PATCH 1/2] python-click: add recipe for the python click package required by the new version of flask Derek Straka
2016-07-17 11:52 ` [meta-python][PATCH 2/2] python-flask: update RDEPENDS to include python-click Derek Straka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox