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
|
Source: prody
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-biopython <!nocheck>,
python3-numpy,
python3-pyparsing <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
python3-zombie-imp <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/prody/ProDy
Vcs-Browser: https://salsa.debian.org/debichem-team/prody
Vcs-Git: https://salsa.debian.org/debichem-team/prody.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-prody
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
${python3:Provides},
X-Python3-Version: ${python3:Versions}
Description: Python package for protein dynamics analysis
ProDy is a free and open-source Python package for protein structure, dynamics,
and sequence analysis. It allows for comparative analysis and modeling of
protein structural dynamics and sequence co-evolution. Fast and flexible ProDy
API is for interactive usage as well as application development. ProDy also
comes with several analysis applications and a graphical user interface for
visual analysis.
Package: python3-prody-tests
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Breaks:
python3-prody (<< 2.3.1),
Replaces:
python3-prody (<< 2.3.1),
X-Python3-Version: ${python3:Versions}
Description: Python package for protein dynamics analysis - test data
ProDy is a free and open-source Python package for protein structure, dynamics,
and sequence analysis. It allows for comparative analysis and modeling of
protein structural dynamics and sequence co-evolution. Fast and flexible ProDy
API is for interactive usage as well as application development. ProDy also
comes with several analysis applications and a graphical user interface for
visual analysis.
.
This package contains the test data for python3-prody.
|