blob: 3e15f5f1c681d6068ff60e1c0db240fe3d2a6a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 setuptools3
DEPENDS += " \
python-pip \
"
RDEPENDS_${PN} += " \
"
|