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

Package: python3-pip
Architecture: all
Description: Python package management system
 Pip is a replacement for easy_install. It uses mostly the same
 techniques for finding packages, so packages that were made
 easy_installable should be pip-installable as well.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 ca-certificates,
 python3-setuptools,
 python3-wheel,

Package: python-pip-whl
Architecture: all
Description: Transitional dummy package
 Transitional dummy package.
Depends:
 python3-pip-whl (= ${source:Version}),

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