mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 4 additions and 12 deletions
|
@ -3711,37 +3711,29 @@ (define-public python2-pyechonest
|
|||
(define-public python-pylast
|
||||
(package
|
||||
(name "python-pylast")
|
||||
(version "2.0.0")
|
||||
(version "4.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pylast" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r9h7g8i8l2mgqjwkda3v6prfbkb2im5kap1az9ppmhjm9i4jkcf"))))
|
||||
"0pzzhr4mlwpvfhy9gzq86ppz29fmf5z0w3xkl5if1fm59r1afms7"))))
|
||||
(build-system python-build-system)
|
||||
;; Tests require network access. See
|
||||
;; https://github.com/pylast/pylast/issues/105
|
||||
(arguments '(#:tests? #f))
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
("python-pycodestyle" ,python-pycodestyle)
|
||||
("python-mock" ,python-mock)
|
||||
("python-pep8" ,python-pep8)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-flaky" ,python-flaky)
|
||||
("python-pyflakes" ,python-pyflakes)
|
||||
("python-pyyaml" ,python-pyyaml)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(home-page "https://github.com/pylast/pylast")
|
||||
(synopsis "Python interface to Last.fm and Libre.fm")
|
||||
(description "A Python interface to Last.fm and other API-compatible
|
||||
websites such as Libre.fm.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-pylast
|
||||
(package-with-python2 python-pylast))
|
||||
|
||||
(define-public instantmusic
|
||||
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue