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

Package: python3-virtualenv
Architecture: all
Description: Tool to create isolated Python environments
 virtualenv is a tool to create isolated Python environments. virtualenv
 is a successor to workingenv, and an extension of virtual-python. It is
 written by Ian Bicking, and sponsored by the Open Planning Project.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-distlib (>= 0.3.7),
 python3-filelock (>= 3.19.1),
 python3-importlib-metadata (>= 6.6),
 python3-platformdirs (>= 3.9.1),
 python3-discovery (>= 1.2.2),
 python3-typing-extensions (>= 4.13.2),

Package: virtualenv
Architecture: all
Depends: python3-virtualenv
Section: oldlibs
Description: Python virtual environment creator (Dependency package)
 This is a dependency package and may be safely removed.
