diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb index e0f1a8ca6e..67c6c976f0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb | |||
| @@ -13,7 +13,7 @@ PYPI_PACKAGE = "Twisted" | |||
| 13 | 13 | ||
| 14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 15 | 15 | ||
| 16 | do_install_append() { | 16 | do_install:append() { |
| 17 | # remove some useless files before packaging | 17 | # remove some useless files before packaging |
| 18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | 18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; |
| 19 | } | 19 | } |
| @@ -42,7 +42,7 @@ DEPENDS += " \ | |||
| 42 | ${PYTHON_PN}-incremental-native \ | 42 | ${PYTHON_PN}-incremental-native \ |
| 43 | " | 43 | " |
| 44 | 44 | ||
| 45 | RDEPENDS_${PN} = "\ | 45 | RDEPENDS:${PN} = "\ |
| 46 | ${PN}-bin \ | 46 | ${PN}-bin \ |
| 47 | ${PN}-core \ | 47 | ${PN}-core \ |
| 48 | ${PN}-conch \ | 48 | ${PN}-conch \ |
| @@ -56,7 +56,7 @@ RDEPENDS_${PN} = "\ | |||
| 56 | ${PN}-zsh \ | 56 | ${PN}-zsh \ |
| 57 | " | 57 | " |
| 58 | 58 | ||
| 59 | RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | 59 | RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ |
| 60 | ${PYTHON_PN}-automat \ | 60 | ${PYTHON_PN}-automat \ |
| 61 | ${PYTHON_PN}-constantly \ | 61 | ${PYTHON_PN}-constantly \ |
| 62 | ${PYTHON_PN}-core \ | 62 | ${PYTHON_PN}-core \ |
| @@ -68,41 +68,41 @@ RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | |||
| 68 | ${PYTHON_PN}-unixadmin \ | 68 | ${PYTHON_PN}-unixadmin \ |
| 69 | ${PYTHON_PN}-zopeinterface \ | 69 | ${PYTHON_PN}-zopeinterface \ |
| 70 | " | 70 | " |
| 71 | RDEPENDS_${PN}-test = "${PN}" | 71 | RDEPENDS:${PN}-test = "${PN}" |
| 72 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" | 72 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" |
| 73 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 73 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" |
| 74 | RDEPENDS_${PN}-names = "${PN}-core" | 74 | RDEPENDS:${PN}-names = "${PN}-core" |
| 75 | RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" | 75 | RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols" |
| 76 | RDEPENDS_${PN}-runner = "${PN}-core ${PN}-protocols" | 76 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" |
| 77 | RDEPENDS_${PN}-web += "${PN}-core ${PN}-protocols" | 77 | RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" |
| 78 | RDEPENDS_${PN}-words += "${PN}-core" | 78 | RDEPENDS:${PN}-words += "${PN}-core" |
| 79 | RDEPENDS_${PN}-flow += "${PN}-core" | 79 | RDEPENDS:${PN}-flow += "${PN}-core" |
| 80 | RDEPENDS_${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
| 81 | RDEPENDS_${PN}-dbg = "${PN}" | 81 | RDEPENDS:${PN}-dbg = "${PN}" |
| 82 | 82 | ||
| 83 | ALLOW_EMPTY_${PN} = "1" | 83 | ALLOW_EMPTY:${PN} = "1" |
| 84 | FILES_${PN} = "" | 84 | FILES:${PN} = "" |
| 85 | 85 | ||
| 86 | FILES_${PN}-test = " \ | 86 | FILES:${PN}-test = " \ |
| 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |
| 88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ | 88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ |
| 89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ | 89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ |
| 90 | " | 90 | " |
| 91 | 91 | ||
| 92 | FILES_${PN}-protocols = " \ | 92 | FILES:${PN}-protocols = " \ |
| 93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ | 93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ |
| 94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ | 94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ |
| 95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ | 95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ |
| 96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ | 96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ |
| 97 | " | 97 | " |
| 98 | 98 | ||
| 99 | FILES_${PN}-zsh = " \ | 99 | FILES:${PN}-zsh = " \ |
| 100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ | 100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ |
| 101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ | 101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ |
| 102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ | 102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ |
| 103 | " | 103 | " |
| 104 | 104 | ||
| 105 | FILES_${PN}-conch = " \ | 105 | FILES:${PN}-conch = " \ |
| 106 | ${bindir}/ckeygen \ | 106 | ${bindir}/ckeygen \ |
| 107 | ${bindir}/tkconch \ | 107 | ${bindir}/tkconch \ |
| 108 | ${bindir}/conch \ | 108 | ${bindir}/conch \ |
| @@ -112,7 +112,7 @@ FILES_${PN}-conch = " \ | |||
| 112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ | 112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ |
| 113 | " | 113 | " |
| 114 | 114 | ||
| 115 | FILES_${PN}-core = " \ | 115 | FILES:${PN}-core = " \ |
| 116 | ${bindir}/manhole \ | 116 | ${bindir}/manhole \ |
| 117 | ${bindir}/mktap \ | 117 | ${bindir}/mktap \ |
| 118 | ${bindir}/twistd \ | 118 | ${bindir}/twistd \ |
| @@ -202,65 +202,65 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ | |||
| 202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ | 202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ |
| 203 | " | 203 | " |
| 204 | 204 | ||
| 205 | FILES_${PN}-mail = " \ | 205 | FILES:${PN}-mail = " \ |
| 206 | ${bindir}/mailmail \ | 206 | ${bindir}/mailmail \ |
| 207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ | 207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ |
| 208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ | 208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ |
| 209 | " | 209 | " |
| 210 | 210 | ||
| 211 | FILES_${PN}-names = " \ | 211 | FILES:${PN}-names = " \ |
| 212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ | 212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ |
| 213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ | 213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ |
| 214 | " | 214 | " |
| 215 | 215 | ||
| 216 | FILES_${PN}-news = " \ | 216 | FILES:${PN}-news = " \ |
| 217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ | 217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ |
| 218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ | 218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ |
| 219 | " | 219 | " |
| 220 | 220 | ||
| 221 | FILES_${PN}-runner = " \ | 221 | FILES:${PN}-runner = " \ |
| 222 | ${libdir}/site-packages/twisted/runner/portmap.so \ | 222 | ${libdir}/site-packages/twisted/runner/portmap.so \ |
| 223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ | 223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ |
| 224 | " | 224 | " |
| 225 | 225 | ||
| 226 | FILES_${PN}-web = " \ | 226 | FILES:${PN}-web = " \ |
| 227 | ${bindir}/websetroot \ | 227 | ${bindir}/websetroot \ |
| 228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ | 228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ |
| 229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ | 229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ |
| 230 | " | 230 | " |
| 231 | 231 | ||
| 232 | FILES_${PN}-words = " \ | 232 | FILES:${PN}-words = " \ |
| 233 | ${bindir}/im \ | 233 | ${bindir}/im \ |
| 234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ | 234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ |
| 235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ | 235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ |
| 236 | " | 236 | " |
| 237 | 237 | ||
| 238 | FILES_${PN}-flow = " \ | 238 | FILES:${PN}-flow = " \ |
| 239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ | 239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ |
| 240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" | 240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" |
| 241 | 241 | ||
| 242 | FILES_${PN}-pair = " \ | 242 | FILES:${PN}-pair = " \ |
| 243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ | 243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ |
| 244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ | 244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ |
| 245 | " | 245 | " |
| 246 | 246 | ||
| 247 | FILES_${PN}-dbg += " \ | 247 | FILES:${PN}-dbg += " \ |
| 248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ | 248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ |
| 249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ | 249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ |
| 250 | " | 250 | " |
| 251 | 251 | ||
| 252 | FILES_${PN}-doc += " \ | 252 | FILES:${PN}-doc += " \ |
| 253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ | 253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ |
| 254 | " | 254 | " |
| 255 | 255 | ||
| 256 | RDEPENDS_${PN}-src = "${PN}" | 256 | RDEPENDS:${PN}-src = "${PN}" |
| 257 | FILES_${PN}-src = " \ | 257 | FILES:${PN}-src = " \ |
| 258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ | 258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ |
| 259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ | 259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ |
| 260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ | 260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ |
| 261 | " | 261 | " |
| 262 | 262 | ||
| 263 | FILES_${PN}-core_append = " \ | 263 | FILES:${PN}-core:append = " \ |
| 264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
| 265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ | 265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ |
| 266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ | 266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ |
| @@ -280,45 +280,45 @@ FILES_${PN}-core_append = " \ | |||
| 280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ | 280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ |
| 281 | " | 281 | " |
| 282 | 282 | ||
| 283 | FILES_${PN}-names_append = " \ | 283 | FILES:${PN}-names:append = " \ |
| 284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ | 284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ |
| 285 | " | 285 | " |
| 286 | 286 | ||
| 287 | FILES_${PN}-news_append = " \ | 287 | FILES:${PN}-news:append = " \ |
| 288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ | 288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ |
| 289 | " | 289 | " |
| 290 | 290 | ||
| 291 | FILES_${PN}-protocols_append = " \ | 291 | FILES:${PN}-protocols:append = " \ |
| 292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ | 292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ |
| 293 | " | 293 | " |
| 294 | 294 | ||
| 295 | FILES_${PN}-conch_append = " \ | 295 | FILES:${PN}-conch:append = " \ |
| 296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ | 296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ |
| 297 | " | 297 | " |
| 298 | 298 | ||
| 299 | FILES_${PN}-lore_append = " \ | 299 | FILES:${PN}-lore:append = " \ |
| 300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ | 300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ |
| 301 | " | 301 | " |
| 302 | FILES_${PN}-mail_append = " \ | 302 | FILES:${PN}-mail:append = " \ |
| 303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ | 303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ |
| 304 | " | 304 | " |
| 305 | 305 | ||
| 306 | FILES_${PN}-web_append = " \ | 306 | FILES:${PN}-web:append = " \ |
| 307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ | 307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ |
| 308 | " | 308 | " |
| 309 | 309 | ||
| 310 | FILES_${PN}-words_append = " \ | 310 | FILES:${PN}-words:append = " \ |
| 311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ | 311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ |
| 312 | " | 312 | " |
| 313 | 313 | ||
| 314 | FILES_${PN}-flow_append = " \ | 314 | FILES:${PN}-flow:append = " \ |
| 315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ | 315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ |
| 316 | " | 316 | " |
| 317 | 317 | ||
| 318 | FILES_${PN}-pair_append = " \ | 318 | FILES:${PN}-pair:append = " \ |
| 319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ | 319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ |
| 320 | " | 320 | " |
| 321 | 321 | ||
| 322 | FILES_${PN}-runner_append = " \ | 322 | FILES:${PN}-runner:append = " \ |
| 323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ | 323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ |
| 324 | " | 324 | " |
