File: control

package info (click to toggle)
python-freesasa 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 272 kB
  • sloc: python: 380; makefile: 28; sh: 10; ansic: 7
file content (59 lines) | stat: -rw-r--r-- 1,937 bytes parent folder | download
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: python-freesasa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 freesasa (>= 2.1.0-2),
 libjson-c-dev,
 libxml2-dev,
 python3-all,
 python3-all-dev,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-pytest,
Standards-Version: 4.6.1
Homepage: https://freesasa.github.io/python/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-freesasa
Vcs-Git: https://salsa.debian.org/python-team/packages/python-freesasa.git

Package: python-freesasa-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Python bindings for FreeSASA (common documentation)
 The module provides Python bindings for the FreeSASA library. FreeSASA
 calculates Solvent Accessible Surface Area (SASA) of biomolecules. By default,
 Lee & Richards' algorithm is used, but Shrake & Rupley's is also available.
 Both can be parameterized to arbitrary precision, and for high resolution
 versions of the algorithms, the calculations give identical results.
 .
 This is the common documentation package.

Package: python3-freesasa
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python-freesasa-doc,
Provides:
 ${python3:Provides},
X-Python3-Version: ${python3:Versions}
Description: Python bindings for FreeSASA (Python 3)
 The module provides Python bindings for the FreeSASA library. FreeSASA
 calculates Solvent Accessible Surface Area (SASA) of biomolecules. By default,
 Lee & Richards' algorithm is used, but Shrake & Rupley's is also available.
 Both can be parameterized to arbitrary precision, and for high resolution
 versions of the algorithms, the calculations give identical results.
 .
 This package installs the library for Python 3.