File: use-python-jid-not-rust.patch

package info (click to toggle)
slixmpp 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,520 kB
  • sloc: python: 41,715; xml: 1,197; makefile: 120
file content (31 lines) | stat: -rw-r--r-- 827 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
Description: Stay with Python implementation of JID, Rust needs new crate
Origin: upstream
Bug-Debian: https://bugs.debian.org/1099131
Last-Update: 2025-03-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,10 +39,10 @@
 safer-xml-parsing = ["defusedxml"]
 
 [tool.uv]
-cache-keys = [{file = "pyproject.toml"}, {file = "rust/Cargo.toml"}, {file = "**/*.rs"}]
+cache-keys = [{file = "pyproject.toml"}]
 
 [build-system]
-requires = ["setuptools", "setuptools-rust", "setuptools-scm>=8"]
+requires = ["setuptools", "setuptools-scm>=8"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools]
@@ -50,9 +50,6 @@
 
 [tool.setuptools_scm]
 
-[[tool.setuptools-rust.ext-modules]]
-target = "slixmpp.jid"
-
 [dependency-groups]
 dev = [
     "mypy>=1.14.1",