guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: eyed3: Update to 0.8, build with python3.


From: Thomas Danckaert
Subject: 03/03: gnu: eyed3: Update to 0.8, build with python3.
Date: Wed, 2 Aug 2017 08:09:34 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 33485fa91316556ccc91314fab0477d3337c9d07
Author: Thomas Danckaert <address@hidden>
Date:   Thu Jul 27 16:47:53 2017 +0200

    gnu: eyed3: Update to 0.8, build with python3.
    
    * gnu/packages/mp3.scm (eyed3): [source] Update to 0.8.
    [arguments]: Disable tests; don't use python-2.
    [propagated-inputs]: Add python-six and python-grako.
    [native-inputs]: Remove.
---
 gnu/packages/mp3.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 789e596..37885c9 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -462,7 +462,7 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.7.10")
+    (version "0.8")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -470,14 +470,13 @@ compression format (.mpc files).")
                   version ".tar.gz"))
              (sha256
               (base32
-               "0wjicszs64ksj2y5jbk09yjd08znc1qnarlq8ssmx13f2d4x59wq"))))
+               "1dcswb0f6w3b05s1v43pq8fmavkd5g88ysndn9160wlaa1v9n40h"))))
     (build-system python-build-system)
     (arguments
-     `(#:python ,python-2))
-    (native-inputs
-     `(("python2-nose" ,python2-nose)
-       ("python2-sphinx" ,python2-sphinx)
-       ("python2-coverage" ,python2-coverage)))
+     `(#:tests? #f)) ; the required test data contains copyrighted material.
+    (propagated-inputs
+     `(("python-six" ,python-six)
+       ("python-grako" ,python-grako)))
     (synopsis "MP3 tag ID3 metadata editor")
     (description "eyeD3 is a Python tool for working with audio files,
 specifically mp3 files containing ID3 metadata (i.e. song info).  It provides a



reply via email to

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