summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-09-19 14:17:45 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-22 22:50:46 +0000
commit60d327c66570b770a18cd1b06526693241170a56 (patch)
tree9ca1ee8077fb4ce00197498b986635454eb08257 /meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb
parent0c4f3a3d8cf6caf7f9fd67e465e1e25ab8dcda40 (diff)
downloadmeta-openembedded-60d327c66570b770a18cd1b06526693241170a56.tar.gz
python-twisted: update version to 17.5.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb67
1 files changed, 67 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb
new file mode 100644
index 0000000000..98016cca39
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-twisted_17.5.0.bb
@@ -0,0 +1,67 @@
1inherit pypi setuptools3
2require python-twisted.inc
3
4RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang"
5
6FILES_${PN}-core_append += " \
7 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
8 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
9 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \
10 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/notestplugin*.pyc \
11 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/testplugin*.pyc \
12 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_ftp*.pyc \
13 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_inet*.pyc \
14 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_manhole*.pyc \
15 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_portforward*.pyc \
16 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_socks*.pyc \
17 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_telnet*.pyc \
18 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_trial*.pyc \
19 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_core*.pyc \
20 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_qtstub*.pyc \
21 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_reactors*.pyc \
22 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/cred*.pyc \
23 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \
24"
25
26FILES_${PN}-names_append = " \
27 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \
28"
29
30FILES_${PN}-news_append = " \
31 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \
32"
33
34FILES_${PN}-protocols_append += " \
35 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \
36"
37
38FILES_${PN}-conch_append = " \
39 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \
40"
41
42FILES_${PN}-lore_append = " \
43 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \
44"
45FILES_${PN}-mail_append = " \
46 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \
47"
48
49FILES_${PN}-web_append = " \
50 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \
51"
52
53FILES_${PN}-words_append = " \
54 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \
55"
56
57FILES_${PN}-flow_append = " \
58 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \
59"
60
61FILES_${PN}-pair_append = " \
62 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \
63"
64
65FILES_${PN}-runner_append = " \
66 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \
67"