guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6aa104f90af83a44110b26eea38f81c5d6a3408c
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jun 20 14:59:28 2025 +0200

    gnu: python-srt: Switch to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-srt)[native-inputs]: Add
    python-setuptools, python-wheel.
    
    Change-Id: I7babe669543d975bb88fbc337a38bc507c8613f2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6252b3a507..2bb09f63bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39287,7 +39287,8 @@ toolkit for Python.")
        (uri (pypi-uri "srt" version))
        (sha256
         (base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
     (home-page "https://github.com/cdown/srt";)
     (synopsis "SRT parsing library")
     (description

Reply via email to