File: use-setuptools-backend.diff

package info (click to toggle)
dj-database-url 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: python: 723; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 729 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
Description: use setuptools-backend as uv_build is not yet packaged
Forwarded: not-needed
Index: dj-database-url/pyproject.toml
===================================================================
--- dj-database-url.orig/pyproject.toml
+++ dj-database-url/pyproject.toml
@@ -40,13 +40,8 @@ Funding = "https://psfmember.org/civicrm
 Bug = "https://github.com/jazzband/dj-database-url/issues"
 
 [build-system]
-requires = ["uv_build>=0.9.17,<0.10.0"]
-build-backend = "uv_build"
-
-[tool.uv.build-backend]
-module-name = "dj_database_url"
-module-root = ""
-source-include = ["dj_database_url/py.typed", "tests/**"]
+requires = ["setuptools>=61", "wheel"]
+build-backend = "setuptools.build_meta"
 
 [tool.ruff]
 line-length = 88