File: control

package info (click to toggle)
python-setuptools-rust 1.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 648 kB
  • sloc: python: 1,703; javascript: 95; sh: 14; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 1,141 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
Rules-Requires-Root: no
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
 python3-semantic-version,
 python3-setuptools (>= 46.1),
 python3-setuptools-scm (>= 3.4.3),
 python3-typing-extensions (>= 3.7.4.3),
 python3-tomli
Testsuite: autopkgtest-pkg-pybuild
Source: python-setuptools-rust
Homepage: https://github.com/PyO3/setuptools-rust
Priority: optional
Section: python
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-setuptools-rust.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-setuptools-rust

Package: python3-setuptools-rust
Depends: python3-setuptools, ${misc:Depends}, ${python3:Depends}, rustc, cargo
Architecture: all
Description: Setuptools Rust extension plugin
 setuptools-rust is a plugin for setuptools to build Rust Python
 extensions implemented with PyO3 or rust-cpython.
 .
 Compile and distribute Python extensions written in Rust as easily as
 if they were written in C.