1{ 2 "title": "ACRN Third Part Library List", 3 "library": [ 4 { 5 "name": "acrn_config_tools@3.0", 6 "check": { 7 "type": "file", 8 "path": "acrn_config_tools-3.0-py3-none-any.whl" 9 }, 10 "clean": [ 11 "acrn_config_tools-3.0-py3-none-any.whl" 12 ], 13 "install": [ 14 { 15 "type": "copy", 16 "from": "../../../../dist/acrn_config_tools-3.0-py3-none-any.whl", 17 "to": "acrn_config_tools-3.0-py3-none-any.whl" 18 } 19 ] 20 }, 21 { 22 "name": "pyodide@0.20.0", 23 "check": { 24 "type": "file", 25 "path": "pyodide/pyodide.js" 26 }, 27 "clean": [ 28 "pyodide-build-0.20.0.tar.bz2", 29 "pyodide" 30 ], 31 "install": [ 32 { 33 "type": "download", 34 "from": "https://github.com/pyodide/pyodide/releases/download/0.20.0/pyodide-build-0.20.0.tar.bz2", 35 "to": "pyodide-build-0.20.0.tar.bz2" 36 }, 37 { 38 "type": "extract", 39 "from": "pyodide-build-0.20.0.tar.bz2", 40 "to": "." 41 }, 42 { 43 "type": "remove", 44 "path": "pyodide-build-0.20.0.tar.bz2" 45 }, 46 { 47 "type": "replaceText", 48 "file": "pyodide/pyodide.mjs", 49 "old": "yield import(url)", 50 "new": "yield import(/* @vite-ignore */url)" 51 }, 52 { 53 "type": "replaceText", 54 "file": "pyodide/pyodide.mjs", 55 "old": "yield import(nodePathMod.resolve(url))", 56 "new": "yield import(/* @vite-ignore */nodePathMod.resolve(url))" 57 } 58 ] 59 }, 60 { 61 "name": "xmltodict@0.12.0", 62 "check": { 63 "type": "file", 64 "path": "xmltodict-0.12.0-py2.py3-none-any.whl" 65 }, 66 "clean": [ 67 "xmltodict-0.12.0-py2.py3-none-any.whl" 68 ], 69 "install": [ 70 { 71 "type": "download", 72 "from": "https://files.pythonhosted.org/packages/28/fd/30d5c1d3ac29ce229f6bdc40bbc20b28f716e8b363140c26eff19122d8a5/xmltodict-0.12.0-py2.py3-none-any.whl", 73 "to": "xmltodict-0.12.0-py2.py3-none-any.whl" 74 } 75 ] 76 }, 77 { 78 "name": "elementpath@2.5.0", 79 "check": { 80 "type": "file", 81 "path": "elementpath-2.5.0-py3-none-any.whl" 82 }, 83 "clean": [ 84 "elementpath-2.5.0-py3-none-any.whl" 85 ], 86 "install": [ 87 { 88 "type": "download", 89 "from": "https://files.pythonhosted.org/packages/db/39/42134fabe580e6c7da7f65e94bd3a41aa6263d887e43214a0f8a5306e701/elementpath-2.5.0-py3-none-any.whl", 90 "to": "elementpath-2.5.0-py3-none-any.whl" 91 } 92 ] 93 }, 94 { 95 "name": "xmlschema@1.9.2", 96 "check": { 97 "type": "file", 98 "path": "xmlschema-1.9.2-py3-none-any.whl" 99 }, 100 "clean": [ 101 "xmlschema-1.9.2-py3-none-any.whl" 102 ], 103 "install": [ 104 { 105 "type": "download", 106 "from": "https://files.pythonhosted.org/packages/25/65/fda28ac5228759d203cc2bac85337b4449a235b1b12b9a3fd6cd4dc7a892/xmlschema-1.9.2-py3-none-any.whl", 107 "to": "xmlschema-1.9.2-py3-none-any.whl" 108 } 109 ] 110 }, 111 { 112 "name": "defusedxml-0.7.1-py2.py3-none-any.whl", 113 "check": { 114 "type": "file", 115 "path": "defusedxml-0.7.1-py2.py3-none-any.whl" 116 }, 117 "clean": [ 118 "defusedxml-0.7.1-py2.py3-none-any.whl" 119 ], 120 "install": [ 121 { 122 "type": "download", 123 "from": "https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl", 124 "to": "defusedxml-0.7.1-py2.py3-none-any.whl" 125 } 126 ] 127 } 128 ] 129} 130