guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8ce435372319f90efc5d94d634be9bec59ab7157
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Nov 26 09:51:16 2025 +0100

    gnu: Remove python-future-fstrings.
    
    * gnu/packages/python-xyz.scm (python-future-fstrings): Delete variable.
    
    Fixes: guix/guix#3865
    Change-Id: I0dc9ba6b3450d61c993359b32488d1c6f516323f
---
 gnu/packages/python-xyz.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b758eb5be1..2f106007fc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26141,29 +26141,6 @@ a notation for identifying weeks; yyyyWww (where the W 
is a literal).
 Week instances stringify to this form.")
     (license license:bsd-3)))
 
-(define-public python-future-fstrings
-  (package
-    (name "python-future-fstrings")
-    (version "0.4.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "future_fstrings" version))
-       (sha256
-        (base32
-         "0ydxqz2dvns44g55p8ix2x18qkfk3aaz0m0dc70f3g6n8js35h47"))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-tokenize-rt))
-    (home-page "https://github.com/asottile/future-fstrings";)
-    (synopsis "Backport of fstrings to Python < 3.6")
-    (description
-     "This package provides a UTF-8 compatible encoding
-@code{future_fstrings}, which performs source manipulation.  It decodes the
-source bytes using the UTF-8 encoding and then rewrites Python 3.6 style
-@code{f} strings.")
-    (license license:expat)))
-
 (define-public bpython
   (package
     (name "bpython")

Reply via email to