guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: python2-traitlets: Remove package.


From: guix-commits
Subject: 03/11: gnu: python2-traitlets: Remove package.
Date: Wed, 24 Nov 2021 18:22:17 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit b661634bd402b64594abed3b32e38fbd3078935a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Nov 15 15:26:07 2021 +0100

    gnu: python2-traitlets: Remove package.
    
    * gnu/packages/python-xyz.scm (python2-traitlets): Delete variable.
    (python-traitlets)[properties]: Remove.
---
 gnu/packages/python-xyz.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4abae2a..055ae67 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8248,7 +8248,6 @@ cluster down and deletes the throwaway profile.")
        ("python-six" ,python-six)))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
-    (properties `((python2-variant . ,(delay python2-traitlets))))
     (home-page "https://ipython.org";)
     (synopsis "Configuration system for Python applications")
     (description
@@ -8260,13 +8259,6 @@ is a distinct layer on top of traitlets, so you can use 
traitlets in your code
 without using the configuration machinery.")
     (license license:bsd-3)))
 
-(define-public python2-traitlets
-  (let ((traitlets (package-with-python2 (strip-python2-variant 
python-traitlets))))
-    (package/inherit traitlets
-      (propagated-inputs
-       `(("python2-enum34" ,python2-enum34)
-         ,@(package-propagated-inputs traitlets))))))
-
 (define-public python-jupyter-core
   (package
     (name "python-jupyter-core")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]