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
|
Source: python-ruffus
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
graphviz,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-ruffus
Vcs-Git: https://salsa.debian.org/med-team/python-ruffus.git
Homepage: http://www.ruffus.org.uk/
Rules-Requires-Root: no
Package: python3-ruffus
Architecture: all
Multi-Arch: foreign
Depends: graphviz, ${misc:Depends}, ${python3:Depends}
Description: Python3 computation pipeline library widely used in bioinformatics
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
.
* Lightweight: Suitable for the simplest of tasks
* Scalable: Handles even fiendishly complicated pipelines which would cause
make or scons to go cross-eyed and recursive.
* Standard Python: No "clever magic", no pre-processing.
* Unintrusive: Unambitious, lightweight syntax which tries to do this one
small thing well.
.
This package provides python3 modules.
Package: python-ruffus-doc
Architecture: all
Section: doc
Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: documentation for python-ruffus computation pipeline library
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
.
* Lightweight: Suitable for the simplest of tasks
* Scalable: Handles even fiendishly complicated pipelines which would cause
make or scons to go cross-eyed and recursive.
* Standard Python: No "clever magic", no pre-processing.
* Unintrusive: Unambitious, lightweight syntax which tries to do this one
small thing well.
.
This package provides modules documentation.
|