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

Package: pipx
Architecture: all
Description: Install and run Python applications in isolated environments
 pipx is a tool to help you install and run end-user applications written
 in Python. It’s roughly similar to macOS’s brew, JavaScript’s npx, and
 Linux’s apt.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-argcomplete (>= 1.9.4),
 python3-colorama (>= 0.4.4),
 python3-importlib-metadata (>= 3.3.0),
 python3-packaging (>= 20.0),
 python3-userpath (>= 1.6.0),
 python3-venv,
Provides:
 python3-pipx,
