File: 0005-fix-hatchling-breaking-backportability.patch

package info (click to toggle)
yt-dlp 2025.12.08-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,588 kB
  • sloc: python: 219,687; javascript: 556; makefile: 220; sh: 96
file content (23 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Remove the classifiers, because hatchling is braindead dumb.
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed
Bug: https://github.com/pypa/hatch/issues/1368

---
 pyproject.toml |    5 -----
 1 file changed, 5 deletions(-)

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,11 +33,6 @@ classifiers = [
     "Environment :: Console",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3 :: Only",
-    "Programming Language :: Python :: 3.10",
-    "Programming Language :: Python :: 3.11",
-    "Programming Language :: Python :: 3.12",
-    "Programming Language :: Python :: 3.13",
-    "Programming Language :: Python :: 3.14",
     "Programming Language :: Python :: Implementation",
     "Programming Language :: Python :: Implementation :: CPython",
     "Programming Language :: Python :: Implementation :: PyPy",