[meta-virtualization] [m-c-s][PATCH 13/49] python-trollius: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:08 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package provides a port of the Tulip project (asyncio module, PEP
3156) on Python 2.

This package is required by oslo.messaging.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../recipes-devtools/python/python-trollius_git.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-trollius_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-trollius_git.bb b/meta-openstack/recipes-devtools/python/python-trollius_git.bb
new file mode 100644
index 0000000..0ae4fef
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-trollius_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Port of the Tulip project (asyncio module, PEP 3156) on Python 2"
+HOMEPAGE = "https://github.com/haypo/trollius"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c"
+
+PV = "2.0+git${SRCPV}"
+SRCREV = "5e9854d7b7bed6eb6e182808379342355e2bfca4"
+
+SRCNAME = "trollius"
+SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+        python-pip \
+        "
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.1.4



More information about the meta-virtualization mailing list