guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0140c788d2c7e37e15360f4b1c509676f2ca25e8
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Jan 17 21:39:28 2026 +0100
gnu: python-yewtube: Drop phase 'fix-entry-points.
* gnu/packages/python-xyz.scm (python-yewtube)[arguments]<#:phases>:
Drop phase 'fix-entry-points.
Change-Id: Icf5515198078d3290a459dce335f79af4a8368c9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/video.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f448ee0f0f..f53d59fe02 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6690,14 +6690,6 @@ can also directly record to WebM or MP4 if you prefer.")
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-entry-points
- (lambda _
- (substitute* "setup.py"
- ;; main.py is in a "mps_youtube" and not in
- ;; "mps_youtube/main", see:
- ;; <https://github.com/mps-youtube/yewtube/pull/1334>.
- (("yt = mps_youtube:main.main")
- "yt = mps_youtube.main:main"))))
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "mps_youtube/__init__.py"