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
|
Source: conda-package-handling
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
python3-dev,
python3-setuptools,
libarchive-dev,
python3-pytest <!nocheck>,
python3-tqdm <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-conda-package-streaming <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/conda-package-handling
Vcs-Git: https://salsa.debian.org/med-team/conda-package-handling.git
Homepage: https://github.com/conda/conda-package-handling
Rules-Requires-Root: no
Package: conda-package-handling
Architecture: any
Depends: ${shlibs:Depends},
${python3:Depends},
${misc:Depends},
python3-tqdm
Description: create and extract conda packages of various formats
Cph is an abstraction of conda package handling and a tool for
extracting, creating, and converting between formats.
.
At the time of writing, the standard conda package format is a .tar.bz2
file. That will need to be maintained for quite a long time, thanks to
the long tail of people using old conda versions. There is a new conda
format, described at https://docs.google.com/document/d/1HGKsbg_j69rKXP-
ihhpCb1kNQSE8Iy3yOsUU2x68x8uw/edit?usp=sharing. This new format is
designed to have much faster metadata access and utilize more modern
compression algorithms, while also facilitating package signing without
adding sidecar files.
|