Package: python-support Version: 1.0.15 Architecture: all Maintainer: Josselin Mouette Installed-Size: 100 Depends: python (>= 2.5), python-minimal, dpkg (>= 1.14.19) Conflicts: debhelper (<< 5.0.38) Filename: ./all/python-support_1.0.15_all.deb Size: 31074 MD5sum: ca1c87ea36ced19afbf8934bbf68de83 SHA1: 0fcf6b5df8db1f4d5d8f59f222e3ac2919bdf07b SHA256: 8ac6e7c57f0b6a5f3fbe975a5fb436af2f7fde5e2310ad823227a48a1bef2ee3 Section: python Priority: optional Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes care of byte-compilation of Python-only modules. . Private modules are automatically rebuilt upon major Python upgrades, avoiding the need for strong dependencies. . Public modules are automatically made available for all installed Python versions. Package: python-virtualenv Version: 1.11.4-1ubuntu1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1859 Depends: python-pkg-resources, python-setuptools, python (>= 2.7), python (<< 2.8) Recommends: python-pip (>= 0.7.2) Filename: ./all/python-virtualenv_1.11.4-1ubuntu1_all.deb Size: 1494366 MD5sum: af5c1ac09d38d0b63825b7e9e6cef1d2 SHA1: d3d919b259cf33af959845a1c754bb68cc106326 SHA256: de2c4c2e37a0b7b1d9f94a7dbd08d2af3cd852d2470aa7c9b3c90ad08f78b4a4 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/virtualenv Description: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access.