guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: Remove python2-gst.


From: guix-commits
Subject: 01/10: gnu: Remove python2-gst.
Date: Tue, 13 Oct 2020 17:37:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 55fe84c6ebd37e6ee82114d4fc2c09ed42d1b3c0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 13 00:50:00 2020 +0200

    gnu: Remove python2-gst.
    
    It fails to build because of an incomplete python2 transformation, but is 
not
    worth fixing because Python 2 is EOL and nothing depends on this package.
    
    * gnu/packages/gstreamer.scm (python-gst)[properties]: Remove.
    (python2-gst): Remove variable.
---
 gnu/packages/gstreamer.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a3334b1..01474e2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -921,18 +921,7 @@ non-linear editors.")
     (description
      "This package contains GObject Introspection overrides for Python that can
 be used by Python applications using GStreamer.")
-    (license license:lgpl2.1+)
-    (properties `((python2-variant . ,(delay python2-gst))))))
-
-(define-public python2-gst
-  (package (inherit python-gst)
-    (name "python2-gst")
-    (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("python" ,python-2)))
-    (propagated-inputs
-     `(("gst-plugins-base" ,gst-plugins-base)
-       ("python-pygobject" ,python2-pygobject)))))
+    (license license:lgpl2.1+)))
 
 (define-public gst123
   (package



reply via email to

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