File: Do-not-use-uv-build.patch

package info (click to toggle)
python-ffmpeg-progress-yield 1.0.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 384 kB
  • sloc: python: 660; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Subject: Do not use uv_build
Author: Alexander Sulfrian <alexander@sulfrian.net>
Forwarded: non-needed

uv_build is currently not available as debian package, so we disable it here
and build the package with the traditional build system.

Index: python-ffmpeg-progress-yield/pyproject.toml
===================================================================
--- python-ffmpeg-progress-yield.orig/pyproject.toml
+++ python-ffmpeg-progress-yield/pyproject.toml
@@ -1,7 +1,3 @@
-[build-system]
-requires = ["uv_build>=0.8.14,<0.9.0"]
-build-backend = "uv_build"
-
 [project]
 name = "ffmpeg-progress-yield"
 version = "1.0.3"