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 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: python-ase
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Ask Hjorth Larsen <asklarsen@gmail.com>,
Graham Inggs <ginggs@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-exec,
dh-python,
python-all,
python-numpy,
python-scipy,
python3-all,
python3-numpy,
python3-scipy
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debichem/packages/python-ase.git
Vcs-Git: https://anonscm.debian.org/git/debichem/packages/python-ase.git
Homepage: https://wiki.fysik.dtu.dk/ase/
Package: python-ase
Architecture: all
Depends: python-numpy,
python-scipy,
${misc:Depends},
${python:Depends}
Recommends: python-gtk2,
python-matplotlib
Suggests: python-ase-doc
Description: Atomic Simulation Environment (Python 2)
ASE is an Atomic Simulation Environment written in the Python programming
language with the aim of setting up, stearing, and analyzing atomic
simulations. ASE is part of CAMPOS, the CAMP Open Source project.
.
ASE contains Python interfaces to several different electronic structure
codes including Abinit, Asap, Dacapo, Elk, GPAW and SIESTA.
.
This package provides the Python 2 modules.
Package: python3-ase
Architecture: all
Depends: python3-numpy,
python3-scipy,
${misc:Depends},
${python3:Depends}
Recommends: python3-matplotlib
Suggests: python-ase-doc
Description: Atomic Simulation Environment (Python 3)
ASE is an Atomic Simulation Environment written in the Python programming
language with the aim of setting up, stearing, and analyzing atomic
simulations. ASE is part of CAMPOS, the CAMP Open Source project.
.
ASE contains Python interfaces to several different electronic structure
codes including Abinit, Asap, Dacapo, Elk, GPAW and SIESTA.
.
This package provides the Python 3 modules.
Package: python-ase-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Breaks: python-ase (<< 3.9.1.4567-2~)
Replaces: python-ase (<< 3.9.1.4567-2~)
Description: Atomic Simulation Environment (common documentation)
ASE is an Atomic Simulation Environment written in the Python programming
language with the aim of setting up, stearing, and analyzing atomic
simulations. ASE is part of CAMPOS, the CAMP Open Source project.
.
ASE contains Python interfaces to several different electronic structure
codes including Abinit, Asap, Dacapo, Elk, GPAW and SIESTA.
.
This package provides the common documentation package.
|