From 8ce435372319f90efc5d94d634be9bec59ab7157 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 26 Nov 2025 09:51:16 +0100 Subject: [PATCH] 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 b758eb5be168e1c521648d4772311b6e3056dfbc..2f106007fcd6694156507a91445281e067163724 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")