Source: python-wheel
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pypa/wheel/tags
Vcs-Browser: https://github.com/alvistack/pypa-wheel
Vcs-Git: https://github.com/alvistack/pypa-wheel.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-packaging (>=24.0),
 python3-pip,
 python3-wheel,

Package: python3-wheel
Architecture: all
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. Many packages will be properly installed with only the "Unpack"
 step (simply extracting the file onto sys.path), and the unpacked
 archive preserves enough information to "Spread" (copy data and scripts
 to their final locations) at any later time.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,

Package: python-wheel-common
Architecture: all
Description: Built-package format for Python (command-line scripts)
 These are the command line scripts and manpages.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-wheel,

Package: python3-wheel-whl
Architecture: all
Description: built-package format for Python (wheel wheel)
 This is the support package for the PEP 427 wheel version of the package,
 required for using wheel inside a virtual environment.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
