gnu: python-pylast: Update to 4.2.1.
* gnu/packages/music.scm (python-pylast) [version]: Update to 4.2.1. [propagated-inputs]: Move… [native-inputs]: …here and remove unneccessary inputs. (python2-pylast): Remove, since Python 2 is not supported by upstream any more.
This commit is contained in:
parent
46ba1bb068
commit
8330b0cfbb
@ -3711,37 +3711,29 @@ detailed track info including timbre, pitch, rhythm and loudness information.
|
|||||||
(define-public python-pylast
|
(define-public python-pylast
|
||||||
(package
|
(package
|
||||||
(name "python-pylast")
|
(name "python-pylast")
|
||||||
(version "2.0.0")
|
(version "4.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pylast" version))
|
(uri (pypi-uri "pylast" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r9h7g8i8l2mgqjwkda3v6prfbkb2im5kap1az9ppmhjm9i4jkcf"))))
|
"0pzzhr4mlwpvfhy9gzq86ppz29fmf5z0w3xkl5if1fm59r1afms7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Tests require network access. See
|
;; Tests require network access. See
|
||||||
;; https://github.com/pylast/pylast/issues/105
|
;; https://github.com/pylast/pylast/issues/105
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-coverage" ,python-coverage)
|
`(("python-coverage" ,python-coverage)
|
||||||
("python-pycodestyle" ,python-pycodestyle)
|
|
||||||
("python-mock" ,python-mock)
|
|
||||||
("python-pep8" ,python-pep8)
|
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-flaky" ,python-flaky)
|
("python-flaky" ,python-flaky)
|
||||||
("python-pyflakes" ,python-pyflakes)
|
("python-pyyaml" ,python-pyyaml)
|
||||||
("python-pyyaml" ,python-pyyaml)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
|
||||||
`(("python-six" ,python-six)))
|
|
||||||
(home-page "https://github.com/pylast/pylast")
|
(home-page "https://github.com/pylast/pylast")
|
||||||
(synopsis "Python interface to Last.fm and Libre.fm")
|
(synopsis "Python interface to Last.fm and Libre.fm")
|
||||||
(description "A Python interface to Last.fm and other API-compatible
|
(description "A Python interface to Last.fm and other API-compatible
|
||||||
websites such as Libre.fm.")
|
websites such as Libre.fm.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-pylast
|
|
||||||
(package-with-python2 python-pylast))
|
|
||||||
|
|
||||||
(define-public instantmusic
|
(define-public instantmusic
|
||||||
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
|
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user