Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 2 | "tests": { |
| 3 | "summary": "Python test suite", |
| 4 | "rdepends": [ |
| 5 | "core", |
| 6 | "modules" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 8 | "files": [ |
| 9 | "${libdir}/python${PYTHON_MAJMIN}/*/test", |
| 10 | "${libdir}/python${PYTHON_MAJMIN}/*/tests", |
| 11 | "${libdir}/python${PYTHON_MAJMIN}/idlelib/idle_test/", |
| 12 | "${libdir}/python${PYTHON_MAJMIN}/test" |
| 13 | ], |
| 14 | "cached": [] |
| 15 | }, |
| 16 | "2to3": { |
| 17 | "summary": "Python automated Python 2 to 3 code translator", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 18 | "rdepends": [ |
| 19 | "core" |
| 20 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 21 | "files": [ |
| 22 | "${bindir}/2to3-*", |
| 23 | "${libdir}/python${PYTHON_MAJMIN}/lib2to3" |
| 24 | ], |
| 25 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 26 | }, |
| 27 | "asyncio": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 28 | "summary": "Python Asynchronous I/", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 29 | "rdepends": [ |
| 30 | "compression", |
| 31 | "core", |
| 32 | "crypt", |
| 33 | "io", |
| 34 | "logging", |
| 35 | "math", |
| 36 | "multiprocessing", |
| 37 | "netclient", |
| 38 | "pickle", |
| 39 | "shell", |
| 40 | "stringold", |
| 41 | "threading", |
| 42 | "unixadmin" |
| 43 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 44 | "files": [ |
| 45 | "${libdir}/python${PYTHON_MAJMIN}/asyncio", |
| 46 | "${libdir}/python${PYTHON_MAJMIN}/concurrent", |
| 47 | "${libdir}/python${PYTHON_MAJMIN}/concurrent/futures" |
| 48 | ], |
| 49 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 50 | }, |
| 51 | "audio": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 52 | "summary": "Python Audio Handling", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 53 | "rdepends": [ |
| 54 | "core" |
| 55 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 56 | "files": [ |
| 57 | "${libdir}/python${PYTHON_MAJMIN}/chunk.py", |
| 58 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/audioop.*.so", |
| 59 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/ossaudiodev.*.so", |
| 60 | "${libdir}/python${PYTHON_MAJMIN}/sndhdr.py", |
| 61 | "${libdir}/python${PYTHON_MAJMIN}/sunau.py", |
| 62 | "${libdir}/python${PYTHON_MAJMIN}/wave.py" |
| 63 | ], |
| 64 | "cached": [ |
| 65 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/chunk.*.pyc", |
| 66 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sndhdr.*.pyc", |
| 67 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sunau.*.pyc", |
| 68 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/wave.*.pyc" |
| 69 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 70 | }, |
| 71 | "codecs": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 72 | "summary": "Python codec", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 73 | "rdepends": [ |
| 74 | "core" |
| 75 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 76 | "files": [ |
| 77 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_multibytecodec.*.so", |
| 78 | "${libdir}/python${PYTHON_MAJMIN}/xdrlib.py" |
| 79 | ], |
| 80 | "cached": [ |
| 81 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/xdrlib.*.pyc" |
| 82 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 83 | }, |
| 84 | "compile": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 85 | "summary": "Python bytecode compilation support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 86 | "rdepends": [ |
| 87 | "asyncio", |
| 88 | "compression", |
| 89 | "core", |
| 90 | "crypt", |
| 91 | "io", |
| 92 | "logging", |
| 93 | "math", |
| 94 | "multiprocessing", |
| 95 | "pickle", |
| 96 | "shell", |
| 97 | "stringold", |
| 98 | "threading", |
| 99 | "unixadmin" |
| 100 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 101 | "files": [ |
| 102 | "${libdir}/python${PYTHON_MAJMIN}/compileall.py", |
| 103 | "${libdir}/python${PYTHON_MAJMIN}/py_compile.py" |
| 104 | ], |
| 105 | "cached": [ |
| 106 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/compileall.*.pyc", |
| 107 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/py_compile.*.pyc" |
| 108 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 109 | }, |
| 110 | "compression": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 111 | "summary": "Python high-level compression support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 112 | "rdepends": [ |
| 113 | "core", |
| 114 | "shell", |
| 115 | "unixadmin" |
| 116 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 117 | "files": [ |
| 118 | "${libdir}/python${PYTHON_MAJMIN}/_compression.py", |
| 119 | "${libdir}/python${PYTHON_MAJMIN}/bz2.py", |
| 120 | "${libdir}/python${PYTHON_MAJMIN}/gzip.py", |
| 121 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_bz2.*.so", |
| 122 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_lzma.*.so", |
| 123 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/zlib.*.so", |
| 124 | "${libdir}/python${PYTHON_MAJMIN}/lzma.py", |
| 125 | "${libdir}/python${PYTHON_MAJMIN}/tarfile.py", |
| 126 | "${libdir}/python${PYTHON_MAJMIN}/zipfile.py" |
| 127 | ], |
| 128 | "cached": [ |
| 129 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_compression.*.pyc", |
| 130 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/bz2.*.pyc", |
| 131 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/gzip.*.pyc", |
| 132 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/lzma.*.pyc", |
| 133 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tarfile.*.pyc", |
| 134 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/zipfile.*.pyc" |
| 135 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 136 | }, |
| 137 | "core": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 138 | "summary": "Python interpreter and core modules", |
| 139 | "rdepends": [], |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 140 | "files": [ |
| 141 | "${bindir}/python*[!-config]", |
| 142 | "${includedir}/python${PYTHON_BINABI}/pyconfig*.h", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 143 | "${libdir}/python${PYTHON_MAJMIN}/UserDict.py", |
| 144 | "${libdir}/python${PYTHON_MAJMIN}/UserList.py", |
| 145 | "${libdir}/python${PYTHON_MAJMIN}/UserString.py", |
| 146 | "${libdir}/python${PYTHON_MAJMIN}/__future__.py", |
| 147 | "${libdir}/python${PYTHON_MAJMIN}/_abcoll.py", |
| 148 | "${libdir}/python${PYTHON_MAJMIN}/_bootlocale.py", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 149 | "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.py", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 150 | "${libdir}/python${PYTHON_MAJMIN}/_markupbase.py", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 151 | "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.py", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 152 | "${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py", |
| 153 | "${libdir}/python${PYTHON_MAJMIN}/_weakrefset.py", |
| 154 | "${libdir}/python${PYTHON_MAJMIN}/abc.py", |
| 155 | "${libdir}/python${PYTHON_MAJMIN}/argparse.py", |
| 156 | "${libdir}/python${PYTHON_MAJMIN}/ast.py", |
| 157 | "${libdir}/python${PYTHON_MAJMIN}/bisect.py", |
| 158 | "${libdir}/python${PYTHON_MAJMIN}/code.py", |
| 159 | "${libdir}/python${PYTHON_MAJMIN}/codecs.py", |
| 160 | "${libdir}/python${PYTHON_MAJMIN}/codeop.py", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 161 | "${libdir}/python${PYTHON_MAJMIN}/collections", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 162 | "${libdir}/python${PYTHON_MAJMIN}/collections/abc.py", |
| 163 | "${libdir}/python${PYTHON_MAJMIN}/configparser.py", |
| 164 | "${libdir}/python${PYTHON_MAJMIN}/contextlib.py", |
| 165 | "${libdir}/python${PYTHON_MAJMIN}/copy.py", |
| 166 | "${libdir}/python${PYTHON_MAJMIN}/copyreg.py", |
| 167 | "${libdir}/python${PYTHON_MAJMIN}/csv.py", |
| 168 | "${libdir}/python${PYTHON_MAJMIN}/dis.py", |
| 169 | "${libdir}/python${PYTHON_MAJMIN}/encodings", |
| 170 | "${libdir}/python${PYTHON_MAJMIN}/encodings/aliases.py", |
| 171 | "${libdir}/python${PYTHON_MAJMIN}/encodings/latin_1.py", |
| 172 | "${libdir}/python${PYTHON_MAJMIN}/encodings/utf_8.py", |
| 173 | "${libdir}/python${PYTHON_MAJMIN}/enum.py", |
| 174 | "${libdir}/python${PYTHON_MAJMIN}/functools.py", |
| 175 | "${libdir}/python${PYTHON_MAJMIN}/genericpath.py", |
| 176 | "${libdir}/python${PYTHON_MAJMIN}/getopt.py", |
| 177 | "${libdir}/python${PYTHON_MAJMIN}/gettext.py", |
| 178 | "${libdir}/python${PYTHON_MAJMIN}/heapq.py", |
| 179 | "${libdir}/python${PYTHON_MAJMIN}/imp.py", |
| 180 | "${libdir}/python${PYTHON_MAJMIN}/importlib", |
| 181 | "${libdir}/python${PYTHON_MAJMIN}/importlib/_bootstrap.py", |
| 182 | "${libdir}/python${PYTHON_MAJMIN}/importlib/_bootstrap_external.py", |
| 183 | "${libdir}/python${PYTHON_MAJMIN}/importlib/abc.py", |
| 184 | "${libdir}/python${PYTHON_MAJMIN}/importlib/machinery.py", |
| 185 | "${libdir}/python${PYTHON_MAJMIN}/importlib/util.py", |
| 186 | "${libdir}/python${PYTHON_MAJMIN}/inspect.py", |
| 187 | "${libdir}/python${PYTHON_MAJMIN}/io.py", |
| 188 | "${libdir}/python${PYTHON_MAJMIN}/keyword.py", |
| 189 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/__pycache__/_struct.*.so", |
| 190 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/__pycache__/binascii.*.so", |
| 191 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/__pycache__/time.*.so", |
| 192 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/__pycache__/xreadlines.*.so", |
| 193 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_bisect.*.so", |
| 194 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_csv.*.so", |
| 195 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_heapq.*.so", |
| 196 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_opcode.*.so", |
| 197 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_posixsubprocess.*.so", |
| 198 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_struct.*.so", |
| 199 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/array.*.so", |
| 200 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/binascii.*.so", |
| 201 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/math.*.so", |
| 202 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/parser.*.so", |
| 203 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/readline.*.so", |
| 204 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/select.*.so", |
| 205 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/time.*.so", |
| 206 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/unicodedata.*.so", |
| 207 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/xreadlines.*.so", |
| 208 | "${libdir}/python${PYTHON_MAJMIN}/linecache.py", |
| 209 | "${libdir}/python${PYTHON_MAJMIN}/locale.py", |
| 210 | "${libdir}/python${PYTHON_MAJMIN}/new.py", |
| 211 | "${libdir}/python${PYTHON_MAJMIN}/opcode.py", |
| 212 | "${libdir}/python${PYTHON_MAJMIN}/operator.py", |
| 213 | "${libdir}/python${PYTHON_MAJMIN}/optparse.py", |
| 214 | "${libdir}/python${PYTHON_MAJMIN}/os.py", |
| 215 | "${libdir}/python${PYTHON_MAJMIN}/platform.py", |
| 216 | "${libdir}/python${PYTHON_MAJMIN}/posixpath.py", |
| 217 | "${libdir}/python${PYTHON_MAJMIN}/re.py", |
| 218 | "${libdir}/python${PYTHON_MAJMIN}/reprlib.py", |
| 219 | "${libdir}/python${PYTHON_MAJMIN}/rlcompleter.py", |
| 220 | "${libdir}/python${PYTHON_MAJMIN}/selectors.py", |
| 221 | "${libdir}/python${PYTHON_MAJMIN}/signal.py", |
| 222 | "${libdir}/python${PYTHON_MAJMIN}/site.py", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 223 | "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 224 | "${libdir}/python${PYTHON_MAJMIN}/sre_compile.py", |
| 225 | "${libdir}/python${PYTHON_MAJMIN}/sre_constants.py", |
| 226 | "${libdir}/python${PYTHON_MAJMIN}/sre_parse.py", |
| 227 | "${libdir}/python${PYTHON_MAJMIN}/stat.py", |
| 228 | "${libdir}/python${PYTHON_MAJMIN}/stringprep.py", |
| 229 | "${libdir}/python${PYTHON_MAJMIN}/struct.py", |
| 230 | "${libdir}/python${PYTHON_MAJMIN}/subprocess.py", |
| 231 | "${libdir}/python${PYTHON_MAJMIN}/symbol.py", |
| 232 | "${libdir}/python${PYTHON_MAJMIN}/sysconfig.py", |
| 233 | "${libdir}/python${PYTHON_MAJMIN}/textwrap.py", |
| 234 | "${libdir}/python${PYTHON_MAJMIN}/threading.py", |
| 235 | "${libdir}/python${PYTHON_MAJMIN}/token.py", |
| 236 | "${libdir}/python${PYTHON_MAJMIN}/tokenize.py", |
| 237 | "${libdir}/python${PYTHON_MAJMIN}/traceback.py", |
| 238 | "${libdir}/python${PYTHON_MAJMIN}/types.py", |
| 239 | "${libdir}/python${PYTHON_MAJMIN}/warnings.py", |
| 240 | "${libdir}/python${PYTHON_MAJMIN}/weakref.py" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 241 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 242 | "cached": [ |
| 243 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/__future__.*.pyc", |
| 244 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_bootlocale.*.pyc", |
| 245 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_collections_abc.*.pyc", |
| 246 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_markupbase.*.pyc", |
| 247 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_sitebuiltins.*.pyc", |
| 248 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_sysconfigdata.*.pyc", |
| 249 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_weakrefset.*.pyc", |
| 250 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/abc.*.pyc", |
| 251 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/argparse.*.pyc", |
| 252 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/ast.*.pyc", |
| 253 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/bisect.*.pyc", |
| 254 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/code.*.pyc", |
| 255 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/codecs.*.pyc", |
| 256 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/codeop.*.pyc", |
| 257 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/configparser.*.pyc", |
| 258 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/contextlib.*.pyc", |
| 259 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/copy.*.pyc", |
| 260 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/copyreg.*.pyc", |
| 261 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/csv.*.pyc", |
| 262 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/dis.*.pyc", |
| 263 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/enum.*.pyc", |
| 264 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/functools.*.pyc", |
| 265 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/genericpath.*.pyc", |
| 266 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/getopt.*.pyc", |
| 267 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/gettext.*.pyc", |
| 268 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/heapq.*.pyc", |
| 269 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/imp.*.pyc", |
| 270 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/inspect.*.pyc", |
| 271 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/io.*.pyc", |
| 272 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/keyword.*.pyc", |
| 273 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/linecache.*.pyc", |
| 274 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/locale.*.pyc", |
| 275 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/opcode.*.pyc", |
| 276 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/operator.*.pyc", |
| 277 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/optparse.*.pyc", |
| 278 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/os.*.pyc", |
| 279 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/platform.*.pyc", |
| 280 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/posixpath.*.pyc", |
| 281 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/re.*.pyc", |
| 282 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/reprlib.*.pyc", |
| 283 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/rlcompleter.*.pyc", |
| 284 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/selectors.*.pyc", |
| 285 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/signal.*.pyc", |
| 286 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/site.*.pyc", |
| 287 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sre_compile.*.pyc", |
| 288 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sre_constants.*.pyc", |
| 289 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sre_parse.*.pyc", |
| 290 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/stat.*.pyc", |
| 291 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/stringprep.*.pyc", |
| 292 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/struct.*.pyc", |
| 293 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/subprocess.*.pyc", |
| 294 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/symbol.*.pyc", |
| 295 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/sysconfig.*.pyc", |
| 296 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/textwrap.*.pyc", |
| 297 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/threading.*.pyc", |
| 298 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/token.*.pyc", |
| 299 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tokenize.*.pyc", |
| 300 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/traceback.*.pyc", |
| 301 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/types.*.pyc", |
| 302 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/warnings.*.pyc", |
| 303 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/weakref.*.pyc", |
| 304 | "${libdir}/python${PYTHON_MAJMIN}/collections/__pycache__", |
| 305 | "${libdir}/python${PYTHON_MAJMIN}/collections/__pycache__/abc.*.pyc", |
| 306 | "${libdir}/python${PYTHON_MAJMIN}/encodings/__pycache__", |
| 307 | "${libdir}/python${PYTHON_MAJMIN}/encodings/__pycache__/aliases.*.pyc", |
| 308 | "${libdir}/python${PYTHON_MAJMIN}/encodings/__pycache__/latin_1.*.pyc", |
| 309 | "${libdir}/python${PYTHON_MAJMIN}/encodings/__pycache__/utf_8.*.pyc", |
| 310 | "${libdir}/python${PYTHON_MAJMIN}/importlib/__pycache__", |
| 311 | "${libdir}/python${PYTHON_MAJMIN}/importlib/__pycache__/abc.*.pyc", |
| 312 | "${libdir}/python${PYTHON_MAJMIN}/importlib/__pycache__/machinery.*.pyc", |
| 313 | "${libdir}/python${PYTHON_MAJMIN}/importlib/__pycache__/util.*.pyc" |
| 314 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 315 | }, |
| 316 | "crypt": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 317 | "summary": "Python basic cryptographic and hashing support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 318 | "rdepends": [ |
| 319 | "core", |
| 320 | "math", |
| 321 | "stringold" |
| 322 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 323 | "files": [ |
| 324 | "${libdir}/python${PYTHON_MAJMIN}/crypt.py", |
| 325 | "${libdir}/python${PYTHON_MAJMIN}/hashlib.py", |
| 326 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_crypt.*.so", |
| 327 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_hashlib.*.so", |
| 328 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_sha256.*.so", |
| 329 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_sha512.*.so" |
| 330 | ], |
| 331 | "cached": [ |
| 332 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/crypt.*.pyc", |
| 333 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/hashlib.*.pyc" |
| 334 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 335 | }, |
| 336 | "ctypes": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 337 | "summary": "Python C types support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 338 | "rdepends": [ |
| 339 | "core" |
| 340 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 341 | "files": [ |
| 342 | "${libdir}/python${PYTHON_MAJMIN}/ctypes", |
| 343 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_ctypes.*.so", |
| 344 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_ctypes_test.*.so" |
| 345 | ], |
| 346 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 347 | }, |
| 348 | "curses": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 349 | "summary": "Python curses support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 350 | "rdepends": [ |
| 351 | "core" |
| 352 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 353 | "files": [ |
| 354 | "${libdir}/python${PYTHON_MAJMIN}/curses", |
| 355 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_curses.*.so", |
| 356 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_curses_panel.*.so" |
| 357 | ], |
| 358 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 359 | }, |
| 360 | "datetime": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 361 | "summary": "Python calendar and time support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 362 | "rdepends": [ |
| 363 | "core" |
| 364 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 365 | "files": [ |
| 366 | "${libdir}/python${PYTHON_MAJMIN}/_strptime.py", |
| 367 | "${libdir}/python${PYTHON_MAJMIN}/calendar.py", |
| 368 | "${libdir}/python${PYTHON_MAJMIN}/datetime.py", |
| 369 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_datetime.*.so" |
| 370 | ], |
| 371 | "cached": [ |
| 372 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_strptime.*.pyc", |
| 373 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/calendar.*.pyc", |
| 374 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/datetime.*.pyc" |
| 375 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 376 | }, |
| 377 | "db": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 378 | "summary": "Python file-based database support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 379 | "rdepends": [ |
| 380 | "core" |
| 381 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 382 | "files": [ |
| 383 | "${libdir}/python${PYTHON_MAJMIN}/dbm", |
| 384 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_dbm.*.so" |
| 385 | ], |
| 386 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 387 | }, |
| 388 | "debugger": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 389 | "summary": "Python debugger", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 390 | "rdepends": [ |
| 391 | "core", |
| 392 | "pprint", |
| 393 | "shell", |
| 394 | "stringold" |
| 395 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 396 | "files": [ |
| 397 | "${libdir}/python${PYTHON_MAJMIN}/bdb.py", |
| 398 | "${libdir}/python${PYTHON_MAJMIN}/pdb.py" |
| 399 | ], |
| 400 | "cached": [ |
| 401 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/bdb.*.pyc", |
| 402 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pdb.*.pyc" |
| 403 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 404 | }, |
| 405 | "dev": { |
| 406 | "cached": [], |
| 407 | "files": [ |
| 408 | "${base_libdir}/*.a", |
| 409 | "${base_libdir}/*.o", |
| 410 | "${bindir}/python*-config", |
| 411 | "${datadir}/aclocal", |
| 412 | "${datadir}/pkgconfig", |
| 413 | "${includedir}", |
| 414 | "${libdir}/*.a", |
| 415 | "${libdir}/*.la", |
| 416 | "${libdir}/*.o", |
| 417 | "${libdir}/lib*${SOLIBSDEV}", |
| 418 | "${libdir}/pkgconfig", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 419 | "${libdir}/python${PYTHON_MAJMIN}/config*/Makefile", |
| 420 | "${libdir}/python${PYTHON_MAJMIN}/config*/Makefile/__pycache__" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 421 | ], |
| 422 | "rdepends": [ |
| 423 | "core" |
| 424 | ], |
| 425 | "summary": "Python development package" |
| 426 | }, |
| 427 | "difflib": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 428 | "summary": "Python helpers for computing deltas between objects", |
| 429 | "rdepends": [ |
| 430 | "core" |
| 431 | ], |
| 432 | "files": [ |
| 433 | "${libdir}/python${PYTHON_MAJMIN}/difflib.py" |
| 434 | ], |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 435 | "cached": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 436 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc" |
| 437 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 438 | }, |
| 439 | "distutils-staticdev": { |
| 440 | "cached": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 441 | "${libdir}/python${PYTHON_MAJMIN}/config/__pycache__/lib*.a" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 442 | ], |
| 443 | "files": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 444 | "${libdir}/python${PYTHON_MAJMIN}/config/lib*.a" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 445 | ], |
| 446 | "rdepends": [ |
| 447 | "distutils" |
| 448 | ], |
| 449 | "summary": "Python distribution utilities (static libraries)" |
| 450 | }, |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 451 | "distutils": { |
| 452 | "summary": "Python Distribution Utilities", |
| 453 | "rdepends": [ |
| 454 | "core" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 455 | ], |
| 456 | "files": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 457 | "${libdir}/python${PYTHON_MAJMIN}/distutils" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 458 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 459 | "cached": [] |
| 460 | }, |
| 461 | "doctest": { |
| 462 | "summary": "Python framework for running examples in docstrings", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 463 | "rdepends": [ |
| 464 | "core", |
| 465 | "debugger", |
| 466 | "difflib", |
| 467 | "logging", |
| 468 | "pprint", |
| 469 | "shell", |
| 470 | "stringold", |
| 471 | "unittest" |
| 472 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 473 | "files": [ |
| 474 | "${libdir}/python${PYTHON_MAJMIN}/doctest.py" |
| 475 | ], |
| 476 | "cached": [ |
| 477 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/doctest.*.pyc" |
| 478 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 479 | }, |
| 480 | "email": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 481 | "summary": "Python email support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 482 | "rdepends": [ |
| 483 | "core", |
| 484 | "crypt", |
| 485 | "datetime", |
| 486 | "io", |
| 487 | "math", |
| 488 | "netclient" |
| 489 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 490 | "files": [ |
| 491 | "${libdir}/python${PYTHON_MAJMIN}/email", |
| 492 | "${libdir}/python${PYTHON_MAJMIN}/imaplib.py" |
| 493 | ], |
| 494 | "cached": [ |
| 495 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/imaplib.*.pyc" |
| 496 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 497 | }, |
| 498 | "fcntl": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 499 | "summary": "Python's fcntl interface", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 500 | "rdepends": [ |
| 501 | "core" |
| 502 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 503 | "files": [ |
| 504 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/fcntl.*.so" |
| 505 | ], |
| 506 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 507 | }, |
| 508 | "gdbm": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 509 | "summary": "Python GNU database support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 510 | "rdepends": [ |
| 511 | "core" |
| 512 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 513 | "files": [ |
| 514 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_gdbm.*.so" |
| 515 | ], |
| 516 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 517 | }, |
| 518 | "html": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 519 | "summary": "Python HTML processing support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 520 | "rdepends": [ |
| 521 | "core" |
| 522 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 523 | "files": [ |
| 524 | "${libdir}/python${PYTHON_MAJMIN}/formatter.py", |
| 525 | "${libdir}/python${PYTHON_MAJMIN}/html" |
| 526 | ], |
| 527 | "cached": [ |
| 528 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/formatter.*.pyc" |
| 529 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 530 | }, |
| 531 | "idle": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 532 | "summary": "Python Integrated Development Environment", |
| 533 | "rdepends": [ |
| 534 | "core" |
| 535 | ], |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 536 | "files": [ |
| 537 | "${bindir}/idle*", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 538 | "${libdir}/python${PYTHON_MAJMIN}/idlelib" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 539 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 540 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 541 | }, |
| 542 | "image": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 543 | "summary": "Python graphical image handling", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 544 | "rdepends": [ |
| 545 | "core" |
| 546 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 547 | "files": [ |
| 548 | "${libdir}/python${PYTHON_MAJMIN}/colorsys.py", |
| 549 | "${libdir}/python${PYTHON_MAJMIN}/imghdr.py" |
| 550 | ], |
| 551 | "cached": [ |
| 552 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/colorsys.*.pyc", |
| 553 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/imghdr.*.pyc" |
| 554 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 555 | }, |
| 556 | "io": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 557 | "summary": "Python low-level I/O", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 558 | "rdepends": [ |
| 559 | "compression", |
| 560 | "core", |
| 561 | "crypt", |
| 562 | "math", |
| 563 | "netclient", |
| 564 | "shell", |
| 565 | "unixadmin" |
| 566 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 567 | "files": [ |
| 568 | "${libdir}/python${PYTHON_MAJMIN}/_pyio.py", |
| 569 | "${libdir}/python${PYTHON_MAJMIN}/ipaddress.py", |
| 570 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_socket.*.so", |
| 571 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_ssl.*.so", |
| 572 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/termios.*.so", |
| 573 | "${libdir}/python${PYTHON_MAJMIN}/pipes.py", |
| 574 | "${libdir}/python${PYTHON_MAJMIN}/socket.py", |
| 575 | "${libdir}/python${PYTHON_MAJMIN}/ssl.py", |
| 576 | "${libdir}/python${PYTHON_MAJMIN}/tempfile.py" |
| 577 | ], |
| 578 | "cached": [ |
| 579 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_pyio.*.pyc", |
| 580 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/ipaddress.*.pyc", |
| 581 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pipes.*.pyc", |
| 582 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/socket.*.pyc", |
| 583 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/ssl.*.pyc", |
| 584 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tempfile.*.pyc" |
| 585 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 586 | }, |
| 587 | "json": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 588 | "summary": "Python JSON support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 589 | "rdepends": [ |
| 590 | "core" |
| 591 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 592 | "files": [ |
| 593 | "${libdir}/python${PYTHON_MAJMIN}/json", |
| 594 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_json.*.so" |
| 595 | ], |
| 596 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 597 | }, |
| 598 | "logging": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 599 | "summary": "Python logging support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 600 | "rdepends": [ |
| 601 | "core", |
| 602 | "stringold" |
| 603 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 604 | "files": [ |
| 605 | "${libdir}/python${PYTHON_MAJMIN}/logging" |
| 606 | ], |
| 607 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 608 | }, |
| 609 | "mailbox": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 610 | "summary": "Python mailbox format support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 611 | "rdepends": [ |
| 612 | "core", |
| 613 | "crypt", |
| 614 | "datetime", |
| 615 | "email", |
| 616 | "fcntl", |
| 617 | "io", |
| 618 | "math", |
| 619 | "mime", |
| 620 | "netclient", |
| 621 | "stringold" |
| 622 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 623 | "files": [ |
| 624 | "${libdir}/python${PYTHON_MAJMIN}/mailbox.py" |
| 625 | ], |
| 626 | "cached": [ |
| 627 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/mailbox.*.pyc" |
| 628 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 629 | }, |
| 630 | "math": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 631 | "summary": "Python math support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 632 | "rdepends": [ |
| 633 | "core", |
| 634 | "crypt" |
| 635 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 636 | "files": [ |
| 637 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_random.*.so", |
| 638 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/cmath.*.so", |
| 639 | "${libdir}/python${PYTHON_MAJMIN}/random.py" |
| 640 | ], |
| 641 | "cached": [ |
| 642 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/random.*.pyc" |
| 643 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 644 | }, |
| 645 | "mime": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 646 | "summary": "Python MIME handling APIs", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 647 | "rdepends": [ |
| 648 | "core" |
| 649 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 650 | "files": [ |
| 651 | "${libdir}/python${PYTHON_MAJMIN}/quopri.py", |
| 652 | "${libdir}/python${PYTHON_MAJMIN}/uu.py" |
| 653 | ], |
| 654 | "cached": [ |
| 655 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/quopri.*.pyc", |
| 656 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/uu.*.pyc" |
| 657 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 658 | }, |
| 659 | "mmap": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 660 | "summary": "Python memory-mapped file support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 661 | "rdepends": [ |
| 662 | "core" |
| 663 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 664 | "files": [ |
| 665 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/mmap.*.so" |
| 666 | ], |
| 667 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 668 | }, |
| 669 | "modules": { |
| 670 | "cached": [], |
| 671 | "files": [], |
| 672 | "rdepends": [ |
| 673 | "2to3", |
| 674 | "asyncio", |
| 675 | "audio", |
| 676 | "codecs", |
| 677 | "compile", |
| 678 | "compression", |
| 679 | "core", |
| 680 | "crypt", |
| 681 | "ctypes", |
| 682 | "curses", |
| 683 | "datetime", |
| 684 | "db", |
| 685 | "debugger", |
| 686 | "difflib", |
| 687 | "distutils", |
| 688 | "doctest", |
| 689 | "email", |
| 690 | "fcntl", |
| 691 | "html", |
| 692 | "idle", |
| 693 | "image", |
| 694 | "io", |
| 695 | "json", |
| 696 | "logging", |
| 697 | "mailbox", |
| 698 | "math", |
| 699 | "mime", |
| 700 | "mmap", |
| 701 | "multiprocessing", |
| 702 | "netclient", |
| 703 | "netserver", |
| 704 | "numbers", |
| 705 | "pickle", |
| 706 | "pkgutil", |
| 707 | "plistlib", |
| 708 | "pprint", |
| 709 | "profile", |
| 710 | "pydoc", |
| 711 | "resource", |
| 712 | "runpy", |
| 713 | "shell", |
| 714 | "smtpd", |
| 715 | "sqlite3", |
| 716 | "stringold", |
| 717 | "syslog", |
| 718 | "terminal", |
| 719 | "threading", |
| 720 | "tkinter", |
| 721 | "typing", |
| 722 | "unittest", |
| 723 | "unixadmin", |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 724 | "venv", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 725 | "xml", |
| 726 | "xmlrpc" |
| 727 | ], |
| 728 | "summary": "All Python modules" |
| 729 | }, |
| 730 | "multiprocessing": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 731 | "summary": "Python multiprocessing support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 732 | "rdepends": [ |
| 733 | "core" |
| 734 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 735 | "files": [ |
| 736 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_multiprocessing.*.so", |
| 737 | "${libdir}/python${PYTHON_MAJMIN}/multiprocessing" |
| 738 | ], |
| 739 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 740 | }, |
| 741 | "netclient": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 742 | "summary": "Python Internet Protocol clients", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 743 | "rdepends": [ |
| 744 | "compression", |
| 745 | "core", |
| 746 | "crypt", |
| 747 | "ctypes", |
| 748 | "datetime", |
| 749 | "email", |
| 750 | "io", |
| 751 | "math", |
| 752 | "mime", |
| 753 | "shell", |
| 754 | "stringold", |
| 755 | "unixadmin" |
| 756 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 757 | "files": [ |
| 758 | "${libdir}/python${PYTHON_MAJMIN}/base64.py", |
| 759 | "${libdir}/python${PYTHON_MAJMIN}/ftplib.py", |
| 760 | "${libdir}/python${PYTHON_MAJMIN}/hmac.py", |
| 761 | "${libdir}/python${PYTHON_MAJMIN}/http", |
| 762 | "${libdir}/python${PYTHON_MAJMIN}/http/__pycache__", |
| 763 | "${libdir}/python${PYTHON_MAJMIN}/mimetypes.py", |
| 764 | "${libdir}/python${PYTHON_MAJMIN}/nntplib.py", |
| 765 | "${libdir}/python${PYTHON_MAJMIN}/poplib.py", |
| 766 | "${libdir}/python${PYTHON_MAJMIN}/smtplib.py", |
| 767 | "${libdir}/python${PYTHON_MAJMIN}/telnetlib.py", |
| 768 | "${libdir}/python${PYTHON_MAJMIN}/urllib", |
| 769 | "${libdir}/python${PYTHON_MAJMIN}/urllib/__pycache__", |
| 770 | "${libdir}/python${PYTHON_MAJMIN}/uuid.py" |
| 771 | ], |
| 772 | "cached": [ |
| 773 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/base64.*.pyc", |
| 774 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/ftplib.*.pyc", |
| 775 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/hmac.*.pyc", |
| 776 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/mimetypes.*.pyc", |
| 777 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/nntplib.*.pyc", |
| 778 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/poplib.*.pyc", |
| 779 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/smtplib.*.pyc", |
| 780 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/telnetlib.*.pyc", |
| 781 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/uuid.*.pyc" |
| 782 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 783 | }, |
| 784 | "netserver": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 785 | "summary": "Python Internet Protocol servers", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 786 | "rdepends": [ |
| 787 | "compression", |
| 788 | "core", |
| 789 | "crypt", |
| 790 | "datetime", |
| 791 | "email", |
| 792 | "html", |
| 793 | "io", |
| 794 | "math", |
| 795 | "mime", |
| 796 | "netclient", |
| 797 | "shell", |
| 798 | "stringold", |
| 799 | "unixadmin" |
| 800 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 801 | "files": [ |
| 802 | "${libdir}/python${PYTHON_MAJMIN}/cgi.py", |
| 803 | "${libdir}/python${PYTHON_MAJMIN}/socketserver.py" |
| 804 | ], |
| 805 | "cached": [ |
| 806 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/cgi.*.pyc", |
| 807 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/socketserver.*.pyc" |
| 808 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 809 | }, |
| 810 | "numbers": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 811 | "summary": "Python number APIs", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 812 | "rdepends": [ |
| 813 | "core" |
| 814 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 815 | "files": [ |
| 816 | "${libdir}/python${PYTHON_MAJMIN}/_pydecimal.py", |
| 817 | "${libdir}/python${PYTHON_MAJMIN}/decimal.py", |
| 818 | "${libdir}/python${PYTHON_MAJMIN}/fractions.py", |
| 819 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_decimal.*.so", |
| 820 | "${libdir}/python${PYTHON_MAJMIN}/numbers.py" |
| 821 | ], |
| 822 | "cached": [ |
| 823 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_pydecimal.*.pyc", |
| 824 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/decimal.*.pyc", |
| 825 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/fractions.*.pyc", |
| 826 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/numbers.*.pyc" |
| 827 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 828 | }, |
| 829 | "pickle": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 830 | "summary": "Python serialisation/persistence support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 831 | "rdepends": [ |
| 832 | "core" |
| 833 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 834 | "files": [ |
| 835 | "${libdir}/python${PYTHON_MAJMIN}/_compat_pickle.py", |
| 836 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_pickle.*.so", |
| 837 | "${libdir}/python${PYTHON_MAJMIN}/pickle.py", |
| 838 | "${libdir}/python${PYTHON_MAJMIN}/pickletools.py", |
| 839 | "${libdir}/python${PYTHON_MAJMIN}/shelve.py" |
| 840 | ], |
| 841 | "cached": [ |
| 842 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_compat_pickle.*.pyc", |
| 843 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pickle.*.pyc", |
| 844 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pickletools.*.pyc", |
| 845 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/shelve.*.pyc" |
| 846 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 847 | }, |
| 848 | "pkgutil": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 849 | "summary": "Python package extension utility support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 850 | "rdepends": [ |
| 851 | "core" |
| 852 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 853 | "files": [ |
| 854 | "${libdir}/python${PYTHON_MAJMIN}/pkgutil.py" |
| 855 | ], |
| 856 | "cached": [ |
| 857 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pkgutil.*.pyc" |
| 858 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 859 | }, |
| 860 | "plistlib": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 861 | "summary": "Generate and parse Mac OS X .plist files", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 862 | "rdepends": [ |
| 863 | "core", |
| 864 | "datetime", |
| 865 | "xml" |
| 866 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 867 | "files": [ |
| 868 | "${libdir}/python${PYTHON_MAJMIN}/plistlib.py" |
| 869 | ], |
| 870 | "cached": [ |
| 871 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/plistlib.*.pyc" |
| 872 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 873 | }, |
| 874 | "pprint": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 875 | "summary": "Python pretty-print support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 876 | "rdepends": [ |
| 877 | "core" |
| 878 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 879 | "files": [ |
| 880 | "${libdir}/python${PYTHON_MAJMIN}/pprint.py" |
| 881 | ], |
| 882 | "cached": [ |
| 883 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pprint.*.pyc" |
| 884 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 885 | }, |
| 886 | "profile": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 887 | "summary": "Python basic performance profiling support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 888 | "rdepends": [ |
| 889 | "core" |
| 890 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 891 | "files": [ |
| 892 | "${libdir}/python${PYTHON_MAJMIN}/cProfile.py", |
| 893 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_lsprof.*.so", |
| 894 | "${libdir}/python${PYTHON_MAJMIN}/profile.py", |
| 895 | "${libdir}/python${PYTHON_MAJMIN}/pstats.py" |
| 896 | ], |
| 897 | "cached": [ |
| 898 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/cProfile.*.pyc", |
| 899 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/profile.*.pyc", |
| 900 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pstats.*.pyc" |
| 901 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 902 | }, |
| 903 | "pydoc": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 904 | "summary": "Python interactive help support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 905 | "rdepends": [ |
| 906 | "core", |
| 907 | "netclient", |
| 908 | "pkgutil" |
| 909 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 910 | "files": [ |
| 911 | "${bindir}/pydoc*", |
| 912 | "${libdir}/python${PYTHON_MAJMIN}/pydoc.py", |
| 913 | "${libdir}/python${PYTHON_MAJMIN}/pydoc_data" |
| 914 | ], |
| 915 | "cached": [ |
| 916 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pydoc.*.pyc" |
| 917 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 918 | }, |
| 919 | "resource": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 920 | "summary": "Python resource control interface", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 921 | "rdepends": [ |
| 922 | "core" |
| 923 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 924 | "files": [ |
| 925 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/resource.*.so" |
| 926 | ], |
| 927 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 928 | }, |
| 929 | "runpy": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 930 | "summary": "Python helper for locating/executing scripts in module namespace", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 931 | "rdepends": [ |
| 932 | "core", |
| 933 | "pkgutil" |
| 934 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 935 | "files": [ |
| 936 | "${libdir}/python${PYTHON_MAJMIN}/runpy.py" |
| 937 | ], |
| 938 | "cached": [ |
| 939 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/runpy.*.pyc" |
| 940 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 941 | }, |
| 942 | "shell": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 943 | "summary": "Python shell-like functionality", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 944 | "rdepends": [ |
| 945 | "compression", |
| 946 | "core", |
| 947 | "stringold", |
| 948 | "unixadmin" |
| 949 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 950 | "files": [ |
| 951 | "${libdir}/python${PYTHON_MAJMIN}/cmd.py", |
| 952 | "${libdir}/python${PYTHON_MAJMIN}/fnmatch.py", |
| 953 | "${libdir}/python${PYTHON_MAJMIN}/glob.py", |
| 954 | "${libdir}/python${PYTHON_MAJMIN}/shlex.py", |
| 955 | "${libdir}/python${PYTHON_MAJMIN}/shutil.py" |
| 956 | ], |
| 957 | "cached": [ |
| 958 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/cmd.*.pyc", |
| 959 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/fnmatch.*.pyc", |
| 960 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/glob.*.pyc", |
| 961 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/shlex.*.pyc", |
| 962 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/shutil.*.pyc" |
| 963 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 964 | }, |
| 965 | "smtpd": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 966 | "summary": "Python Simple Mail Transport Daemon", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 967 | "rdepends": [ |
| 968 | "core", |
| 969 | "crypt", |
| 970 | "datetime", |
| 971 | "email", |
| 972 | "io", |
| 973 | "math", |
| 974 | "mime", |
| 975 | "netclient", |
| 976 | "stringold" |
| 977 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 978 | "files": [ |
| 979 | "${bindir}/smtpd.py", |
| 980 | "${libdir}/python${PYTHON_MAJMIN}/asynchat.py", |
| 981 | "${libdir}/python${PYTHON_MAJMIN}/asyncore.py", |
| 982 | "${libdir}/python${PYTHON_MAJMIN}/smtpd.py" |
| 983 | ], |
| 984 | "cached": [ |
| 985 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/asynchat.*.pyc", |
| 986 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/asyncore.*.pyc", |
| 987 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/smtpd.*.pyc" |
| 988 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 989 | }, |
| 990 | "sqlite3": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 991 | "summary": "Python Sqlite3 database support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 992 | "rdepends": [ |
| 993 | "core", |
| 994 | "datetime" |
| 995 | ], |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 996 | "files": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 997 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_sqlite3.*.so", |
| 998 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 999 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1000 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1001 | }, |
| 1002 | "stringold": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1003 | "summary": "Python string APIs [deprecated]", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1004 | "rdepends": [ |
| 1005 | "core" |
| 1006 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1007 | "files": [ |
| 1008 | "${libdir}/python${PYTHON_MAJMIN}/string.py" |
| 1009 | ], |
| 1010 | "cached": [ |
| 1011 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/string.*.pyc" |
| 1012 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1013 | }, |
| 1014 | "syslog": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1015 | "summary": "Python syslog interface", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1016 | "rdepends": [ |
| 1017 | "core" |
| 1018 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1019 | "files": [ |
| 1020 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/syslog.*.so" |
| 1021 | ], |
| 1022 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1023 | }, |
| 1024 | "terminal": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1025 | "summary": "Python terminal controlling support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1026 | "rdepends": [ |
| 1027 | "core", |
| 1028 | "io" |
| 1029 | ], |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1030 | "files": [ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1031 | "${libdir}/python${PYTHON_MAJMIN}/pty.py", |
| 1032 | "${libdir}/python${PYTHON_MAJMIN}/tty.py" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1033 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1034 | "cached": [ |
| 1035 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/pty.*.pyc", |
| 1036 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tty.*.pyc" |
| 1037 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1038 | }, |
| 1039 | "threading": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1040 | "summary": "Python threading & synchronization support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1041 | "rdepends": [ |
| 1042 | "core" |
| 1043 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1044 | "files": [ |
| 1045 | "${libdir}/python${PYTHON_MAJMIN}/_dummy_thread.py", |
| 1046 | "${libdir}/python${PYTHON_MAJMIN}/_threading_local.py", |
| 1047 | "${libdir}/python${PYTHON_MAJMIN}/dummy_threading.py", |
| 1048 | "${libdir}/python${PYTHON_MAJMIN}/queue.py" |
| 1049 | ], |
| 1050 | "cached": [ |
| 1051 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_dummy_thread.*.pyc", |
| 1052 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/_threading_local.*.pyc", |
| 1053 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/dummy_threading.*.pyc", |
| 1054 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/queue.*.pyc" |
| 1055 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1056 | }, |
| 1057 | "tkinter": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1058 | "summary": "Python Tcl/Tk bindings", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1059 | "rdepends": [ |
| 1060 | "core" |
| 1061 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1062 | "files": [ |
| 1063 | "${libdir}/python${PYTHON_MAJMIN}/tkinter" |
| 1064 | ], |
| 1065 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1066 | }, |
| 1067 | "typing": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1068 | "summary": "Python typing support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1069 | "rdepends": [ |
| 1070 | "core" |
| 1071 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1072 | "files": [ |
| 1073 | "${libdir}/python${PYTHON_MAJMIN}/typing.py" |
| 1074 | ], |
| 1075 | "cached": [ |
| 1076 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/typing.*.pyc" |
| 1077 | ] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1078 | }, |
| 1079 | "unittest": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1080 | "summary": "Python unit testing framework", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1081 | "rdepends": [ |
| 1082 | "core", |
| 1083 | "difflib", |
| 1084 | "logging", |
| 1085 | "pprint", |
| 1086 | "shell", |
| 1087 | "stringold" |
| 1088 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1089 | "files": [ |
| 1090 | "${libdir}/python${PYTHON_MAJMIN}/unittest", |
| 1091 | "${libdir}/python${PYTHON_MAJMIN}/unittest/", |
| 1092 | "${libdir}/python${PYTHON_MAJMIN}/unittest/__pycache__" |
| 1093 | ], |
| 1094 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1095 | }, |
| 1096 | "unixadmin": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1097 | "summary": "Python Unix administration support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1098 | "rdepends": [ |
| 1099 | "core", |
| 1100 | "io" |
| 1101 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1102 | "files": [ |
| 1103 | "${libdir}/python${PYTHON_MAJMIN}/getpass.py", |
| 1104 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/grp.*.so", |
| 1105 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/nis.*.so" |
| 1106 | ], |
| 1107 | "cached": [ |
| 1108 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/getpass.*.pyc" |
| 1109 | ] |
| 1110 | }, |
| 1111 | "venv": { |
| 1112 | "summary": "Provides support for creating lightweight virtual environments with their own site directories, optionally isolated from system site directories.", |
| 1113 | "rdepends": [ |
| 1114 | "compression", |
| 1115 | "core", |
| 1116 | "logging", |
| 1117 | "shell", |
| 1118 | "stringold", |
| 1119 | "unixadmin" |
| 1120 | ], |
| 1121 | "files": [ |
| 1122 | "${libdir}/python${PYTHON_MAJMIN}/venv", |
| 1123 | "${bindir}/pyvenv*" |
| 1124 | ], |
| 1125 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1126 | }, |
| 1127 | "xml": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1128 | "summary": "Python basic XML support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1129 | "rdepends": [ |
| 1130 | "core" |
| 1131 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1132 | "files": [ |
| 1133 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_elementtree.*.so", |
| 1134 | "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/pyexpat.*.so", |
| 1135 | "${libdir}/python${PYTHON_MAJMIN}/xml" |
| 1136 | ], |
| 1137 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1138 | }, |
| 1139 | "xmlrpc": { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1140 | "summary": "Python XML-RPC support", |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1141 | "rdepends": [ |
| 1142 | "core", |
| 1143 | "xml" |
| 1144 | ], |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1145 | "files": [ |
| 1146 | "${libdir}/python${PYTHON_MAJMIN}/xmlrpc", |
| 1147 | "${libdir}/python${PYTHON_MAJMIN}/xmlrpc/__pycache__" |
| 1148 | ], |
| 1149 | "cached": [] |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1150 | } |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1151 | } |