virtualenv-clone 0.5.7-1 source package in Ubuntu

Changelog

virtualenv-clone (0.5.7-1) unstable; urgency=medium

  * QA upload.
  * Orphan the package. (See #1063576)
  * New upstream release.
  * debian/watch: Fix monitoring script.
  * debian/: Refresh packaging.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Boyuan Yang <email address hidden>  Sat, 02 Mar 2024 12:50:19 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
virtualenv-clone_0.5.7-1.dsc 2.0 KiB 233ff5cebbb754f51ed3dcfdb7eb003d0a2589c2b5dcfd5e5ed185242040fa5f
virtualenv-clone_0.5.7.orig.tar.gz 8.5 KiB dbdedc94ded5459abbeb10df4d1b543c226434afefffdda9176df1a2831bccd2
virtualenv-clone_0.5.7-1.debian.tar.xz 3.4 KiB 41ef2219a5b61db3716fdc1d3964cb01e817cff86d1c8caa3b8b9c95126fe9a0

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.