From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../recipes-devtools/python/pyrtm_0.4.2.bb | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb (limited to 'meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb') diff --git a/meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb new file mode 100644 index 000000000..9d851abe3 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb @@ -0,0 +1,36 @@ +SUMMARY = "Python interface for Remember The Milk API" +AUTHOR = "Sridhar Ratnakumar / srid" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" + +PYPI_PACKAGE_EXT = "tar.bz2" + +SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8" +SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933" + +inherit pypi setuptools + +PACKAGES =+ "${PN}-tests ${PN}-samples" + +FILES_${PN}-samples += " \ + ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ +" + +FILES_${PN}-tests += " \ + ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ +" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-netclient \ +" + +RDEPENDS_${PN}-samples += " \ + ${PN} \ +" + +RDEPENDS_${PN}-tests += " \ + ${PN} \ + ${PYTHON_PN}-unittest \ +" -- cgit v1.2.3