diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb b/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb new file mode 100644 index 0000000000..6bd8c52eb0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-twisted.inc | ||
| 3 | |||
| 4 | PACKAGES_remove = "${PN}-src" | ||
| 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 | " | ||
