Source: wheel
Maintainer: Eduard Chiganov <echiganov@cloudlinux.com>
Homepage: https://bitbucket.org/pypa/wheel
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               alt-python36,
               alt-python36-devel,
               alt-python36-setuptools,
               gcc
Standards-Version: 4.1.3

Package: alt-python36-wheel
Architecture: all
Depends: ${misc:Depends}
Recommends: python-keyring,
            python-keyrings.alt,
            python-xdg
Description: built-package format for Python
 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension.  It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools.  Wheel
 files can be installed with `pip`.
 .
 This is the Python 2 compatible package.

Package: alt-python36-wheel-wheel
Architecture: all
Depends: ${misc:Depends}
Description: The Python wheel module packaged as a wheel
 A Python wheel of wheel to use with virtualenv.
