Source: wheel
Maintainer: Sergey Fokin <sfokin@cloudlinux.com>
Homepage: https://bitbucket.org/pypa/wheel
Section: python
X-Python-Version: = 3.8
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               alt-python37,
               alt-python37-devel,
               alt-python37-setuptools,
               gcc
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wheel.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wheel.git

Package: alt-python37-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-python37-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.
