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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: reprozip
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
Yaroslav Halchenko <debian@onerussian.com>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
libsqlite3-dev,
python3-all-dbg,
python3-all-dev,
python3-requests,
python3-rpaths,
python3-setuptools,
python3-usagestats,
python3-yaml
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/reprozip
Vcs-Git: https://salsa.debian.org/science-team/reprozip.git
Homepage: https://www.reprozip.org
X-Python3-Version: >= 3.3
Package: reprozip
Architecture: all
Multi-Arch: foreign
Section: utils
Depends: ${misc:Depends},
${python3:Depends},
python3-reprozip
Description: tool for reproducing scientific experiments (packer)
ReproZip is a tool aimed at simplifying the process of creating
reproducible experiments from command-line executions, a frequently-used
common denominator in computational science.
.
It tracks operating system calls and creates a package that contains
all the binaries, files and dependencies required to run a given
command on the author’s computational environment (packing step). A
reviewer can then extract the experiment in his environment to
reproduce the results (unpacking step).
.
This package provides the ReproZip packer.
Package: python3-reprozip
Architecture: any-linux-amd64 any-linux-i386
Multi-Arch: same
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: modules for the ReproZip packer
ReproZip is a tool aimed at simplifying the process of creating
reproducible experiments from command-line executions, a frequently-used
common denominator in computational science.
.
It tracks operating system calls and creates a package that contains
all the binaries, files and dependencies required to run a given
command on the author’s computational environment (packing step). A
reviewer can then extract the experiment in his environment to
reproduce the results (unpacking step).
.
This package provides the modules for Python 3.
Package: python3-reprozip-dbg
Architecture: linux-any
Multi-Arch: same
Section: debug
Priority: optional
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-reprozip (= ${binary:Version})
Description: debug extensions for the ReproZip packer
ReproZip is a tool aimed at simplifying the process of creating
reproducible experiments from command-line executions, a frequently-used
common denominator in computational science.
.
It tracks operating system calls and creates a package that contains
all the binaries, files and dependencies required to run a given
command on the author’s computational environment (packing step). A
reviewer can then extract the experiment in his environment to
reproduce the results (unpacking step).
.
This package provides the debug extensions for Python 3.
|