File: control

package info (click to toggle)
scikit-build 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,468 kB
  • sloc: python: 5,890; makefile: 212; cpp: 188
file content (62 lines) | stat: -rw-r--r-- 1,778 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: scikit-build
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-wheel (>= 0.29.0),
 python3-distro,
 python3-coverage (>= 4.2),
 cython3 (>= 0.25.1),
 python3-flake8 (>= 3.0.4),
 python3-path (>= 11.5.0),
 python3-pytest (>= 4.5.0),
 python3-pytest-cov (>= 2.7.1),
 python3-mock (>= 1.10.4),
 python3-pytest-runner,
 python3-requests,
 python3-six (>= 1.10.0),
 python3-virtualenv,
 python3-docutils,
 python3-sphinx (>> 1.8.5),
 python3-sphinx-rtd-theme,
 python3-sphinx-issues,
 python3-pygments
Standards-Version: 4.5.0
Homepage: https://scikit-build.org
Vcs-Git: https://salsa.debian.org/debian/scikit-build.git
Vcs-Browser: https://salsa.debian.org/debian/scikit-build

Package: python3-skbuild
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-setuptools (>= 28.0.0),
 python3-distro,
 cmake,
Suggests:
 python-skbuild-doc
Description: improved build system generator for Python C/C++/Fortran/Cython extensions
 Better support is available for additional compilers, build systems, cross
 compilation, and locating dependencies and determining their build
 requirements.
 .
 The scikit-build package is fundamentally just glue between the setuptools
 Python module and CMake.
 .
 This is Python 3 module.

Package: python-skbuild-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: skbuild (documentation)
 Better support is available for additional compilers, build systems, cross
 compilation, and locating dependencies and determining their build
 requirements.
 .
 This package contains documentation.