guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-kivy-next, python2-kivy-next: Deprecate.


From: guix-commits
Subject: 03/04: gnu: python-kivy-next, python2-kivy-next: Deprecate.
Date: Tue, 27 Nov 2018 06:12:40 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 312edcd0a1e9d3c679bb65456a958673d72fe4c3
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 27 12:03:10 2018 +0100

    gnu: python-kivy-next, python2-kivy-next: Deprecate.
    
    As discussed at <https://bugs.gnu.org/33426>.
    
    * gnu/packages/python.scm (python-kivy-next, python2-kivy-next): Mark as
    deprecated.
---
 gnu/packages/python.scm | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 54f9495..3168e0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9969,25 +9969,10 @@ hardware-accelerated multitouch applications.")
   (package-with-python2 python-kivy))
 
 (define-public python-kivy-next
-  (let ((commit "a988c5e7a47da56263ff39514264a3de516ef2fe")
-        (revision "1"))
-    (package (inherit python-kivy)
-      (name "python-kivy-next")
-      (version (string-append "1.9.1-" revision "."
-                              (string-take commit 7)))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/kivy/kivy";)
-               (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
-         (sha256
-          (base32
-           "0jk92b4a8l7blkvkgkjihk171s0dfnq582cckff5srwc8kal5m0p")))))))
+  (deprecated-package "python-kivy-next" python-kivy))
 
 (define-public python2-kivy-next
-  (package-with-python2 python-kivy-next))
+  (deprecated-package "python2-kivy-next" python2-kivy))
 
 (define-public python-binaryornot
   (package



reply via email to

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