File: control

package info (click to toggle)
dials-data 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 892 kB
  • sloc: python: 647; makefile: 25
file content (42 lines) | stat: -rw-r--r-- 1,512 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
Source: dials-data
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
 Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
 Picca Frédéric-Emmanuel <picca@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 python3-all,
 python3-importlib-resources,
 python3-pytest,
 python3-pytest-runner,
 python3-requests,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.6.0
Homepage: https://github.com/dials/data
Vcs-Browser: https://salsa.debian.org/science-team/dials-data
Vcs-Git: https://salsa.debian.org/science-team/dials-data.git

Package: python3-dials-data
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python data files used for regression tests in DIALS, dxtbx, xia2
 Lightweight, simple Python(-only) package. It is used to provide
 access to data files used in regression tests, but does not contain
 any of those data files itself.
 .
 Although it is envisaged as mostly being used in a cctbx/DIALS
 environment for tests in DIALS, dxtbx, xia2 and related packages, it
 has no dependencies on either cctbx or DIALS, in fact all
 dependencies are explicitly declared in the setup.py file and are
 installable via standard setuptools/pip methods. This means
 dials_data can easily be used in other projects accessing the same
 data, and can be used in temporary environments such as Travis
 containers.