guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python2-discogs-client: Remove python2-setuptools from input


From: Hartmut Goebel
Subject: 05/06: gnu: python2-discogs-client: Remove python2-setuptools from inputs.
Date: Tue, 29 Nov 2016 18:06:59 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 80983df357856fe4e65e384a655e466164e049a1
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 29 19:02:35 2016 +0100

    gnu: python2-discogs-client: Remove python2-setuptools from inputs.
    
    * gnu/packages/music.scm (python2-discogs-client): Use simply
      "package-with-python2". Remove inheriting from python-discogs-client
      since adding python2-setuptools to [native-inputs] has been the sole
      reason for inheriting.
      (python-discogs-client) Remove the now needless [properties]
      "python2-variant".
---
 gnu/packages/music.scm |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3f2018e..6950d88 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2471,13 +2471,7 @@ you to query the Discogs database for information on 
artists, releases, labels,
 users, Marketplace listings, and more.  It also supports OAuth 1.0a
 authorization, which allows you to change user data such as profile 
information,
 collections and wantlists, inventory, and orders.")
-    (license license:bsd-2)
-    (properties `((python2-variant . ,(delay python2-discogs-client))))))
+    (license license:bsd-2)))
 
 (define-public python2-discogs-client
-  (let ((base (package-with-python2
-               (strip-python2-variant python-discogs-client))))
-    (package (inherit base)
-      (native-inputs
-       `(("python2-setuptools" ,python2-setuptools)
-         ,@(package-native-inputs base))))))
+  (package-with-python2 python-discogs-client))



reply via email to

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