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: propka
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-sphinxdoc,
help2man,
python3-all,
python3-numpy <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx-rtd-theme,
Standards-Version: 4.7.0
Homepage: http://propka.org
Vcs-Browser: https://salsa.debian.org/med-team/propka
Vcs-Git: https://salsa.debian.org/med-team/propka.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python-propka-doc
Architecture: all
Section: doc
Depends:
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends},
Description: heuristic pKa calculations with ligands (documentation)
PROPKA predicts the pKa values of ionizable groups in proteins (version 3.0)
and protein-ligand complexes (version 3.1 and later) based on the 3D structure.
.
For proteins without ligands both versions should produce the same result.
.
This is the common documentation package.
Package: python3-propka
Architecture: all
Section: python
Depends:
${misc:Depends},
${python3:Depends},
Breaks:
pdb2pqr (<< 3.5.2),
Replaces:
pdb2pqr (<< 3.5.2),
Provides:
propka,
Suggests:
python-propka-doc,
Description: heuristic pKa calculations with ligands (Python 3)
PROPKA predicts the pKa values of ionizable groups in proteins (version 3.0)
and protein-ligand complexes (version 3.1 and later) based on the 3D structure.
.
For proteins without ligands both versions should produce the same result.
.
This package installs the library for Python 3.
|