File: control

package info (click to toggle)
scikit-build 0.18.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: python: 5,259; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (66 lines) | stat: -rw-r--r-- 1,836 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
63
64
65
66
Source: scikit-build
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cmake,
 cython3,
 git <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-all-dev <!nocheck>,
 python3-distro,
 python3-hatch-fancy-pypi-readme,
 python3-hatch-vcs,
 python3-hatchling,
 python3-pip <!nocheck>,
 python3-pytest (>= 4.5.0) <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-requests,
 python3-setuptools,
 python3-sphinx (>> 1.8.5),
 python3-sphinx-issues,
 python3-sphinx-rtd-theme,
 python3-sphinxcontrib.moderncmakedomain,
 python3-virtualenv <!nocheck>,
 python3-wheel,
Standards-Version: 4.7.3
Homepage: https://scikit-build.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/scikit-build.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/scikit-build

Package: python3-skbuild
Architecture: all
Depends:
 cmake,
 python3-distro,
 ${misc:Depends},
 ${python3:Depends},
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},
Multi-Arch: foreign
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.