File: control

package info (click to toggle)
meson-python 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,264 kB
  • sloc: python: 3,005; ansic: 326; makefile: 8
file content (59 lines) | stat: -rw-r--r-- 1,683 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
Source: meson-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon McVittie <smcv@debian.org>,
Build-Depends:
 cython3 <!nocheck>,
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 furo (>= 2024.08.06),
 libpython3-all-dev <!nocheck>,
 meson (>= 1.2.3),
 ninja-build,
 patchelf <!nocheck>,
 pkgconf,
 pybuild-plugin-pyproject,
 python3-all (>= 3.11),
 python3-git <!nocheck>,
 python3-packaging (>= 23.2),
 python3-pyproject-metadata (>= 0.9.0),
 python3-pytest <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-sphinx (>= 8.1.0),
 python3-sphinx-copybutton,
 python3-sphinx-design,
 python3-sphinxext-opengraph,
 python3-all-venv <!nocheck>,
 python3-wheel <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/mesonbuild/meson-python
Vcs-Git: https://salsa.debian.org/python-team/packages/meson-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/meson-python
Testsuite: autopkgtest-pkg-python

Package: python3-mesonpy
Architecture: all
Depends:
 libjs-sphinxdoc,
 meson (>= 1.2.3),
 ninja-build,
 python3 (>= 3.11),
 python3-packaging (>= 23.2),
 python3-pyproject-metadata (>= 0.9.0),
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Recommends:
 patchelf,
Description: Meson PEP 517 Python build backend
 This package enables Python package authors to use Meson as the build
 backend for their packages.
 .
 Meson is a build system designed to increase programmer productivity.
 It does this by providing a fast, simple and easy to use interface for
 modern software development tools and practices.