File: control

package info (click to toggle)
python-auditwheel 5.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 4,270; ansic: 205; cpp: 58; makefile: 20; f90: 12
file content (39 lines) | stat: -rw-r--r-- 1,299 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
Source: python-auditwheel
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
 Roland Mas <lolando@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 patchelf,
 pybuild-plugin-pyproject,
 python3-all,
 python3-docker <!nocheck>,
 python3-jsonschema <!nocheck>,
 python3-pip <!nocheck>,
 python3-pretend <!nocheck>,
 python3-pyelftools <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-auditwheel
Vcs-Git: https://salsa.debian.org/python-team/packages/python-auditwheel.git
Homepage: https://github.com/pypa/auditwheel
Rules-Requires-Root: no

Package: python3-auditwheel
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Auditing and relabeling of PEP Linux wheels
 auditwheel is a command line tool to facilitate the creation of Python
 wheel packages for Linux (containing pre-compiled binary extensions)
 that are compatible with a wide variety of Linux distributions,
 consistent with the PEP 600 manylinux_x_y, PEP 513 manylinux1, PEP 571
 manylinux2010 and PEP 599 manylinux2014 platform tags.