diff options
| author | Derek Straka <derek@asterius.io> | 2017-10-03 13:05:51 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:34 +0000 |
| commit | d55c3265602afe16d38971a3d4b57de915ab024f (patch) | |
| tree | ecdbce2ac3eda5d5a500fdaae3b076591e8a0618 /meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | |
| parent | 70dde4d11d6ccece19a498276b3757876ac59ef3 (diff) | |
| download | meta-openembedded-d55c3265602afe16d38971a3d4b57de915ab024f.tar.gz | |
python-twisted: update to version 17.9.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.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb new file mode 100644 index 0000000000..98016cca39 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-twisted.inc | ||
| 3 | |||
| 4 | RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang" | ||
| 5 | |||
| 6 | FILES_${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 | |||
| 26 | FILES_${PN}-names_append = " \ | ||
| 27 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ | ||
| 28 | " | ||
| 29 | |||
| 30 | FILES_${PN}-news_append = " \ | ||
| 31 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ | ||
| 32 | " | ||
| 33 | |||
| 34 | FILES_${PN}-protocols_append += " \ | ||
| 35 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ | ||
| 36 | " | ||
| 37 | |||
| 38 | FILES_${PN}-conch_append = " \ | ||
| 39 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ | ||
| 40 | " | ||
| 41 | |||
| 42 | FILES_${PN}-lore_append = " \ | ||
| 43 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ | ||
| 44 | " | ||
| 45 | FILES_${PN}-mail_append = " \ | ||
| 46 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ | ||
| 47 | " | ||
| 48 | |||
| 49 | FILES_${PN}-web_append = " \ | ||
| 50 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ | ||
| 51 | " | ||
| 52 | |||
| 53 | FILES_${PN}-words_append = " \ | ||
| 54 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ | ||
| 55 | " | ||
| 56 | |||
| 57 | FILES_${PN}-flow_append = " \ | ||
| 58 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ | ||
| 59 | " | ||
| 60 | |||
| 61 | FILES_${PN}-pair_append = " \ | ||
| 62 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ | ||
| 63 | " | ||
| 64 | |||
| 65 | FILES_${PN}-runner_append = " \ | ||
| 66 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ | ||
| 67 | " | ||
