File: control

package info (click to toggle)
python-setuptools-rust 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,300 kB
  • sloc: python: 1,554; javascript: 95; sh: 24; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 1,096 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
Rules-Requires-Root: no
Standards-Version: 4.6.0
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 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-python
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.