diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:23 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 0b7b4ed4c1d3655f4f4012b119655c7701f500ff (patch) | |
| tree | d0f6629520bbb0c7c086b0ee30d1b4325b995789 /meta-openstack/recipes-devtools/python/python-trollius_2.0.bb | |
| parent | 570f3c3ac66b4a04a9c2211a55c5259ca6ef8b1d (diff) | |
| download | meta-cloud-services-0b7b4ed4c1d3655f4f4012b119655c7701f500ff.tar.gz | |
python-trollius: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-trollius_2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-trollius_2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb b/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb new file mode 100644 index 0000000..0a64581 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-trollius_2.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Port of the Tulip project (asyncio module, PEP 3156) on Python 2" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/trollius" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5704231bc385660783c5fad59e75549d" | ||
| 8 | SRC_URI[sha256sum] = "a8e0e2d3a3193be3e0f113253f41675d2679d23c491f32b37f4e0a736f32a28f" | ||
| 9 | |||
| 10 | inherit pypi | ||
