Package: python-2to3 Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 605452c8ec117894ae4186d632664129 Size: 319742 Filename: python-2to3_2.7.13-r1.0_mips32r2.ipk Description: Python automated Python 2 to 3 code translator The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-argparse Version: 2.7.13-r1.0 Depends: python-codecs, python-core, python-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b5af2ecd8ba1ea88420bcf1406c5c4f1 Size: 42866 Filename: python-argparse_2.7.13-r1.0_mips32r2.ipk Description: Python command line argument parser The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-async-dbg Version: 0.6.2-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 234d25ad98a29ce7aec0721100ae63f2 Size: 754 Filename: python-async-dbg_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers - Debugging files Python framework to process interdependent tasks in a pool of workers. This package contains ELF symbols and related sources for debugging purposes. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-async-dev Version: 0.6.2-r0.0 Depends: python-async (= 0.6.2-r0.0) Recommends: python-core-dev, python-dev, python-lang-dev, python-threading-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 575bd9305a3c8d588c3caa9b36584ab3 Size: 808 Filename: python-async-dev_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers - Development files Python framework to process interdependent tasks in a pool of workers. This package contains symbolic links, header files, and related items necessary for software development. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-async Version: 0.6.2-r0.0 Depends: python-core, python-lang, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9bbb300385d2f02e34231abffceebc43 Size: 56516 Filename: python-async_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers Python framework to process interdependent tasks in a pool of workers. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-audio Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 7c8f7ecf5f7d7e1a3d0b355c38a86438 Size: 46088 Filename: python-audio_2.7.13-r1.0_mips32r2.ipk Description: Python Audio Handling The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-backports-abc-dbg Version: 0.4-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d7a71622d7c8121ce2409a305a0a980f Size: 730 Filename: python-backports-abc-dbg_0.4-r0.0_mips32r2.ipk Description: collections.abc from Python 3.4 - Debugging files A backport of recent additions to the 'collections.abc' module This package contains ELF symbols and related sources for debugging purposes. OE: python-backports-abc License: PSF Priority: optional Package: python-backports-abc-dev Version: 0.4-r0.0 Depends: python-backports-abc (= 0.4-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: df620eb3462055e1fc121ef875512bed Size: 776 Filename: python-backports-abc-dev_0.4-r0.0_mips32r2.ipk Description: collections.abc from Python 3.4 - Development files A backport of recent additions to the 'collections.abc' module This package contains symbolic links, header files, and related items necessary for software development. OE: python-backports-abc License: PSF Priority: optional Package: python-backports-abc Version: 0.4-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4d569562854a6497472c5b57c8bc8330 Size: 5402 Filename: python-backports-abc_0.4-r0.0_mips32r2.ipk Description: collections.abc from Python 3.4 A backport of recent additions to the 'collections.abc' module OE: python-backports-abc License: PSF Priority: optional Package: python-backports-ssl-dbg Version: 3.5.0.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b6fa6c3b1ce97a20f5b3bade7adcbde9 Size: 1026 Filename: python-backports-ssl-dbg_3.5.0.1-r0.0_mips32r2.ipk Description: The ssl.match_hostname() function from Python 3.4 - Debugging files The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python This package contains ELF symbols and related sources for debugging purposes. OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-backports-ssl-dev Version: 3.5.0.1-r0.0 Depends: python-backports-ssl (= 3.5.0.1-r0.0) Recommends: python-core-dev, python-dev, python-pkgutil-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: db7c17851d70aa1e2ebad925cecd19c3 Size: 1070 Filename: python-backports-ssl-dev_3.5.0.1-r0.0_mips32r2.ipk Description: The ssl.match_hostname() function from Python 3.4 - Development files The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python This package contains symbolic links, header files, and related items necessary for software development. OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-backports-ssl Version: 3.5.0.1-r0.0 Depends: python-core, python-pkgutil Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d690532cc4b49cd1a515bbfad530011d Size: 6522 Filename: python-backports-ssl_3.5.0.1-r0.0_mips32r2.ipk Description: The ssl.match_hostname() function from Python 3.4 The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-bsddb Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1c40725bedec72dc63e8e69e96318b4b Size: 162836 Filename: python-bsddb_2.7.13-r1.0_mips32r2.ipk Description: Python bindings for the Berkeley Database The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-certifi-dbg Version: 2017.4.17-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1fb023fcf2263e8e9fbbb4443f9fc07a Size: 872 Filename: python-certifi-dbg_2017.4.17-r0.0_mips32r2.ipk Description: Python package for providing Mozilla's CA Bundle. - Debugging files This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. This package contains ELF symbols and related sources for debugging purposes. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-certifi-dev Version: 2017.4.17-r0.0 Depends: python-certifi (= 2017.4.17-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 09eb7a514f89a061a6dd482f1c47a4ae Size: 916 Filename: python-certifi-dev_2017.4.17-r0.0_mips32r2.ipk Description: Python package for providing Mozilla's CA Bundle. - Development files This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. This package contains symbolic links, header files, and related items necessary for software development. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-certifi Version: 2017.4.17-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 744c4fc22e7956cc5534c31bbb15062f Size: 374030 Filename: python-certifi_2017.4.17-r0.0_mips32r2.ipk Description: Python package for providing Mozilla's CA Bundle. This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-cffi-dbg Version: 1.9.1-r0.0 Recommends: libc6-dbg, libffi-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: f230fca971bf7309b9e3277099e9bbac Size: 133420 Filename: python-cffi-dbg_1.9.1-r0.0_mips32r2.ipk Description: Foreign Function Interface for Python calling C code - Debugging files Foreign Function Interface for Python calling C code. This package contains ELF symbols and related sources for debugging purposes. OE: python-cffi License: MIT Priority: optional Package: python-cffi-dev Version: 1.9.1-r0.0 Depends: python-cffi (= 1.9.1-r0.0) Recommends: libc6-dev, libffi-dev, python-dev, python-io-dev, python-pycparser-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8f6d881ef20f36b0d1792cf22ddf75c6 Size: 780 Filename: python-cffi-dev_1.9.1-r0.0_mips32r2.ipk Description: Foreign Function Interface for Python calling C code - Development files Foreign Function Interface for Python calling C code. This package contains symbolic links, header files, and related items necessary for software development. OE: python-cffi License: MIT Priority: optional Package: python-cffi Version: 1.9.1-r0.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 648ef9a49814c766ea68123d5e8cca9f Size: 243482 Filename: python-cffi_1.9.1-r0.0_mips32r2.ipk Description: Foreign Function Interface for Python calling C code Foreign Function Interface for Python calling C code. OE: python-cffi License: MIT Priority: optional Package: python-codecs Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-lang Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e05e421fe8c06e8ac3009056696afed7 Size: 1134428 Filename: python-codecs_2.7.13-r1.0_mips32r2.ipk Description: Python codecs, encodings & i18n support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compile Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6d2f7556cb03a962ff314e45314d0fb3 Size: 9008 Filename: python-compile_2.7.13-r1.0_mips32r2.ipk Description: Python bytecode compilation support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compiler Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 11dc07a11a9ae1daad6fdbce283f9774 Size: 98056 Filename: python-compiler_2.7.13-r1.0_mips32r2.ipk Description: Python compiler support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compression Version: 2.7.13-r1.0 Depends: libbz2-1 (>= 1.0.6), libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-zlib Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b108c349161b4fdb67d6dd2fdc18d83c Size: 109588 Filename: python-compression_2.7.13-r1.0_mips32r2.ipk Description: Python high-level compression support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-contextlib Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5c6fd1456b487ccc4a0eb2d85dbf16bf Size: 3620 Filename: python-contextlib_2.7.13-r1.0_mips32r2.ipk Description: Python utilities for with-statementcontexts. The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-core Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libz1 (>= 1.2.11), python-lang, python-re Provides: python Recommends: python-readline Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: cc12603cc3103222b50f17d0830d0378 Size: 233182 Filename: python-core_2.7.13-r1.0_mips32r2.ipk Description: Python interpreter and core modules The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-crypt Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython2.7-1.0 (>= 2.7.13), python-core Recommends: openssl Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 43d685634d415cf289f869fe4a231fe9 Size: 14912 Filename: python-crypt_2.7.13-r1.0_mips32r2.ipk Description: Python basic cryptographic and hashing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-cryptography-dbg Version: 1.7.2-r0.0 Recommends: libc6-dbg, libcrypto-dbg, libssl-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 81e3b7c1d21ac57fb277262a41012011 Size: 514340 Filename: python-cryptography-dbg_1.7.2-r0.0_mips32r2.ipk Description: Provides cryptographic recipes and primitives to python developers - Debugging files Provides cryptographic recipes and primitives to python developers. This package contains ELF symbols and related sources for debugging purposes. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-cryptography-dev Version: 1.7.2-r0.0 Depends: python-cryptography (= 1.7.2-r0.0) Recommends: libc6-dev, libcrypto-dev, libssl-dev, python-cffi-dev, python-contextlib-dev, python-dev, python-enum34-dev, python-idna-dev, python-ipaddress-dev, python-numbers-dev, python-pyasn1-dev, python-pycparser-dev, python-setuptools-dev, python-six-dev, python-subprocess-dev, python-threading-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9681ef6e43a4610687fd5e60977c3d81 Size: 864 Filename: python-cryptography-dev_1.7.2-r0.0_mips32r2.ipk Description: Provides cryptographic recipes and primitives to python developers - Development files Provides cryptographic recipes and primitives to python developers. This package contains symbolic links, header files, and related items necessary for software development. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-cryptography Version: 1.7.2-r0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libssl1.0.2 (>= 1.0.2k), python-cffi, python-contextlib, python-enum34, python-idna, python-ipaddress, python-numbers, python-pyasn1, python-pycparser, python-setuptools, python-six, python-subprocess, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b951a2b289fd60ce215f03aa608fc240 Size: 378326 Filename: python-cryptography_1.7.2-r0.0_mips32r2.ipk Description: Provides cryptographic recipes and primitives to python developers Provides cryptographic recipes and primitives to python developers. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-ctypes Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5efccfeddc94f3088a94b64b4f549bd3 Size: 203372 Filename: python-ctypes_2.7.13-r1.0_mips32r2.ipk Description: Python C types support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-curses Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libncursesw5 (>= 6.0+20161126), libpanelw5 (>= 6.0+20161126), libpython2.7-1.0 (>= 2.7.13), libtinfo5 (>= 6.0+20161126), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9cefb8e79c8fc103c3481640e07d5df5 Size: 38564 Filename: python-curses_2.7.13-r1.0_mips32r2.ipk Description: Python curses support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-datetime Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b38f9339ff89fbd4b5782b056f734d35 Size: 65842 Filename: python-datetime_2.7.13-r1.0_mips32r2.ipk Description: Python calendar and time support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-db Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: dd5d5603f415d06d2f67dd00b2c680e4 Size: 9764 Filename: python-db_2.7.13-r1.0_mips32r2.ipk Description: Python file-based database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-dbg Version: 2.7.13-r1.0 Recommends: gdbm-compat-dbg, libbz2-dbg, libc6-dbg, libcrypto-dbg, libffi-dbg, libgdbm-dbg, libpython2-dbg, libreadline-dbg, libsqlite3-dbg, libssl-dbg, libz-dbg, ncurses-libncursesw-dbg, ncurses-libpanelw-dbg, ncurses-libtinfo-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5fc82b57601c1b6a268bf47a6ba52d29 Size: 3772082 Filename: python-dbg_2.7.13-r1.0_mips32r2.ipk Description: The Python Programming Language - Debugging files The Python Programming Language. This package contains ELF symbols and related sources for debugging purposes. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-debugger Version: 2.7.13-r1.0 Depends: python-core, python-io, python-lang, python-pprint, python-re, python-shell, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 47542cb13b0c6efb86c229eaa5f79f15 Size: 42574 Filename: python-debugger_2.7.13-r1.0_mips32r2.ipk Description: Python debugger The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-dev Version: 2.7.13-r1.0 Depends: libpython2.7-1.0, python-core Recommends: bzip2-dev, db-dev, gdbm-compat-dev, libbz2-dev, libc6-dev, libcrypto-dev, libffi-dev, libgdbm-dev, libpython2-dev, libreadline-dev, libsqlite3-dev, libssl-dev, libz-dev, ncurses-libncursesw-dev, ncurses-libpanelw-dev, ncurses-libtinfo-dev, openssl-dev, python-2to3-dev, python-argparse-dev, python-audio-dev, python-bsddb-dev, python-codecs-dev, python-compile-dev, python-compiler-dev, python-compression-dev, python-contextlib-dev, python-core-dev, python-crypt-dev, python-ctypes-dev, python-curses-dev, python-datetime-dev, python-db-dev, python-debugger-dev, python-difflib-dev, python-distutils-dev, python-doctest-dev, python-email-dev, python-fcntl-dev, python-gdbm-dev, python-hotshot-dev, python-html-dev, python-idle-dev, python-image-dev, python-importlib-dev, python-io-dev, python-json-dev, python-lang-dev, python-logging-dev, python-mailbox-dev, python-math-dev, python-mime-dev, python-misc-dev, python-mmap-dev, python-modules-dev, python-multiprocessing-dev, python-netclient-dev, python-netserver-dev, python-numbers-dev, python-pickle-dev, python-pkgutil-dev, python-plistlib-dev, python-pprint-dev, python-profile-dev, python-pydoc-dev, python-re-dev, python-readline-dev, python-resource-dev, python-robotparser-dev, python-shell-dev, python-smtpd-dev, python-sqlite3-dev, python-sqlite3-tests-dev, python-stringold-dev, python-subprocess-dev, python-syslog-dev, python-terminal-dev, python-tests-dev, python-textutils-dev, python-threading-dev, python-tkinter-dev, python-unittest-dev, python-unixadmin-dev, python-xml-dev, python-xmlrpc-dev, python-zlib-dev, sqlite3-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 99eec35e6cc8fe840e4e91cd565203ee Size: 132854 Filename: python-dev_2.7.13-r1.0_mips32r2.ipk Description: Python development package The Python Programming Language. This package contains symbolic links, header files, and related items necessary for software development. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-difflib Version: 2.7.13-r1.0 Depends: python-lang, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 57565803d11a8731b04e2963a17c71d5 Size: 45086 Filename: python-difflib_2.7.13-r1.0_mips32r2.ipk Description: Python helpers for computing deltas between objects The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-distutils-staticdev Version: 2.7.13-r1.0 Depends: python-distutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e8ea605f849f7504aa2e88131e4af625 Size: 3733084 Filename: python-distutils-staticdev_2.7.13-r1.0_mips32r2.ipk Description: Python distribution utilities (static libraries) The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-distutils Version: 2.7.13-r1.0 Depends: python-core, python-email Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 54018daac87165004be4455d728a146e Size: 831516 Filename: python-distutils_2.7.13-r1.0_mips32r2.ipk Description: Python Distribution Utilities The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-doctest Version: 2.7.13-r1.0 Depends: python-core, python-debugger, python-difflib, python-io, python-lang, python-re, python-unittest Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6e5485c4eae799e371ba3d573c1262b6 Size: 56202 Filename: python-doctest_2.7.13-r1.0_mips32r2.ipk Description: Python framework for running examples in docstrings The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-email Version: 2.7.13-r1.0 Depends: python-audio, python-core, python-image, python-io, python-mime, python-netclient, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5e8537ed3319548244f5c017ad55ea11 Size: 294226 Filename: python-email_2.7.13-r1.0_mips32r2.ipk Description: Python email support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-enum34-dbg Version: 1.1.6-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6487097b24ace88b93e62698805cd30a Size: 712 Filename: python-enum34-dbg_1.1.6-r0.0_mips32r2.ipk Description: backport of Python 3.4's enum package - Debugging files backport of Python 3.4's enum package. This package contains ELF symbols and related sources for debugging purposes. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-enum34-dev Version: 1.1.6-r0.0 Depends: python-enum34 (= 1.1.6-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: aeff8176fccead2843c1c5009bc56a2b Size: 756 Filename: python-enum34-dev_1.1.6-r0.0_mips32r2.ipk Description: backport of Python 3.4's enum package - Development files backport of Python 3.4's enum package. This package contains symbolic links, header files, and related items necessary for software development. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-enum34 Version: 1.1.6-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 089a13b9b34965e02c2e491662c62e29 Size: 66978 Filename: python-enum34_1.1.6-r0.0_mips32r2.ipk Description: backport of Python 3.4's enum package backport of Python 3.4's enum package. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-fcntl Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b4ca50008fbe9f1b5fe6288668773bf0 Size: 7112 Filename: python-fcntl_2.7.13-r1.0_mips32r2.ipk Description: Python's fcntl interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-futures-dbg Version: 3.1.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 07642becfe6de5642c2ac4c0dd3bd7ff Size: 784 Filename: python-futures-dbg_3.1.1-r0.0_mips32r2.ipk Description: python-futures version 3.1.1-r0 - Debugging files The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package contains ELF symbols and related sources for debugging purposes. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-futures-dev Version: 3.1.1-r0.0 Depends: python-futures (= 3.1.1-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3570d330a9f6e2a89a2ac8b12e62338a Size: 826 Filename: python-futures-dev_3.1.1-r0.0_mips32r2.ipk Description: python-futures version 3.1.1-r0 - Development files The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package contains symbolic links, header files, and related items necessary for software development. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-futures Version: 3.1.1-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: fc13e2953c5cc262fdf944a0576117a4 Size: 22878 Filename: python-futures_3.1.1-r0.0_mips32r2.ipk Description: python-futures version 3.1.1-r0 The concurrent.futures module provides a high-level interface for asynchronously executing callables. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-gdbm Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: fe5a72a9afb635f0efc956f60c4219e7 Size: 6860 Filename: python-gdbm_2.7.13-r1.0_mips32r2.ipk Description: Python GNU database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-git-dbg Version: 2.1.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: ea2c8021b32e3de0ce5002516b15c185 Size: 876 Filename: python-git-dbg_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories - Debugging files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains ELF symbols and related sources for debugging purposes. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-git-dev Version: 2.1.1-r0.0 Depends: python-git (= 2.1.1-r0.0) Recommends: python-core-dev, python-dev, python-gitdb-dev, python-io-dev, python-lang-dev, python-math-dev, python-re-dev, python-shell-dev, python-stringold-dev, python-subprocess-dev, python-unixadmin-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d8b99d336de3bab7d5cf55eb435a4934 Size: 966 Filename: python-git-dev_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories - Development files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains symbolic links, header files, and related items necessary for software development. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-git Version: 2.1.1-r0.0 Depends: python-core, python-gitdb, python-io, python-lang, python-math, python-re, python-shell, python-stringold, python-subprocess, python-unixadmin Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 7546ba808ac5f6ae4070402cc311a4ce Size: 651542 Filename: python-git_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-gitdb-dbg Version: 0.6.4-r0.0 Recommends: libc6-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: fb21564f48af3ad88d88f5990cdb87a7 Size: 30640 Filename: python-gitdb-dbg_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database - Debugging files A pure-Python git object database. This package contains ELF symbols and related sources for debugging purposes. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-gitdb-dev Version: 0.6.4-r0.0 Depends: python-gitdb (= 0.6.4-r0.0) Recommends: libc6-dev, python-async-dev, python-core-dev, python-dev, python-io-dev, python-lang-dev, python-mmap-dev, python-shell-dev, python-smmap-dev, python-zlib-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4a40c6a1d842245f445af5d3ef6d9dc6 Size: 822 Filename: python-gitdb-dev_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database - Development files A pure-Python git object database. This package contains symbolic links, header files, and related items necessary for software development. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-gitdb Version: 0.6.4-r0.0 Depends: libc6 (>= 2.25), python-async, python-core, python-io, python-lang, python-mmap, python-shell, python-smmap, python-zlib Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 549ebee1a722035b5271a5f065f6699b Size: 120086 Filename: python-gitdb_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database A pure-Python git object database. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-hotshot Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9140366d3a86db98c80b5641b77170c4 Size: 20100 Filename: python-hotshot_2.7.13-r1.0_mips32r2.ipk Description: Python hotshot performance profiler The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-html Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: c8806fcad9d0fadf956ee40974b6a0f7 Size: 51780 Filename: python-html_2.7.13-r1.0_mips32r2.ipk Description: Python HTML processing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-idle Version: 2.7.13-r1.0 Depends: python-core, python-tkinter Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5108ff5b3a988b3eeacfaef3c4e83835 Size: 585604 Filename: python-idle_2.7.13-r1.0_mips32r2.ipk Description: Python Integrated Development Environment The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-idna-dbg Version: 2.5-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e85a00bc6772093ff74f90dd03b7e9cc Size: 756 Filename: python-idna-dbg_2.5-r0.0_mips32r2.ipk Description: Internationalised Domain Names in Applications - Debugging files Internationalised Domain Names in Applications. This package contains ELF symbols and related sources for debugging purposes. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-idna-dev Version: 2.5-r0.0 Depends: python-idna (= 2.5-r0.0) Recommends: python-codecs-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b72c4be124f418a40fa830da1637006f Size: 802 Filename: python-idna-dev_2.5-r0.0_mips32r2.ipk Description: Internationalised Domain Names in Applications - Development files Internationalised Domain Names in Applications. This package contains symbolic links, header files, and related items necessary for software development. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-idna Version: 2.5-r0.0 Depends: python-codecs Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 57cd7a579ef4bc906f6c13c1fa840a3f Size: 133628 Filename: python-idna_2.5-r0.0_mips32r2.ipk Description: Internationalised Domain Names in Applications Internationalised Domain Names in Applications. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-image Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9e8df0f9c8f2ffa1013ce20ed6d5d3e5 Size: 12976 Filename: python-image_2.7.13-r1.0_mips32r2.ipk Description: Python graphical image handling The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-imaging-dbg Version: 1.1.7-r5.0 Recommends: libc6-dbg, libfreetype-dbg, libjpeg-dbg, libz-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3e05dd2369aac92657015daaf7ee2bb9 Size: 331936 Filename: python-imaging-dbg_1.1.7-r5.0_mips32r2.ipk Description: Python Imaging Library (PIL) - Debugging files Python Imaging Library (PIL). This package contains ELF symbols and related sources for debugging purposes. OE: python-imaging License: MIT Priority: optional Package: python-imaging-dev Version: 1.1.7-r5.0 Depends: python-imaging (= 1.1.7-r5.0) Recommends: jpeg-dev, libc6-dev, libfreetype-dev, libjpeg-dev, libtiff-dev, libz-dev, python-core-dev, python-dev, python-lang-dev, python-stringold-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 380336d2816129c7b629a7809521aac6 Size: 790 Filename: python-imaging-dev_1.1.7-r5.0_mips32r2.ipk Description: Python Imaging Library (PIL) - Development files Python Imaging Library (PIL). This package contains symbolic links, header files, and related items necessary for software development. OE: python-imaging License: MIT Priority: optional Package: python-imaging-doc Version: 1.1.7-r5.0 Section: doc Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5d34ffc1db12111f67a17e1bde48647a Size: 28308 Filename: python-imaging-doc_1.1.7-r5.0_mips32r2.ipk Description: Python Imaging Library (PIL) - Documentation files Python Imaging Library (PIL). This package contains documentation. OE: python-imaging License: MIT Priority: optional Package: python-imaging Version: 1.1.7-r5.0 Depends: libc6 (>= 2.25), libfreetype6 (>= 2.7.1), libjpeg62 (>= 1.5.1), libz1 (>= 1.2.11), python-core, python-lang, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1df71aae4e7084ddde6dee78e43a1fd4 Size: 443038 Filename: python-imaging_1.1.7-r5.0_mips32r2.ipk Description: Python Imaging Library (PIL) Python Imaging Library (PIL). OE: python-imaging License: MIT Priority: optional Package: python-importlib Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 666432218036dab5da70f0145dda8b07 Size: 2004 Filename: python-importlib_2.7.13-r1.0_mips32r2.ipk Description: Python import implementation library The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-io Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython2.7-1.0 (>= 2.7.13), libssl1.0.2 (>= 1.0.2k), python-contextlib, python-core, python-math, python-netclient, python-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e44a9a5a388d7fc43451232604f3b42e Size: 236144 Filename: python-io_2.7.13-r1.0_mips32r2.ipk Description: Python low-level I/O The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-ipaddress-dbg Version: 1.0.18-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: afe3c22f4995fb245709e95cddc7e201 Size: 742 Filename: python-ipaddress-dbg_1.0.18-r0.0_mips32r2.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. - Debugging files Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. This package contains ELF symbols and related sources for debugging purposes. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-ipaddress-dev Version: 1.0.18-r0.0 Depends: python-ipaddress (= 1.0.18-r0.0) Recommends: python-core-dev, python-dev, python-pip-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 40d166d405374078e72139b2b07a6136 Size: 790 Filename: python-ipaddress-dev_1.0.18-r0.0_mips32r2.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. - Development files Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. This package contains symbolic links, header files, and related items necessary for software development. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-ipaddress Version: 1.0.18-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5b5fd026c2223af12f9206898abd6f58 Size: 36700 Filename: python-ipaddress_1.0.18-r0.0_mips32r2.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-json Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-math, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e41978d28b503632ba58fffd7a1dae8b Size: 64576 Filename: python-json_2.7.13-r1.0_mips32r2.ipk Description: Python JSON support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-lang Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a067734e92231d3508ca2e9e0f43da3c Size: 208464 Filename: python-lang_2.7.13-r1.0_mips32r2.ipk Description: Python low-level language support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-logging Version: 2.7.13-r1.0 Depends: python-core, python-io, python-lang, python-pickle, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6b4cfeceb18af4c8df6c187bdc78f980 Size: 80912 Filename: python-logging_2.7.13-r1.0_mips32r2.ipk Description: Python logging support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mailbox Version: 2.7.13-r1.0 Depends: python-core, python-mime Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5c02052b2318998bec9d730f552ee48a Size: 38938 Filename: python-mailbox_2.7.13-r1.0_mips32r2.ipk Description: Python mailbox format support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-man Version: 2.7.13-r1.0 Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 99b76c298ed2babc289d8e63b0c7e02b Size: 6464 Filename: python-man_2.7.13-r1.0_mips32r2.ipk Description: The Python Programming Language The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-math Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-crypt Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 76f8dbe089c5a5369ec90437867df985 Size: 71342 Filename: python-math_2.7.13-r1.0_mips32r2.ipk Description: Python math support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mime Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 07db2099385064a5e97dd95896503086 Size: 38850 Filename: python-mime_2.7.13-r1.0_mips32r2.ipk Description: Python MIME handling APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-misc Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13) Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a2df146e07dbe6e63d53a83a5733a7bb Size: 2074884 Filename: python-misc_2.7.13-r1.0_mips32r2.ipk Description: The Python Programming Language The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mmap Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9789f5a35daa2be5803f2e2312278990 Size: 9004 Filename: python-mmap_2.7.13-r1.0_mips32r2.ipk Description: Python memory-mapped file support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-modules Version: 2.7.13-r1.0 Depends: python-2to3, python-argparse, python-audio, python-bsddb, python-codecs, python-compile, python-compiler, python-compression, python-contextlib, python-core, python-crypt, python-ctypes, python-curses, python-datetime, python-db, python-debugger, python-difflib, python-distutils, python-doctest, python-email, python-fcntl, python-gdbm, python-hotshot, python-html, python-idle, python-image, python-importlib, python-io, python-json, python-lang, python-logging, python-mailbox, python-math, python-mime, python-misc, python-mmap, python-multiprocessing, python-netclient, python-netserver, python-numbers, python-pickle, python-pkgutil, python-plistlib, python-pprint, python-profile, python-pydoc, python-re, python-readline, python-resource, python-robotparser, python-shell, python-smtpd, python-sqlite3, python-sqlite3-tests, python-stringold, python-subprocess, python-syslog, python-terminal, python-tests, python-textutils, python-threading, python-tkinter, python-unittest, python-unixadmin, python-xml, python-xmlrpc, python-zlib Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: c9916964a3dc1cebb71a198adadc4d0b Size: 1010 Filename: python-modules_2.7.13-r1.0_mips32r2.ipk Description: All Python modules The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-multiprocessing Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-ctypes, python-io, python-lang, python-mmap, python-pickle, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: bcdcad56308d4806596b8e3f27b07965 Size: 107616 Filename: python-multiprocessing_2.7.13-r1.0_mips32r2.ipk Description: Python multiprocessing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-netclient Version: 2.7.13-r1.0 Depends: python-core, python-crypt, python-datetime, python-io, python-lang, python-logging, python-mime Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9b2ed60195e3bc857886ce9de9782933 Size: 285806 Filename: python-netclient_2.7.13-r1.0_mips32r2.ipk Description: Python Internet Protocol clients The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-netserver Version: 2.7.13-r1.0 Depends: python-core, python-netclient, python-shell, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d9f2a6c7476254801132d33f32e93354 Size: 64824 Filename: python-netserver_2.7.13-r1.0_mips32r2.ipk Description: Python Internet Protocol servers The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-numbers Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a0877f2af4a1dd16b87dd930473e9b8e Size: 112242 Filename: python-numbers_2.7.13-r1.0_mips32r2.ipk Description: Python number APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pickle Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-io, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9269863c44c81a3a03433a2257650ba9 Size: 99614 Filename: python-pickle_2.7.13-r1.0_mips32r2.ipk Description: Python serialisation/persistence support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pip-dbg Version: 9.0.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 23177ef62baa3f9079131ce8509b50d8 Size: 724 Filename: python-pip-dbg_9.0.1-r0.0_mips32r2.ipk Description: PIP is a tool for installing and managing Python packages - Debugging files PIP is a tool for installing and managing Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pip-dev Version: 9.0.1-r0.0 Depends: python-pip (= 9.0.1-r0.0) Recommends: python-dev, python-distribute-dev, python-modules-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4d007a387ebccba5520d171cdfdc9d55 Size: 780 Filename: python-pip-dev_9.0.1-r0.0_mips32r2.ipk Description: PIP is a tool for installing and managing Python packages - Development files PIP is a tool for installing and managing Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pip Version: 9.0.1-r0.0 Depends: python-distribute, python-modules Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6c8b39e9c44d0d7a7fea82f20fd75ef9 Size: 2187016 Filename: python-pip_9.0.1-r0.0_mips32r2.ipk Description: PIP is a tool for installing and managing Python packages PIP is a tool for installing and managing Python packages. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pkgutil Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 70415bec7a43bff3c091f15929d14df3 Size: 12206 Filename: python-pkgutil_2.7.13-r1.0_mips32r2.ipk Description: Python package extension utility support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-plistlib Version: 2.7.13-r1.0 Depends: python-core, python-datetime, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 91665d8d9e9dbacb6e29255595c08147 Size: 10726 Filename: python-plistlib_2.7.13-r1.0_mips32r2.ipk Description: Generate and parse Mac OS X .plist files The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pprint Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5f1b964e2797a377002e793e63760610 Size: 7582 Filename: python-pprint_2.7.13-r1.0_mips32r2.ipk Description: Python pretty-print support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-profile Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6c65efe2197952b508e4366746716c5d Size: 40928 Filename: python-profile_2.7.13-r1.0_mips32r2.ipk Description: Python basic performance profiling support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pyasn1-dbg Version: 0.2.3-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4694ee23a8d4116dc5ca88a2f8476bec Size: 736 Filename: python-pyasn1-dbg_0.2.3-r0.0_mips32r2.ipk Description: Python library implementing ASN.1 types. - Debugging files Python library implementing ASN.1 types.. This package contains ELF symbols and related sources for debugging purposes. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pyasn1-dev Version: 0.2.3-r0.0 Depends: python-pyasn1 (= 0.2.3-r0.0) Recommends: python-codecs-dev, python-dev, python-lang-dev, python-logging-dev, python-math-dev, python-shell-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 20787e398ce8d0d5e0da7661f4a83b74 Size: 804 Filename: python-pyasn1-dev_0.2.3-r0.0_mips32r2.ipk Description: Python library implementing ASN.1 types. - Development files Python library implementing ASN.1 types.. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pyasn1 Version: 0.2.3-r0.0 Depends: python-codecs, python-lang, python-logging, python-math, python-shell Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 765195dcb32e8e81607658a0ba314e47 Size: 102426 Filename: python-pyasn1_0.2.3-r0.0_mips32r2.ipk Description: Python library implementing ASN.1 types. Python library implementing ASN.1 types.. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pycparser-dbg Version: 2.17-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: ee38f54c9fed77bd470f1f510ae647f4 Size: 722 Filename: python-pycparser-dbg_2.17-r0.0_mips32r2.ipk Description: Parser of the C language, written in pure Python - Debugging files Parser of the C language, written in pure Python. This package contains ELF symbols and related sources for debugging purposes. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pycparser-dev Version: 2.17-r0.0 Depends: python-pycparser (= 2.17-r0.0) Recommends: cpp-dev, cpp-symlinks-dev, python-dev, python-subprocess-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a7844da8f407cc5eed7a721bd802d517 Size: 784 Filename: python-pycparser-dev_2.17-r0.0_mips32r2.ipk Description: Parser of the C language, written in pure Python - Development files Parser of the C language, written in pure Python. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pycparser Version: 2.17-r0.0 Depends: cpp, cpp-symlinks, python-subprocess Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3fe7de78596ab97a4d19f2db42d54d7a Size: 203398 Filename: python-pycparser_2.17-r0.0_mips32r2.ipk Description: Parser of the C language, written in pure Python Parser of the C language, written in pure Python. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pydoc Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-re, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b60da745da326df0e24c22656aee15ba Size: 295794 Filename: python-pydoc_2.7.13-r1.0_mips32r2.ipk Description: Python interactive help support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pygps Version: 3.14-r0.0 Depends: gpsd, libc6 (>= 2.25), python-core, python-curses, python-json Section: console/network Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 64ebce12acbff39966909f25dca3ea76 Size: 46440 Filename: python-pygps_3.14-r0.0_mips32r2.ipk Description: Python bindings to gpsd A TCP/IP Daemon simplifying the communication with GPS devices. OE: gpsd License: BSD Priority: optional Package: python-pyopenssl-dbg Version: 16.2.0-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: c1827a0390d96a820e2dbfefd7d4ca2a Size: 724 Filename: python-pyopenssl-dbg_16.2.0-r0.0_mips32r2.ipk Description: Simple Python wrapper around the OpenSSL library - Debugging files Simple Python wrapper around the OpenSSL library. This package contains ELF symbols and related sources for debugging purposes. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-pyopenssl-dev Version: 16.2.0-r0.0 Depends: python-pyopenssl (= 16.2.0-r0.0) Recommends: openssl-dev, python-cryptography-dev, python-dev, python-six-dev, python-threading-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: dc317e2db01ffe620d066134e63d1225 Size: 792 Filename: python-pyopenssl-dev_16.2.0-r0.0_mips32r2.ipk Description: Simple Python wrapper around the OpenSSL library - Development files Simple Python wrapper around the OpenSSL library. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-pyopenssl Version: 16.2.0-r0.0 Depends: python-cryptography, python-six, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 202ac38a14c82290d513b723415b298d Size: 92148 Filename: python-pyopenssl_16.2.0-r0.0_mips32r2.ipk Description: Simple Python wrapper around the OpenSSL library Simple Python wrapper around the OpenSSL library. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-re Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 65d50f2926a439392a575ee384dae1be Size: 37762 Filename: python-re_2.7.13-r1.0_mips32r2.ipk Description: Python Regular Expression APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-readline Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libreadline7 (>= 7.0), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 7dd63f73971633817ad5a9f2e40222a3 Size: 12894 Filename: python-readline_2.7.13-r1.0_mips32r2.ipk Description: Python readline support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-resource Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1ace8419b6679a622018c6944dc85aab Size: 4860 Filename: python-resource_2.7.13-r1.0_mips32r2.ipk Description: Python resource control interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-robotparser Version: 2.7.13-r1.0 Depends: python-core, python-netclient Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0edc686cca1c76a7873786e33df13679 Size: 5688 Filename: python-robotparser_2.7.13-r1.0_mips32r2.ipk Description: Python robots.txt parser The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-setuptools-dbg Version: 18.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 969b5557075c43875432feeaddfc6bde Size: 752 Filename: python-setuptools-dbg_18.1-r0.0_mips32r2.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages - Debugging files Downloads, builds, installs, upgrades, and uninstalls Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-setuptools-dev Version: 18.1-r0.0 Depends: python-setuptools (= 18.1-r0.0) Recommends: python-compression-dev, python-dev, python-distutils-dev, python-email-dev, python-shell-dev, python-stringold-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d3846088a77ec7478d428ffc7b6f443e Size: 830 Filename: python-setuptools-dev_18.1-r0.0_mips32r2.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages - Development files Downloads, builds, installs, upgrades, and uninstalls Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-setuptools Version: 18.1-r0.0 Depends: python-compression, python-distutils, python-email, python-shell, python-stringold Provides: python-distribute Replaces: python-distribute Conflicts: python-distribute Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 424eddece5e63f4aaad15e4c159b7729 Size: 348748 Filename: python-setuptools_18.1-r0.0_mips32r2.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages Downloads, builds, installs, upgrades, and uninstalls Python packages. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-shell Version: 2.7.13-r1.0 Depends: python-core, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6001bcb77fddc68db3606e6918214d4a Size: 41090 Filename: python-shell_2.7.13-r1.0_mips32r2.ipk Description: Python shell-like functionality The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-simplejson-dbg Version: 3.10.0-r0.0 Recommends: libc6-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 649d39c807da21c9d020af300eda480b Size: 44020 Filename: python-simplejson-dbg_3.10.0-r0.0_mips32r2.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python - Debugging files Simple, fast, extensible JSON encoder/decoder for Python. This package contains ELF symbols and related sources for debugging purposes. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-simplejson-dev Version: 3.10.0-r0.0 Depends: python-simplejson (= 3.10.0-r0.0) Recommends: libc6-dev, python-core-dev, python-dev, python-io-dev, python-netserver-dev, python-numbers-dev, python-re-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 539bd2a6966fd15c29df1ecf1cab7525 Size: 824 Filename: python-simplejson-dev_3.10.0-r0.0_mips32r2.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python - Development files Simple, fast, extensible JSON encoder/decoder for Python. This package contains symbolic links, header files, and related items necessary for software development. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-simplejson Version: 3.10.0-r0.0 Depends: libc6 (>= 2.25), python-core, python-io, python-netserver, python-numbers, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 070493cff1b43455dc9b6d31a1c0812f Size: 103004 Filename: python-simplejson_3.10.0-r0.0_mips32r2.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python Simple, fast, extensible JSON encoder/decoder for Python. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-singledispatch-dbg Version: 3.4.0.3-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9b6db224888e735816a174aaba13c734 Size: 846 Filename: python-singledispatch-dbg_3.4.0.3-r0.0_mips32r2.ipk Description: functools.singledispatch from Python 3.4 - Debugging files PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 This package contains ELF symbols and related sources for debugging purposes. OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-singledispatch-dev Version: 3.4.0.3-r0.0 Depends: python-singledispatch (= 3.4.0.3-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6bedf265a4921a5057c552ce480b6c0d Size: 892 Filename: python-singledispatch-dev_3.4.0.3-r0.0_mips32r2.ipk Description: functools.singledispatch from Python 3.4 - Development files PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 This package contains symbolic links, header files, and related items necessary for software development. OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-singledispatch Version: 3.4.0.3-r0.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e5fb5bf0a0142a778391086a6d288be1 Size: 13214 Filename: python-singledispatch_3.4.0.3-r0.0_mips32r2.ipk Description: functools.singledispatch from Python 3.4 PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-six-dbg Version: 1.10.0-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 349e7fee5de38a7ccc7ad05982b017ce Size: 730 Filename: python-six-dbg_1.10.0-r0.0_mips32r2.ipk Description: Python 2 and 3 compatibility library - Debugging files Python 2 and 3 compatibility library. This package contains ELF symbols and related sources for debugging purposes. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-six-dev Version: 1.10.0-r0.0 Depends: python-six (= 1.10.0-r0.0) Recommends: python-core-dev, python-dev, python-io-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2ced84ba5368487793ee46560ee5221f Size: 780 Filename: python-six-dev_1.10.0-r0.0_mips32r2.ipk Description: Python 2 and 3 compatibility library - Development files Python 2 and 3 compatibility library. This package contains symbolic links, header files, and related items necessary for software development. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-six Version: 1.10.0-r0.0 Depends: python-core, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4c223c988e1f2c564ddcc5968a06bbbd Size: 18506 Filename: python-six_1.10.0-r0.0_mips32r2.ipk Description: Python 2 and 3 compatibility library Python 2 and 3 compatibility library. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-smmap-dbg Version: 0.9.0-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1a6016278a214374a656de0f7a9f4495 Size: 816 Filename: python-smmap-dbg_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager - Debugging files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains ELF symbols and related sources for debugging purposes. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smmap-dev Version: 0.9.0-r0.0 Depends: python-smmap (= 0.9.0-r0.0) Recommends: python-codecs-dev, python-core-dev, python-dev, python-lang-dev, python-mmap-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 21ec4f7260ac3643a649251909917d84 Size: 872 Filename: python-smmap-dev_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager - Development files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains symbolic links, header files, and related items necessary for software development. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smmap Version: 0.9.0-r0.0 Depends: python-codecs, python-core, python-lang, python-mmap Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0258b6fa7ae625b1aa0a9a292da39ea9 Size: 38818 Filename: python-smmap_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smtpd Version: 2.7.13-r1.0 Depends: python-core, python-email, python-mime, python-netserver Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2265a1659c8953dd3b2242273ef056e5 Size: 16376 Filename: python-smtpd_2.7.13-r1.0_mips32r2.ipk Description: Python Simple Mail Transport Daemon The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-sqlite3-tests Version: 2.7.13-r1.0 Depends: python-core, python-sqlite3 Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e0f627958beab3218cbd5ebb64efe105 Size: 51590 Filename: python-sqlite3-tests_2.7.13-r1.0_mips32r2.ipk Description: Python Sqlite3 database support tests The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-sqlite3 Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libsqlite3-0 (>= 3.17.0), python-core, python-crypt, python-datetime, python-io, python-lang, python-threading, python-zlib Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 31a4f2d375f7cef741b4959c04d75519 Size: 31972 Filename: python-sqlite3_2.7.13-r1.0_mips32r2.ipk Description: Python Sqlite3 database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-stringold Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9d92943efcf8bff4c3d88d465e0ac3dd Size: 25136 Filename: python-stringold_2.7.13-r1.0_mips32r2.ipk Description: Python string APIs [deprecated] The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-subprocess Version: 2.7.13-r1.0 Depends: python-core, python-fcntl, python-io, python-pickle, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 11eaa9062709e51681119c4338883639 Size: 24248 Filename: python-subprocess_2.7.13-r1.0_mips32r2.ipk Description: Python subprocess support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-syslog Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4d74cfc746d8996b2523f5ea7bb1747c Size: 4202 Filename: python-syslog_2.7.13-r1.0_mips32r2.ipk Description: Python syslog interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tdb-dbg Version: 1.3.12-r0.0 Recommends: libc6-dbg, libtdb-dbg Section: libs Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e1edbf1b34c41ca9abc02646187281c3 Size: 146654 Filename: python-tdb-dbg_1.3.12-r0.0_mips32r2.ipk Description: The tdb library The tdb library. OE: libtdb License: LGPL-3.0+ & GPL-3.0+ Priority: optional Package: python-tdb Version: 1.3.12-r0.0 Depends: libc6 (>= 2.25), libtdb1 (>= 1.3.12), python Section: libs Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 18fe2857993ff76fb36bb8db444237c5 Size: 8824 Filename: python-tdb_1.3.12-r0.0_mips32r2.ipk Description: The tdb library The tdb library. OE: libtdb License: LGPL-3.0+ & GPL-3.0+ Priority: optional Package: python-terminal Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e8c716a235d7b4ba70545995b05c5dbb Size: 5268 Filename: python-terminal_2.7.13-r1.0_mips32r2.ipk Description: Python terminal controlling support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tests Version: 2.7.13-r1.0 Depends: python-core, python-modules Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 26360cb1aa33e7db74a060de09e0bf19 Size: 4797994 Filename: python-tests_2.7.13-r1.0_mips32r2.ipk Description: Python tests The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tevent-dbg Version: 0.9.31-r0.0 Recommends: libc6-dbg, libtalloc-dbg, libtevent-dbg Section: libs Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 09fdda14381c31559f0e55a21c968401 Size: 100098 Filename: python-tevent-dbg_0.9.31-r0.0_mips32r2.ipk Description: Hierarchical, reference counted memory pool system with destructors Hierarchical, reference counted memory pool system with destructors. OE: libtevent HomePage: http://tevent.samba.org License: LGPLv3+ Priority: optional Package: python-tevent Version: 0.9.31-r0.0 Depends: libc6 (>= 2.25), libtalloc (>= 2.1.9), libtevent0 (>= 0.9.31), python Section: libs Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: f716eddbe05472450133e165d6bde4bf Size: 7826 Filename: python-tevent_0.9.31-r0.0_mips32r2.ipk Description: Hierarchical, reference counted memory pool system with destructors Hierarchical, reference counted memory pool system with destructors. OE: libtevent HomePage: http://tevent.samba.org License: LGPLv3+ Priority: optional Package: python-textutils Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io, python-re, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a4d6b558f401b0a37b6b0b46de5386d4 Size: 65730 Filename: python-textutils_2.7.13-r1.0_mips32r2.ipk Description: Python option parsing, text wrapping and CSV support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-threading Version: 2.7.13-r1.0 Depends: python-core, python-lang Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0ecb4a65e5c2bdd7abcac38d8d098b90 Size: 40040 Filename: python-threading_2.7.13-r1.0_mips32r2.ipk Description: Python threading & synchronization support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tkinter Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: f2a72f5bb0db1923a9b0efc320c32f06 Size: 389418 Filename: python-tkinter_2.7.13-r1.0_mips32r2.ipk Description: Python Tcl/Tk bindings The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tornado-dbg Version: 4.4.2-r0.0 Recommends: libc6-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 017a8d947d829d4ecb87bad5801e6a43 Size: 11190 Filename: python-tornado-dbg_4.4.2-r0.0_mips32r2.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. - Debugging files Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long- lived connection to each user. This package contains ELF symbols and related sources for debugging purposes. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado-dev Version: 4.4.2-r0.0 Depends: python-tornado (= 4.4.2-r0.0) Recommends: libc6-dev, python-backports-abc-dev, python-backports-ssl-dev, python-certifi-dev, python-compression-dev, python-core-dev, python-dev, python-email-dev, python-html-dev, python-json-dev, python-numbers-dev, python-pkgutil-dev, python-singledispatch-dev, python-subprocess-dev, python-threading-dev, python-unittest-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2627dcc0ce3ee74d8c543407d441facc Size: 1082 Filename: python-tornado-dev_4.4.2-r0.0_mips32r2.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. - Development files Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long- lived connection to each user. This package contains symbolic links, header files, and related items necessary for software development. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado-test Version: 4.4.2-r0.0 Depends: python-tornado, python-unittest Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6cf2106a417381132468f47fbdb0b779 Size: 339952 Filename: python-tornado-test_4.4.2-r0.0_mips32r2.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado Version: 4.4.2-r0.0 Depends: libc6 (>= 2.25), python-backports-abc, python-backports-ssl, python-certifi, python-compression, python-core, python-email, python-html, python-json, python-numbers, python-pkgutil, python-singledispatch, python-subprocess, python-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 323bdc0683c5d207379109b7d68ecfbb Size: 493712 Filename: python-tornado_4.4.2-r0.0_mips32r2.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-unittest Version: 2.7.13-r1.0 Depends: python-core, python-difflib, python-io, python-lang, python-pprint, python-shell, python-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 813c9cd705f99c237037961cf198d00a Size: 143278 Filename: python-unittest_2.7.13-r1.0_mips32r2.ipk Description: Python unit testing framework The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-unixadmin Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1673dff9586679f3c952b8151e9705a1 Size: 11664 Filename: python-unixadmin_2.7.13-r1.0_mips32r2.ipk Description: Python Unix administration support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-webencodings-dbg Version: 0.5-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: c976812132dddaa4ffd2f77259c85f67 Size: 712 Filename: python-webencodings-dbg_0.5-r0.0_mips32r2.ipk Description: Character encoding aliases for legacy web content - Debugging files Character encoding aliases for legacy web content. This package contains ELF symbols and related sources for debugging purposes. OE: python-webencodings License: BSD Priority: optional Package: python-webencodings-dev Version: 0.5-r0.0 Depends: python-webencodings (= 0.5-r0.0) Recommends: python-codecs-dev, python-core-dev, python-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 7dc21c9b06ddc288cd6fea5aa23a8f5c Size: 762 Filename: python-webencodings-dev_0.5-r0.0_mips32r2.ipk Description: Character encoding aliases for legacy web content - Development files Character encoding aliases for legacy web content. This package contains symbolic links, header files, and related items necessary for software development. OE: python-webencodings License: BSD Priority: optional Package: python-webencodings Version: 0.5-r0.0 Depends: python-codecs, python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 19fd9d115d42f1938442c7d2c79a91db Size: 17188 Filename: python-webencodings_0.5-r0.0_mips32r2.ipk Description: Character encoding aliases for legacy web content Character encoding aliases for legacy web content. OE: python-webencodings License: BSD Priority: optional Package: python-xcbgen Version: 1.12-r0.0 Section: x11/libs Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e84daf9117644c0d43f687041ba3b0bf Size: 71736 Filename: python-xcbgen_1.12-r0.0_mips32r2.ipk Description: XCB: The X protocol C binding headers Function prototypes for the X protocol C-language Binding (XCB). XCB is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. OE: xcb-proto HomePage: http://xcb.freedesktop.org License: MIT Priority: optional Package: python-xml Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 72c7cadaeac580160f6662e4e534acd8 Size: 263046 Filename: python-xml_2.7.13-r1.0_mips32r2.ipk Description: Python basic XML support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-xmlrpc Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-netserver, python-xml Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3f203f81fb33dfdb7ab88f45b118e69a Size: 50662 Filename: python-xmlrpc_2.7.13-r1.0_mips32r2.ipk Description: Python XML-RPC support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-zlib Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libz1 (>= 1.2.11), python-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 67a4ab1442a9b2d23c4507b27e5be67c Size: 9508 Filename: python-zlib_2.7.13-r1.0_mips32r2.ipk Description: Python zlib compression support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-2to3 Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: cf047ce012e350d7f740cc5badebb1b3 Size: 531816 Filename: python3-2to3_3.5.2-r1.0.0_mips32r2.ipk Description: Python automated Python 2 to 3 code translator The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-argparse Version: 3.5.2-r1.0.0 Depends: python3-codecs, python3-core, python3-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2fb8edbfc3f24e59ad02baac9c5f2058 Size: 87778 Filename: python3-argparse_3.5.2-r1.0.0_mips32r2.ipk Description: Python command line argument parser The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-async-dbg Version: 0.6.2-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 95b36b46800d9d3075bae85a24090aae Size: 754 Filename: python3-async-dbg_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers - Debugging files Python framework to process interdependent tasks in a pool of workers. This package contains ELF symbols and related sources for debugging purposes. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-async-dev Version: 0.6.2-r0.0 Depends: python3-async (= 0.6.2-r0.0) Recommends: python3-core-dev, python3-dev, python3-lang-dev, python3-threading-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0f9450a4568fa4032af3addf6c66b20d Size: 808 Filename: python3-async-dev_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers - Development files Python framework to process interdependent tasks in a pool of workers. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-async Version: 0.6.2-r0.0 Depends: python3-core, python3-lang, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0bf708608cf546dd214e12c99d95caa8 Size: 57462 Filename: python3-async_0.6.2-r0.0_mips32r2.ipk Description: Python framework to process interdependent tasks in a pool of workers Python framework to process interdependent tasks in a pool of workers. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-asyncio Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0340ae1f9dfb16f3f196bb7113467f99 Size: 415686 Filename: python3-asyncio_3.5.2-r1.0.0_mips32r2.ipk Description: Python Asynchronous I/O, event loop, coroutines and tasks The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-audio Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 541c1a94ba8c79d6ca45cd9f0185879c Size: 62432 Filename: python3-audio_3.5.2-r1.0.0_mips32r2.ipk Description: Python Audio Handling The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-codecs Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-lang Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 464893baeb969252d2b4423ad6dd7ca9 Size: 1373068 Filename: python3-codecs_3.5.2-r1.0.0_mips32r2.ipk Description: Python codecs, encodings & i18n support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-compile Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d4017640501ca925f23e8fd6b71ee29e Size: 12788 Filename: python3-compile_3.5.2-r1.0.0_mips32r2.ipk Description: Python bytecode compilation support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-compression Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), python3-codecs, python3-core, python3-importlib, python3-shell, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 361f5e6dd74043c4e939d3c4a5abd9f6 Size: 210630 Filename: python3-compression_3.5.2-r1.0.0_mips32r2.ipk Description: Python high-level compression support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-core Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), python3-codecs, python3-io, python3-lang, python3-math, python3-re, python3-reprlib Provides: python3 Recommends: python3-readline Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 30d1cefd4d52cb0fe650c94e6a37a808 Size: 472802 Filename: python3-core_3.5.2-r1.0.0_mips32r2.ipk Description: Python interpreter and core modules The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-crypt Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython3.5m1.0 (>= 3.5.2), python3-core Recommends: openssl Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 83911f268babac14263a129a9c5b5d39 Size: 45532 Filename: python3-crypt_3.5.2-r1.0.0_mips32r2.ipk Description: Python basic cryptographic and hashing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-ctypes Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-subprocess Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2554171dcaa85f95f8043ee2cfed73d0 Size: 340480 Filename: python3-ctypes_3.5.2-r1.0.0_mips32r2.ipk Description: Python C types support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-curses Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libncurses5 (>= 6.0+20161126), libpanel5 (>= 6.0+20161126), libpython3.5m1.0 (>= 3.5.2), libtinfo5 (>= 6.0+20161126), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 7daf6a4be6deb3ca2d671d0a9adc79c1 Size: 41718 Filename: python3-curses_3.5.2-r1.0.0_mips32r2.ipk Description: Python curses support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-datetime Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-codecs, python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a6b7931bf1ee7f6a079e6ceca55e5c1b Size: 135000 Filename: python3-datetime_3.5.2-r1.0.0_mips32r2.ipk Description: Python calendar and time support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-db Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: f2fbd8c14914ac2907288ff011f32ba4 Size: 18492 Filename: python3-db_3.5.2-r1.0.0_mips32r2.ipk Description: Python file-based database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dbg Version: 3.5.2-r1.0.0 Recommends: gdbm-compat-dbg, libbz2-dbg, libc6-dbg, libcrypto-dbg, libffi-dbg, libgdbm-dbg, liblzma-dbg, libpython3-dbg, libreadline-dbg, libsqlite3-dbg, libssl-dbg, libz-dbg, ncurses-libncurses-dbg, ncurses-libpanel-dbg, ncurses-libtinfo-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 56735df325dcc9ae3d8113be7203a27f Size: 4481900 Filename: python3-dbg_3.5.2-r1.0.0_mips32r2.ipk Description: The Python Programming Language - Debugging files The Python Programming Language. This package contains ELF symbols and related sources for debugging purposes. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dbus-dbg Version: 1.2.4-r0.0 Recommends: dbus-lib-dbg, libc6-dbg, libdbus-glib-1-dbg, libglib-2.0-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 724e17b55f45a6a874a9f630e14397c7 Size: 144606 Filename: python3-dbus-dbg_1.2.4-r0.0_mips32r2.ipk Description: Python bindings for the DBus inter-process communication system - Debugging files Python bindings for the DBus inter-process communication system. This package contains ELF symbols and related sources for debugging purposes. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus-dev Version: 1.2.4-r0.0 Depends: python3-dbus (= 1.2.4-r0.0) Recommends: dbus-dev, dbus-lib-dev, libc6-dev, libdbus-glib-1-dev, libexpat-dev, libglib-2.0-dev, python3-dev, python3-io-dev, python3-logging-dev, python3-stringold-dev, python3-threading-dev, python3-xml-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: cc0c4d283f11f040f53f4ef4bb513b37 Size: 2754 Filename: python3-dbus-dev_1.2.4-r0.0_mips32r2.ipk Description: Python bindings for the DBus inter-process communication system - Development files Python bindings for the DBus inter-process communication system. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus-doc Version: 1.2.4-r0.0 Section: doc Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8fa73f09e90346ece5fa1f311d8168d9 Size: 25042 Filename: python3-dbus-doc_1.2.4-r0.0_mips32r2.ipk Description: Python bindings for the DBus inter-process communication system - Documentation files Python bindings for the DBus inter-process communication system. This package contains documentation. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus Version: 1.2.4-r0.0 Depends: libc6 (>= 2.25), libdbus-1-3 (>= 1.10.14), libdbus-glib-1-2 (>= 0.108), libglib-2.0-0 (>= 2.50.3), python3-io, python3-logging, python3-stringold, python3-threading, python3-xml Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 20c810faa21fd2eeed29da8c36b22bb1 Size: 149890 Filename: python3-dbus_1.2.4-r0.0_mips32r2.ipk Description: Python bindings for the DBus inter-process communication system Python bindings for the DBus inter-process communication system. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-debugger Version: 3.5.2-r1.0.0 Depends: python3-core, python3-importlib, python3-io, python3-lang, python3-pkgutil, python3-pprint, python3-re, python3-shell, python3-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 029d06e0029da5aec73d5719868eebd4 Size: 93920 Filename: python3-debugger_3.5.2-r1.0.0_mips32r2.ipk Description: Python debugger The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dev Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Recommends: bzip2-dev, db-dev, gdbm-compat-dev, libbz2-dev, libc6-dev, libcrypto-dev, libffi-dev, libgdbm-dev, liblzma-dev, libpython3-dev, libreadline-dev, libsqlite3-dev, libssl-dev, libz-dev, ncurses-libncurses-dev, ncurses-libpanel-dev, ncurses-libtinfo-dev, openssl-dev, python3-2to3-dev, python3-argparse-dev, python3-asyncio-dev, python3-audio-dev, python3-codecs-dev, python3-compile-dev, python3-compression-dev, python3-core-dev, python3-crypt-dev, python3-ctypes-dev, python3-curses-dev, python3-datetime-dev, python3-db-dev, python3-debugger-dev, python3-difflib-dev, python3-distutils-dev, python3-doctest-dev, python3-email-dev, python3-enum-dev, python3-fcntl-dev, python3-gdbm-dev, python3-html-dev, python3-idle-dev, python3-image-dev, python3-importlib-dev, python3-io-dev, python3-json-dev, python3-lang-dev, python3-logging-dev, python3-mailbox-dev, python3-math-dev, python3-mime-dev, python3-misc-dev, python3-mmap-dev, python3-multiprocessing-dev, python3-netclient-dev, python3-netserver-dev, python3-numbers-dev, python3-pickle-dev, python3-pkgutil-dev, python3-pprint-dev, python3-profile-dev, python3-pydoc-dev, python3-re-dev, python3-readline-dev, python3-reprlib-dev, python3-resource-dev, python3-selectors-dev, python3-shell-dev, python3-signal-dev, python3-smtpd-dev, python3-sqlite3-dev, python3-sqlite3-tests-dev, python3-stringold-dev, python3-subprocess-dev, python3-syslog-dev, python3-terminal-dev, python3-tests-dev, python3-textutils-dev, python3-threading-dev, python3-tkinter-dev, python3-typing-dev, python3-unittest-dev, python3-unixadmin-dev, python3-xml-dev, python3-xmlrpc-dev, sqlite3-dev, xz-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9a0296c8d24d66a44ed855952ef15376 Size: 155922 Filename: python3-dev_3.5.2-r1.0.0_mips32r2.ipk Description: Python development package The Python Programming Language. This package contains symbolic links, header files, and related items necessary for software development. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-difflib Version: 3.5.2-r1.0.0 Depends: python3-lang, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 56e67448012a401c536519627d10ed5f Size: 80620 Filename: python3-difflib_3.5.2-r1.0.0_mips32r2.ipk Description: Python helpers for computing deltas between objects The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-distutils Version: 3.5.2-r1.0.0 Depends: python3-core, python3-email Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 678a9d5e7ea9fab59bf0ed0c270e7eb4 Size: 1931602 Filename: python3-distutils_3.5.2-r1.0.0_mips32r2.ipk Description: Python Distribution Utilities The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-doctest Version: 3.5.2-r1.0.0 Depends: python3-core, python3-debugger, python3-difflib, python3-io, python3-lang, python3-re, python3-unittest Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 86405c7244335c4b93369cb50394da80 Size: 101214 Filename: python3-doctest_3.5.2-r1.0.0_mips32r2.ipk Description: Python framework for running examples in docstrings The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-email Version: 3.5.2-r1.0.0 Depends: python3-audio, python3-core, python3-image, python3-io, python3-mime, python3-netclient, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5d9769c1c4efab3daf8d430084d7bb97 Size: 427140 Filename: python3-email_3.5.2-r1.0.0_mips32r2.ipk Description: Python email support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-enum Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 26f2719f4acf310636002836d2b69935 Size: 14466 Filename: python3-enum_3.5.2-r1.0.0_mips32r2.ipk Description: Python support for enumerations The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-fcntl Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d2434dffd2d9af12be339d657d466af2 Size: 6906 Filename: python3-fcntl_3.5.2-r1.0.0_mips32r2.ipk Description: Python's fcntl interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-gdbm Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 91fa0a49599754c15d00cc26eeb7199c Size: 7576 Filename: python3-gdbm_3.5.2-r1.0.0_mips32r2.ipk Description: Python GNU database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-git-dbg Version: 2.1.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 061c7212fcfba99b603d40077d7b05aa Size: 876 Filename: python3-git-dbg_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories - Debugging files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains ELF symbols and related sources for debugging purposes. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-git-dev Version: 2.1.1-r0.0 Depends: python3-git (= 2.1.1-r0.0) Recommends: python3-argparse-dev, python3-core-dev, python3-datetime-dev, python3-dev, python3-enum-dev, python3-gitdb-dev, python3-io-dev, python3-lang-dev, python3-logging-dev, python3-math-dev, python3-netclient-dev, python3-re-dev, python3-shell-dev, python3-stringold-dev, python3-subprocess-dev, python3-unittest-dev, python3-unixadmin-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: ec23256ff42ba7ef068ca38d64927b2a Size: 1000 Filename: python3-git-dev_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories - Development files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-git Version: 2.1.1-r0.0 Depends: python3-argparse, python3-core, python3-datetime, python3-enum, python3-gitdb, python3-io, python3-lang, python3-logging, python3-math, python3-netclient, python3-re, python3-shell, python3-stringold, python3-subprocess, python3-unittest, python3-unixadmin Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 54dffc4cc17c9f1afe71d3746e15a1cd Size: 645752 Filename: python3-git_2.1.1-r0.0_mips32r2.ipk Description: Python library used to interact with Git repositories GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-gitdb-dbg Version: 0.6.4-r0.0 Recommends: libc6-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 86084aa2e3746029da3d265b7cc872cd Size: 32564 Filename: python3-gitdb-dbg_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database - Debugging files A pure-Python git object database. This package contains ELF symbols and related sources for debugging purposes. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-gitdb-dev Version: 0.6.4-r0.0 Depends: python3-gitdb (= 0.6.4-r0.0) Recommends: libc6-dev, python3-async-dev, python3-compression-dev, python3-core-dev, python3-crypt-dev, python3-dev, python3-io-dev, python3-lang-dev, python3-mmap-dev, python3-shell-dev, python3-smmap-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 17fa11d80232104a53a0133adcd1d246 Size: 834 Filename: python3-gitdb-dev_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database - Development files A pure-Python git object database. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-gitdb Version: 0.6.4-r0.0 Depends: libc6 (>= 2.25), python3-async, python3-compression, python3-core, python3-crypt, python3-io, python3-lang, python3-mmap, python3-shell, python3-smmap Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 05b2f356cb7f477b8abede8e8e3c02fd Size: 117962 Filename: python3-gitdb_0.6.4-r0.0_mips32r2.ipk Description: A pure-Python git object database A pure-Python git object database. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-html Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: cf3d5db5bd952fddc7b329fd0c1fe121 Size: 128826 Filename: python3-html_3.5.2-r1.0.0_mips32r2.ipk Description: Python HTML processing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-idle Version: 3.5.2-r1.0.0 Depends: python3-core, python3-tkinter Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 11e319f33a9bc57c735b45cb8beb6689 Size: 1054818 Filename: python3-idle_3.5.2-r1.0.0_mips32r2.ipk Description: Python Integrated Development Environment The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-image Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 684a216bcd8a8ea7675fed370ad0c662 Size: 7398 Filename: python3-image_3.5.2-r1.0.0_mips32r2.ipk Description: Python graphical image handling The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-importlib Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3c1e445a20938f0ef3c4ad0179e01c97 Size: 137728 Filename: python3-importlib_3.5.2-r1.0.0_mips32r2.ipk Description: Python import implementation library The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-io Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython3.5m1.0 (>= 3.5.2), libssl1.0.2 (>= 1.0.2k), python3-core, python3-math Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: dddd8d4e7772febb994b947bced2c0b1 Size: 355876 Filename: python3-io_3.5.2-r1.0.0_mips32r2.ipk Description: Python low-level I/O The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-json Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-math, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8fd59af915d800fd47b12198d346261f Size: 52300 Filename: python3-json_3.5.2-r1.0.0_mips32r2.ipk Description: Python JSON support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-lang Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-importlib Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 697e77148bd73009b9376fdead8a49c2 Size: 426426 Filename: python3-lang_3.5.2-r1.0.0_mips32r2.ipk Description: Python low-level language support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-logging Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io, python3-lang, python3-pickle, python3-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 80f85952179cd939b9473a856acb8b77 Size: 161810 Filename: python3-logging_3.5.2-r1.0.0_mips32r2.ipk Description: Python logging support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mailbox Version: 3.5.2-r1.0.0 Depends: python3-core, python3-mime Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 75401fae3274730ab6e2b9e541881439 Size: 81134 Filename: python3-mailbox_3.5.2-r1.0.0_mips32r2.ipk Description: Python mailbox format support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-man Version: 3.5.2-r1.0.0 Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: fe795c358ee5d36690e6e993b2e8cb14 Size: 5992 Filename: python3-man_3.5.2-r1.0.0_mips32r2.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-math Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-crypt Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 684052b1d1b76d31f28cea07447f042c Size: 52368 Filename: python3-math_3.5.2-r1.0.0_mips32r2.ipk Description: Python math support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mime Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 35514d91455eade1dfee10d402d50107 Size: 11668 Filename: python3-mime_3.5.2-r1.0.0_mips32r2.ipk Description: Python MIME handling APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-misc Version: 3.5.2-r1.0.0 Depends: libbz2-1 (>= 1.0.6), libc6 (>= 2.25), liblzma5 (>= 5.2.0), libpython3.5m1.0 (>= 3.5.2), python3-argparse, python3-codecs, python3-core, python3-email, python3-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: ae404bc05496e85e3562bb5925049569 Size: 3103510 Filename: python3-misc_3.5.2-r1.0.0_mips32r2.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mmap Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 164e373fa16e28636efe0b3b72995a90 Size: 9322 Filename: python3-mmap_3.5.2-r1.0.0_mips32r2.ipk Description: Python memory-mapped file support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-modules Version: 3.5.2-r1.0.0 Depends: python3-2to3, python3-argparse, python3-asyncio, python3-audio, python3-codecs, python3-compile, python3-compression, python3-core, python3-crypt, python3-ctypes, python3-curses, python3-datetime, python3-db, python3-debugger, python3-difflib, python3-distutils, python3-doctest, python3-email, python3-enum, python3-fcntl, python3-gdbm, python3-html, python3-idle, python3-image, python3-importlib, python3-io, python3-json, python3-lang, python3-logging, python3-mailbox, python3-math, python3-mime, python3-misc, python3-mmap, python3-multiprocessing, python3-netclient, python3-netserver, python3-numbers, python3-pickle, python3-pkgutil, python3-pprint, python3-profile, python3-pydoc, python3-re, python3-readline, python3-reprlib, python3-resource, python3-selectors, python3-shell, python3-signal, python3-smtpd, python3-sqlite3, python3-sqlite3-tests, python3-stringold, python3-subprocess, python3-syslog, python3-terminal, python3-tests, python3-textutils, python3-threading, python3-tkinter, python3-typing, python3-unittest, python3-unixadmin, python3-xml, python3-xmlrpc Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 95d097b1a8f236bf3526561d58e19d3d Size: 1002 Filename: python3-modules_3.5.2-r1.0.0_mips32r2.ipk Description: All Python modules The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-multiprocessing Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-ctypes, python3-io, python3-lang, python3-mmap, python3-pickle, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1ca94b09bde6fd7aa711581a641110aa Size: 272474 Filename: python3-multiprocessing_3.5.2-r1.0.0_mips32r2.ipk Description: Python multiprocessing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-netclient Version: 3.5.2-r1.0.0 Depends: python3-argparse, python3-core, python3-crypt, python3-datetime, python3-html, python3-io, python3-lang, python3-logging, python3-mime Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 83b4e2b744eb1de856c06488221636f9 Size: 657190 Filename: python3-netclient_3.5.2-r1.0.0_mips32r2.ipk Description: Python Internet Protocol clients The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-netserver Version: 3.5.2-r1.0.0 Depends: python3-core, python3-netclient, python3-shell, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8ff3bb9e4fb3a75d15b973bdb9514d90 Size: 52328 Filename: python3-netserver_3.5.2-r1.0.0_mips32r2.ipk Description: Python Internet Protocol servers The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-numbers Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8c3b00087d13bd0f7ae9eda45738c7e7 Size: 26950 Filename: python3-numbers_3.5.2-r1.0.0_mips32r2.ipk Description: Python number APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pickle Version: 3.5.2-r1.0.0 Depends: python3-codecs, python3-core, python3-io, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 3438ded6656341ebcde78637c1117cae Size: 167988 Filename: python3-pickle_3.5.2-r1.0.0_mips32r2.ipk Description: Python serialisation/persistence support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pkgutil Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6bd73010c3b2316e4bb4e2e6cafdf3be Size: 15126 Filename: python3-pkgutil_3.5.2-r1.0.0_mips32r2.ipk Description: Python package extension utility support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pprint Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8894cb4929650be5329bb2b385be9470 Size: 14470 Filename: python3-pprint_3.5.2-r1.0.0_mips32r2.ipk Description: Python pretty-print support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-profile Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-textutils Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 34a99175c04d3ff6f14bf70188e2c4c8 Size: 50826 Filename: python3-profile_3.5.2-r1.0.0_mips32r2.ipk Description: Python basic performance profiling support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pycairo-dbg Version: 1.10.0-r2.0 Recommends: libc6-dbg, libcairo-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 0c7785ad4d970ceec34db55275c35c76 Size: 62738 Filename: python3-pycairo-dbg_1.10.0-r2.0_mips32r2.ipk Description: Python bindings for the Cairo canvas library - Debugging files Python bindings for the Cairo canvas library. This package contains ELF symbols and related sources for debugging purposes. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pycairo-dev Version: 1.10.0-r2.0 Depends: python3-pycairo (= 1.10.0-r2.0) Recommends: libc6-dev, libcairo-dev, python3-core-dev, python3-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 338e79ae37d487794bc7a9acbd32e6b1 Size: 2902 Filename: python3-pycairo-dev_1.10.0-r2.0_mips32r2.ipk Description: Python bindings for the Cairo canvas library - Development files Python bindings for the Cairo canvas library. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pycairo Version: 1.10.0-r2.0 Depends: libc6 (>= 2.25), libcairo2 (>= 1.14.8), python3-core Section: python-devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: ee91fd9cb55446138450f2a9a7060c51 Size: 26292 Filename: python3-pycairo_1.10.0-r2.0_mips32r2.ipk Description: Python bindings for the Cairo canvas library Python bindings for the Cairo canvas library. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pydoc Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-re, python3-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 89188eb9ff0d93f8982fe745b680e405 Size: 584820 Filename: python3-pydoc_3.5.2-r1.0.0_mips32r2.ipk Description: Python interactive help support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pygobject-dbg Version: 3.22.0-r0.0 Recommends: cairo-gobject-dbg, gobject-introspection-dbg, libc6-dbg, libcairo-dbg, libffi-dbg, libglib-2.0-dbg Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2266a91e59457ece5c95470e3af70285 Size: 482874 Filename: python3-pygobject-dbg_3.22.0-r0.0_mips32r2.ipk Description: Python GObject bindings - Debugging files Python GObject bindings. This package contains ELF symbols and related sources for debugging purposes. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pygobject-dev Version: 3.22.0-r0.0 Depends: python3-pygobject (= 3.22.0-r0.0) Recommends: cairo-gobject-dev, gobject-introspection-dev, libc6-dev, libcairo-dev, libffi-dev, libglib-2.0-dev, python3-core-dev, python3-dev, python3-importlib-dev, python3-pycairo-dev, python3-setuptools-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 9cd5f6738dd3b9ecb35bc7cda5577a39 Size: 7196 Filename: python3-pygobject-dev_3.22.0-r0.0_mips32r2.ipk Description: Python GObject bindings - Development files Python GObject bindings. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pygobject Version: 3.22.0-r0.0 Depends: gobject-introspection (>= 1.50.0), libc6 (>= 2.25), libcairo-gobject2 (>= 1.14.8), libcairo2 (>= 1.14.8), libffi6 (>= 3.2.1), libglib-2.0-0 (>= 2.50.3), python3-core, python3-importlib, python3-pycairo, python3-setuptools Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 395d5acff1163188b626015bc140a9a4 Size: 329152 Filename: python3-pygobject_3.22.0-r0.0_mips32r2.ipk Description: Python GObject bindings Python GObject bindings. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pyvenv Version: 3.5.2-r1.0.0 Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 29548096ae3752d973c29874c6def784 Size: 920 Filename: python3-pyvenv_3.5.2-r1.0.0_mips32r2.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-re Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 622c1e47f68585496009dc9e49408922 Size: 56204 Filename: python3-re_3.5.2-r1.0.0_mips32r2.ipk Description: Python Regular Expression APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-readline Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libreadline7 (>= 7.0), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 6057deadd15f3458474c2aaf9ba2ec22 Size: 14410 Filename: python3-readline_3.5.2-r1.0.0_mips32r2.ipk Description: Python readline support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-reprlib Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 88729dbf1b6631022949fbf56ee7c164 Size: 2340 Filename: python3-reprlib_3.5.2-r1.0.0_mips32r2.ipk Description: Python alternate repr() implementation The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-resource Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: b10f492d34f20b4f26280c210b91766a Size: 5170 Filename: python3-resource_3.5.2-r1.0.0_mips32r2.ipk Description: Python resource control interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-rpm Version: 1:4.13.90+git0+a8e51b3bb0-r0.0 Depends: db (>= 5.3.28), file (>= 5.30), libbz2-1 (>= 1.0.6), libc6 (>= 2.25), libdw1 (>= 0.168), libelf1 (>= 0.168), liblzma5 (>= 5.2.0), libpopt0 (>= 1.16), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), nss (>= 3.28.1), rpm (>= 4.13.90+git0+a8e51b3bb0) Section: base Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a15feeca104298759505aa7383738d01 Size: 48888 Filename: python3-rpm_4.13.90+git0+a8e51b3bb0-r0.0_mips32r2.ipk Description: Python bindings for apps which will manupulate RPM packages The python3-rpm package contains a module that permits applications written in the Python programming language to use the interface supplied by the RPM Package Manager libraries. OE: rpm HomePage: http://www.rpm.org License: GPL-2.0 Priority: optional Package: python3-selectors Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 74a290cf84d6050d7a7f3964efb5fd04 Size: 13976 Filename: python3-selectors_3.5.2-r1.0.0_mips32r2.ipk Description: Python High-level I/O multiplexing The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-setuptools-dbg Version: 32.1.1-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 330daade0e59ba2a513b6cf141a2ffb2 Size: 750 Filename: python3-setuptools-dbg_32.1.1-r0.0_mips32r2.ipk Description: Download, build, install, upgrade, and uninstall Python packages - Debugging files Download, build, install, upgrade, and uninstall Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-setuptools-dev Version: 32.1.1-r0.0 Depends: python3-setuptools (= 32.1.1-r0.0) Recommends: python3-compression-dev, python3-ctypes-dev, python3-dev, python3-distutils-dev, python3-email-dev, python3-importlib-dev, python3-misc-dev, python3-numbers-dev, python3-pkgutil-dev, python3-shell-dev, python3-subprocess-dev, python3-textutils-dev, python3-threading-dev, python3-unittest-dev, python3-xml-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 8d7c4337a11e17a6d54f72d8688c6e7a Size: 878 Filename: python3-setuptools-dev_32.1.1-r0.0_mips32r2.ipk Description: Download, build, install, upgrade, and uninstall Python packages - Development files Download, build, install, upgrade, and uninstall Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-setuptools Version: 32.1.1-r0.0 Depends: python3-compression, python3-ctypes, python3-distutils, python3-email, python3-importlib, python3-misc, python3-numbers, python3-pkgutil, python3-shell, python3-subprocess, python3-textutils, python3-threading, python3-unittest, python3-xml Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 545fccd9f7b0f4decf63b0b137936aa1 Size: 792904 Filename: python3-setuptools_32.1.1-r0.0_mips32r2.ipk Description: Download, build, install, upgrade, and uninstall Python packages Download, build, install, upgrade, and uninstall Python packages. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-shell Version: 3.5.2-r1.0.0 Depends: python3-compression, python3-core, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: fad8539b57e96553e96ed6a30ad68bb4 Size: 85162 Filename: python3-shell_3.5.2-r1.0.0_mips32r2.ipk Description: Python shell-like functionality The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-signal Version: 3.5.2-r1.0.0 Depends: python3-core, python3-enum Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 162c7057cfc1a77234c351bc8de7bf4d Size: 2736 Filename: python3-signal_3.5.2-r1.0.0_mips32r2.ipk Description: Python set handlers for asynchronous events support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-smmap-dbg Version: 0.9.0-r0.0 Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: e5dfc408aff1ffce077bde97fc9c50e2 Size: 818 Filename: python3-smmap-dbg_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager - Debugging files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains ELF symbols and related sources for debugging purposes. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smmap-dev Version: 0.9.0-r0.0 Depends: python3-smmap (= 0.9.0-r0.0) Recommends: python3-codecs-dev, python3-core-dev, python3-dev, python3-lang-dev, python3-mmap-dev Section: devel Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 5e15e51005c6f0f37435a893f7688550 Size: 874 Filename: python3-smmap-dev_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager - Development files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smmap Version: 0.9.0-r0.0 Depends: python3-codecs, python3-core, python3-lang, python3-mmap Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1d99dedfcba6900a53344d213e0ba171 Size: 39058 Filename: python3-smmap_0.9.0-r0.0_mips32r2.ipk Description: Python implementation of a sliding window memory map manager A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smtpd Version: 3.5.2-r1.0.0 Depends: python3-core, python3-email, python3-mime, python3-netserver Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: d59295371e918f1bfb099fa13a518203 Size: 22670 Filename: python3-smtpd_3.5.2-r1.0.0_mips32r2.ipk Description: Python Simple Mail Transport Daemon The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-sqlite3-tests Version: 3.5.2-r1.0.0 Depends: python3-core, python3-sqlite3 Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 91d0793a296200ff661954fda7a5b417 Size: 102168 Filename: python3-sqlite3-tests_3.5.2-r1.0.0_mips32r2.ipk Description: Python Sqlite3 database support tests The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-sqlite3 Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libsqlite3-0 (>= 3.17.0), python3-core, python3-crypt, python3-datetime, python3-io, python3-lang, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 243dad5dd761607ac45ad40e64067646 Size: 31930 Filename: python3-sqlite3_3.5.2-r1.0.0_mips32r2.ipk Description: Python Sqlite3 database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-stringold Version: 3.5.2-r1.0.0 Depends: python3-core, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a9e2dcf090df1922ce74ad10d74764a5 Size: 8044 Filename: python3-stringold_3.5.2-r1.0.0_mips32r2.ipk Description: Python string APIs [deprecated] The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-subprocess Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-fcntl, python3-io, python3-pickle, python3-re, python3-selectors, python3-signal, python3-threading Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: cd151ec82ef7c02d695e0d7d2de5398b Size: 68848 Filename: python3-subprocess_3.5.2-r1.0.0_mips32r2.ipk Description: Python subprocess support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-syslog Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 57da4e7fd7db045c8604f29d2c9ac169 Size: 4286 Filename: python3-syslog_3.5.2-r1.0.0_mips32r2.ipk Description: Python syslog interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-terminal Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 4a31a54c7f771ac72e6bbca48e4e52bc Size: 5550 Filename: python3-terminal_3.5.2-r1.0.0_mips32r2.ipk Description: Python terminal controlling support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-tests Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 495e547c852521122b536e697338a103 Size: 13232498 Filename: python3-tests_3.5.2-r1.0.0_mips32r2.ipk Description: Python tests The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-textutils Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io, python3-re, python3-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 53188b97030a46c3b075160484830006 Size: 110978 Filename: python3-textutils_3.5.2-r1.0.0_mips32r2.ipk Description: Python option parsing, text wrapping and CSV support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-threading Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: a84813dd3c76e856c44c79b360c9e2f4 Size: 67496 Filename: python3-threading_3.5.2-r1.0.0_mips32r2.ipk Description: Python threading & synchronization support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-tkinter Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 83800b29baf55f2ac19b126d9f1d724a Size: 607062 Filename: python3-tkinter_3.5.2-r1.0.0_mips32r2.ipk Description: Python Tcl/Tk bindings The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-typing Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 899b5cdd19497f1ee6e19bacbd9354b6 Size: 71996 Filename: python3-typing_3.5.2-r1.0.0_mips32r2.ipk Description: Python typing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-unittest Version: 3.5.2-r1.0.0 Depends: python3-core, python3-difflib, python3-io, python3-lang, python3-pprint, python3-shell, python3-stringold Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 1fa49eeeba4cddb22f131742df9d5612 Size: 689994 Filename: python3-unittest_3.5.2-r1.0.0_mips32r2.ipk Description: Python unit testing framework The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-unixadmin Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 2e2e28f28b19db9d81387741a8d738d8 Size: 12770 Filename: python3-unixadmin_3.5.2-r1.0.0_mips32r2.ipk Description: Python Unix administration support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-xml Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-re Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: f2735369f717c24cc148fa168ab07b68 Size: 382226 Filename: python3-xml_3.5.2-r1.0.0_mips32r2.ipk Description: Python basic XML support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-xmlrpc Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-netserver, python3-pydoc, python3-xml Section: devel/python Architecture: mips32r2 Maintainer: Angstrom Developers MD5Sum: 573f993aabd60e852c855e81e493a6a6 Size: 76628 Filename: python3-xmlrpc_3.5.2-r1.0.0_mips32r2.ipk Description: Python XML-RPC support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional