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
|
Source: pyobjcryst
Section: science
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
Picca Frédéric-Emmanuel <picca@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libboost-all-dev,
libobjcryst-dev (>= 2022.1.4),
python3-all,
python3-all-dev,
python3-numpy,
python3-numpy-dev,
python3-packaging,
python3-setuptools,
scons,
Standards-Version: 4.7.3
Homepage: https://github.com/diffpy/pyobjcryst
Vcs-Browser: https://salsa.debian.org/science-team/pyobjcryst
Vcs-Git: https://salsa.debian.org/science-team/pyobjcryst.git
Testsuite: autopkgtest-pkg-python
X-Style: black
Package: python3-pyobjcryst
Architecture: amd64
Depends:
python3-packaging,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python3-ipywidgets,
Description: Object-Oriented Crystallographic Library bindings (Python 3)
Python bindings to ObjCryst++, the Object-Oriented Crystallographic Library.
.
Some examples offer 3D support which can use python3-ipywidgets.
.
This package installs the library for Python 3.
|