diff options
Diffstat (limited to 'scripts/contrib/python')
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py (renamed from scripts/contrib/python/generate-manifest-3.3.py) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.3.py b/scripts/contrib/python/generate-manifest-3.4.py index 48cc84d4e0..6371195014 100755 --- a/scripts/contrib/python/generate-manifest-3.3.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
| @@ -17,7 +17,7 @@ import os | |||
| 17 | import sys | 17 | import sys |
| 18 | import time | 18 | import time |
| 19 | 19 | ||
| 20 | VERSION = "3.3.3" | 20 | VERSION = "3.4.2" |
| 21 | 21 | ||
| 22 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" | 22 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" |
| 23 | __version__ = "20140131" | 23 | __version__ = "20140131" |
| @@ -177,6 +177,8 @@ if __name__ == "__main__": | |||
| 177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + | 177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + |
| 178 | "${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " + | 178 | "${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " + |
| 179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + | 179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + |
| 180 | "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " + | ||
| 181 | "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* " + | ||
| 180 | "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py ") | 182 | "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py ") |
| 181 | 183 | ||
| 182 | m.addPackage( "${PN}-dev", "Python development package", "${PN}-core", | 184 | m.addPackage( "${PN}-dev", "Python development package", "${PN}-core", |
| @@ -280,7 +282,7 @@ if __name__ == "__main__": | |||
| 280 | m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core", | 282 | m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core", |
| 281 | "lib-dynload/_bisect.*.so lib-dynload/_collections.*.so lib-dynload/_heapq.*.so lib-dynload/_weakref.*.so lib-dynload/_functools.*.so " + | 283 | "lib-dynload/_bisect.*.so lib-dynload/_collections.*.so lib-dynload/_heapq.*.so lib-dynload/_weakref.*.so lib-dynload/_functools.*.so " + |
| 282 | "lib-dynload/array.*.so lib-dynload/itertools.*.so lib-dynload/operator.*.so lib-dynload/parser.*.so " + | 284 | "lib-dynload/array.*.so lib-dynload/itertools.*.so lib-dynload/operator.*.so lib-dynload/parser.*.so " + |
| 283 | "atexit.* bisect.* code.* codeop.* collections.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " + | 285 | "atexit.* bisect.* code.* codeop.* collections.* _collections_abc.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " + |
| 284 | "tokenize.* traceback.* weakref.*" ) | 286 | "tokenize.* traceback.* weakref.*" ) |
| 285 | 287 | ||
| 286 | m.addPackage( "${PN}-logging", "Python logging support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold", | 288 | m.addPackage( "${PN}-logging", "Python logging support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold", |
| @@ -330,7 +332,7 @@ if __name__ == "__main__": | |||
| 330 | "lib-dynload/readline.*.so rlcompleter.*" ) | 332 | "lib-dynload/readline.*.so rlcompleter.*" ) |
| 331 | 333 | ||
| 332 | m.addPackage( "${PN}-reprlib", "Python alternate repr() implementation", "${PN}-core", | 334 | m.addPackage( "${PN}-reprlib", "Python alternate repr() implementation", "${PN}-core", |
| 333 | "${libdir}/python3.3/reprlib.py" ) | 335 | "reprlib.py" ) |
| 334 | 336 | ||
| 335 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", | 337 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", |
| 336 | "lib-dynload/resource.*.so" ) | 338 | "lib-dynload/resource.*.so" ) |
