summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-26 09:51:16 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-26 09:51:20 +0100
commit8ce435372319f90efc5d94d634be9bec59ab7157 (patch)
treed1a6a483d1bfe3f3c0da5a377d782daeeab19cab /gnu
parent8f7ba9697bb3bc63c3bec02de56a80e546c00dec (diff)
gnu: Remove python-future-fstrings.
* gnu/packages/python-xyz.scm (python-future-fstrings): Delete variable. Fixes: guix/guix#3865 Change-Id: I0dc9ba6b3450d61c993359b32488d1c6f516323f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b758eb5be16..2f106007fcd 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")