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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
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: science
Priority: optional
Build-Depends: debhelper (>= 11),
dh-exec,
dh-python,
povray,
python-all,
python-numpy,
python-scipy,
python-setuptools,
python3-all,
python3-matplotlib,
python3-numpy,
python3-scipy,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debichem-team/python-ase
Vcs-Git: https://salsa.debian.org/debichem-team/python-ase.git
Homepage: https://wiki.fysik.dtu.dk/ase/
Package: ase
Architecture: all
Depends: python3-ase (= ${binary:Version}),
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Suggests: python-ase-doc
Breaks: python-ase (<< 3.13.0-1~)
Replaces: python-ase (<< 3.13.0-1~)
Description: Atomic Simulation Environment
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 executable scripts.
Package: python-ase
Architecture: all
Section: python
Depends: ase (= ${binary:Version}),
fonts-font-awesome,
libjs-bootstrap,
libjs-jquery,
libjs-jquery-ui,
python-numpy,
python-scipy,
${misc:Depends},
${python:Depends}
Recommends: python-matplotlib, python-tk
Suggests: python-ase-doc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
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
Section: python
Depends: fonts-font-awesome,
libjs-bootstrap,
libjs-jquery,
libjs-jquery-ui,
python3-numpy,
python3-scipy,
python3-spglib,
${misc:Depends},
${python3:Depends}
Recommends: python3-matplotlib, python3-tk
Breaks: gpaw (<< 1.4.0~)
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
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends}
Breaks: python-ase (<< 3.9.1.4567-2~)
Replaces: python-ase (<< 3.9.1.4567-2~)
Built-Using: ${sphinxdoc:Built-Using}
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.
|