1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: fades
Maintainer: Facundo Batista <facundo@taniquetil.com.ar>
Uploaders: Barry Warsaw <barry@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
dh-python,
dh-translations | dh-python,
python3-all (>= 3.4),
python3-setuptools,
python3-xdg
Homepage: https://github.com/PyAr/fades
Standards-Version: 3.9.7
X-Python3-Version: >= 3.4
Vcs-Git: git://git.debian.org/collab-maint/fades.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/fades.git
Package: fades
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: system for automatically handling virtual environments
fades is a system that automatically handles the virtualenvs in the cases
normally found when writing scripts and simple programs, and even helps to
administer big projects.
|