SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-virtualenv-clone rpm build for : OpenSuSE. For other distributions click python2-virtualenv-clone.

Name : python2-virtualenv-clone
Version : 0.2.6 Vendor : obs://build_opensuse_org/devel:ARM
Release : 3.2 Date : 2019-02-01 10:37:52
Group : Development/Languages/Python Source RPM : python-virtualenv-clone-0.2.6-3.2.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Script to clone virtualenvs
Description :
virtualenv cloning script.

A script for cloning a non-relocatable virtualenv.

Virtualenv provides a way to make virtualenv\'s relocatable which could then be
copied as we 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.

It performs the following:

- copies sys.argv[1] dir to sys.argv[2]
- updates the hardcoded VIRTUAL_ENV variable in the activate script to the
new repo location. (--relocatable doesn\'t touch this)
- updates the shebangs of the various scripts in bin to the new python if
they pointed to the old python. (version numbering is retained.)

it can also change \'/usr/bin/env python\' shebangs to be absolute too,
though this functionality is not exposed at present.

- checks sys.path of the cloned virtualenv and if any of the paths are from
the old environment it finds any .pth or .egg-link files within sys.path
located in the new environment and makes sure any absolute paths to the
old environment are updated to the new environment.

- finally it double checks sys.path again and will fail if there are still
paths from the old environment present.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/ARM:/Factory:/Contrib:/ILP32/standard/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-virtualenv-clone
python2-virtualenv-clone

Requires :
/bin/sh
/bin/sh
/bin/sh
/usr/bin/python2
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
update-alternatives
update-alternatives


Content of RPM :
/etc/alternatives/virtualenv-clone
/usr/bin/virtualenv-clone
/usr/bin/virtualenv-clone-2.7
/usr/lib/python2.7/site-packages/clonevirtualenv.py
/usr/lib/python2.7/site-packages/clonevirtualenv.pyc
/usr/lib/python2.7/site-packages/clonevirtualenv.pyo
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/virtualenv_clone-0.2.6-py2.7.egg-info/top_level.txt
/usr/share/doc/packages/python2-virtualenv-clone
/usr/share/doc/packages/python2-virtualenv-clone/README
/usr/share/licenses/python2-virtualenv-clone
/usr/share/licenses/python2-virtualenv-clone/LICENSE

 
ICM