virtualenv-clone 0.3.0-2 source package in Ubuntu

Changelog

virtualenv-clone (0.3.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * d/copyright: Use https protocol in Format field

  [ Nicholas D Steeves ]
  * Drop the following from Build-Depends: python-all, python-setuptools,
    python-pytest, python-virtualenv.
  * Drop bin:python-virtualenv-clone, which is the Python 2 variant package.
    (Closes: #938785)
  * Drop dummy transitional package "virtualenv-clone", because
    transitions from this old Python 2 package to the package that was
    just dropped, and because was included in the "buster" stable release.
  * Rename virtualenv-clone.docs to python3-virtualenv-clone.docs.
  * No longer build "--with python2".

 -- Jan Dittberner <email address hidden>  Sun, 01 Dec 2019 15:24:56 +0100

Upload details

Uploaded by:
Jan Dittberner
Uploaded to:
Sid
Original maintainer:
Jan Dittberner
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
virtualenv-clone_0.3.0-2.dsc 1.7 KiB 07ef48522c972627f2d760930adfca1b4c1448e708a946b676b33eddc72e5461
virtualenv-clone_0.3.0.orig.tar.gz 8.1 KiB 6469fd746710e8441ea30ee7badee7d9af3454f3d1fbe662afdfe86681296ef1
virtualenv-clone_0.3.0-2.debian.tar.xz 3.1 KiB a369699624148c44aa5a1e068faf9df34bd65403cec8c9d5fb0295db8bb5899e

Available diffs

No changes file available.

Binary packages built by this source

python3-virtualenv-clone: 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.