1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: virtualenv-clone
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 10), dh-python, python3-all, python-all, python-setuptools, python3-setuptools, python-pytest, python3-pytest, python3-virtualenv, python-virtualenv, virtualenv
Standards-Version: 4.1.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://pypi.org/project/virtualenv-clone/
Vcs-Git: https://salsa.debian.org/debian/virtualenv-clone.git
Vcs-Browser: https://salsa.debian.org/debian/virtualenv-clone
Package: virtualenv-clone
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, ${python:Depends}, python-virtualenv-clone
Description: script for cloning a non-relocatable virtualenv (transitional package)
Virtualenv provides a way to make virtualenv's relocatable which could then be
copied as wanted. However making a virtualenv relocatable this way breaks
the no-site-packages isolation of the virtualenv as well as other aspects that
come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
.
Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
attempts to overcome these issues and provide a way to easily clone an
existing virtualenv.
.
This is the transitional package for python-virtualenv-clone.
Package: python-virtualenv-clone
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: virtualenv-clone (<< 0.3.0-1.2~)
Replaces: virtualenv-clone (<< 0.3.0-1.2~)
Description: script for cloning a non-relocatable virtualenv (Python2)
Virtualenv provides a way to make virtualenv's relocatable which could then be
copied as wanted. However making a virtualenv relocatable this way breaks
the no-site-packages isolation of the virtualenv as well as other aspects that
come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
.
Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
attempts to overcome these issues and provide a way to easily clone an
existing virtualenv.
.
This is the Python2 package
Package: python3-virtualenv-clone
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: virtualenv-clone (<< 0.3.0-1.2~)
Replaces: virtualenv-clone (<< 0.3.0-1.2~)
Conflicts: python-virtualenv-clone
Description: script for cloning a non-relocatable virtualenv (Python3)
Virtualenv provides a way to make virtualenv's relocatable which could then be
copied as wanted. However making a virtualenv relocatable this way breaks
the no-site-packages isolation of the virtualenv as well as other aspects that
come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
.
Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
attempts to overcome these issues and provide a way to easily clone an
existing virtualenv.
.
This is the Python3 package.
|