pipenv 2024.0.1+ds-2 source package in Ubuntu

Changelog

pipenv (2024.0.1+ds-2) unstable; urgency=medium

  * Team upload.
  * Simplify removal of stray files in /usr/lib/python*/dist-packages/build
    produced by some build system versions (closes: #1076903).

 -- Colin Watson <email address hidden>  Wed, 21 Aug 2024 23:40:05 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pipenv_2024.0.1+ds-2.dsc 2.3 KiB 03279e91c820c621f2f7cddf47a331fb431e7c22a1db6ae6f5e68818c6b496b4
pipenv_2024.0.1+ds.orig.tar.xz 7.5 MiB c60a5378bd65a5e1f6dcd14682afccd20acbf6692d98ceb86f576cd8e2b0cfca
pipenv_2024.0.1+ds-2.debian.tar.xz 9.0 KiB 4597693753c1fc0d39998f8df22df13945fbc7f22f92453d936a0bdaeb797cfb

No changes file available.

Binary packages built by this source

pipenv: Python package manager based on virtualenv and Pipfiles

 A tool that aims to bring the best of all packaging worlds (bundler,
 composer, npm, cargo, yarn, etc.) to the Python world. It automatically
 creates and manages a virtualenv for your projects, as well as adds/removes
 packages from your Pipfile as you install/uninstall packages. It also
 generates the ever–important Pipfile.lock, which is used to produce
 deterministic builds.