File: control

package info (click to toggle)
pydantic-core 2.27.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,428 kB
  • sloc: python: 32,538; javascript: 210; makefile: 149
file content (73 lines) | stat: -rw-r--r-- 2,254 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
67
68
69
70
71
72
73
Source: pydantic-core
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
 Michael Banck <mbanck@debian.org>,
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 cargo,
 dh-cargo,
 dh-sequence-python3,
 libpython3-all-dev,
 librust-ahash-dev,
 librust-base64-dev,
 librust-enum-dispatch-dev,
 librust-hex-dev,
 librust-idna-dev (>= 1.0.2),
 librust-jiter+python-dev (>= 0.7.1),
 librust-num-bigint-dev,
 librust-pyo3-dev,
 librust-python3-dll-a-dev,
 librust-regex-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-smallvec-dev,
 librust-speedate-dev (>= 0.15.0),
 librust-strum-dev,
 librust-strum-macros-dev,
 librust-url-dev (>= 2.5.4),
 librust-uuid-dev,
 pybuild-plugin-pyproject,
 python3:native,
 python3-all-dev:any,
 python3-dirty-equals <!nocheck>,
 python3-hypothesis <!nocheck>,
 python3-inline-snapshot <!nocheck>,
 python3-maturin,
 python3-pytest <!nocheck>,
 python3-pytest-benchmark <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-typing-extensions,
Homepage: https://github.com/pydantic/pydantic-core
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pydantic-core.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pydantic-core
Testsuite: autopkgtest-pkg-pybuild
Description: Rust implementation of pydantic core functionality
 pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
 validate that untrusted data takes the desired form. There is also support for
 an extension to dataclasses where the input data is validated.
 .
 The core library is implemented in Rust and up to seventeen times faster than
 the original pure Python implementation.

Package: python3-pydantic-core
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks:
 python3-pydantic (<< 2.10.6-2~),
Description: ${source:Synopsis} (Python 3 module)
 ${source:Extended-Description}
 .
 This package installs the Python 3 module.
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}