File: control

package info (click to toggle)
cclib-data 1.6.2-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, sid
  • size: 87,912 kB
  • sloc: python: 16,440; sh: 131; makefile: 79; cpp: 31
file content (32 lines) | stat: -rw-r--r-- 1,199 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
Source: cclib-data
Section: non-free/science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3,
               python3-biopython,
               python3-cclib (>> 1.6.2-2~),
               python3-numpy,
               python3-openbabel,
               python3-pandas,
               python3-periodictable,
               python3-pytest,
               python3-scipy,
Standards-Version: 4.5.0
Homepage: http://cclib.sourceforge.net
Vcs-Git: https://salsa.debian.org/debichem-team/cclib-data.git
Vcs-Browser: https://salsa.debian.org/debichem-team/cclib-data
Rules-Requires-Root: no

Package: cclib-data
Architecture: all
Depends: python3-cclib (>= 1.0.1-1), ${misc:Depends}, ${python3:Depends}
Enhances: python3-cclib
Description: Parsers and algorithms for computational chemistry (data files)
 A Python library that provides parsers for computational
 chemistry log files. It also provides a platform to implement
 algorithms in a package-independent manner.
 .
 This package contains unittests and example log files that could not
 be included in the main cclib package.