File: no-mtv-extract.patch

package info (click to toggle)
python-media-type-version 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: python: 584; sh: 66; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not install the mtv-extract command-line tool
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2025-10-20

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,9 +36,6 @@
 name = "Peter Pentchev"
 email = "roam@ringlet.net"
 
-[project.scripts]
-"mtv-extract" = "media_type_version.__main__:main"
-
 [project.urls]
 Homepage = "https://devel.ringlet.net/devel/media-type-version/"
 Changes = "https://devel.ringlet.net/devel/media-type-version/changes/"