File: no_pkg_resources.patch

package info (click to toggle)
pythran 0.18.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,784 kB
  • sloc: cpp: 62,850; python: 42,432; sh: 137; makefile: 87
file content (25 lines) | stat: -rw-r--r-- 787 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
Forwarded: no, ugly Debian patch

Index: pythran/pyproject.toml
===================================================================
--- pythran.orig/pyproject.toml	2025-12-21 17:14:36.744130355 +0100
+++ pythran/pyproject.toml	2025-12-21 17:14:36.740237362 +0100
@@ -34,7 +34,7 @@
 
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=62"]
+requires = []
 
 [tool.setuptools]
 packages = ['pythran', 'pythran.analyses', 'pythran.transformations',
Index: pythran/requirements.txt
===================================================================
--- pythran.orig/requirements.txt	2025-12-21 17:14:36.744130355 +0100
+++ pythran/requirements.txt	2025-12-21 17:14:36.740691080 +0100
@@ -1,5 +1,4 @@
 ply>=3.4
-setuptools
 gast~=0.6.0
 numpy
 beniget~=0.4.0