gnu: python-pyechonest: Remove package.

* gnu/packages/music.scm (python-pyechonest): Remove variable.
master
Leo Famulari 2016-10-29 21:01:58 -04:00
parent 5b83b7b854
commit a2eab4223d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 8 additions and 9 deletions

View File

@ -1772,9 +1772,9 @@ MusicBrainz database.")
(define-public python2-musicbrainzngs (define-public python2-musicbrainzngs
(package-with-python2 python-musicbrainzngs)) (package-with-python2 python-musicbrainzngs))
(define-public python-pyechonest (define-public python2-pyechonest
(package (package
(name "python-pyechonest") (name "python2-pyechonest")
(version "9.0.0") (version "9.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -1783,6 +1783,11 @@ MusicBrainz database.")
(base32 (base32
"1584nira3rkiman9dm81kdshihmkj21s8navndz2l8spnjwb790x")))) "1584nira3rkiman9dm81kdshihmkj21s8navndz2l8spnjwb790x"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
`(;; Python 3 is not supported:
;; https://github.com/echonest/pyechonest/issues/42
#:python ,python-2))
(native-inputs `(("python2-setuptools" ,python2-setuptools)))
(home-page "https://github.com/echonest/pyechonest") (home-page "https://github.com/echonest/pyechonest")
(synopsis "Python interface to The Echo Nest APIs") (synopsis "Python interface to The Echo Nest APIs")
(description "Pyechonest is a Python library for the Echo Nest API. With (description "Pyechonest is a Python library for the Echo Nest API. With
@ -1799,13 +1804,7 @@ hotttnesss, audio_summary, or tracks.
about the track including key, duration, mode, tempo, time signature along with about the track including key, duration, mode, tempo, time signature along with
detailed track info including timbre, pitch, rhythm and loudness information. detailed track info including timbre, pitch, rhythm and loudness information.
@end enumerate\n") @end enumerate\n")
(license license:bsd-3) (license license:bsd-3)))
(properties `((python2-variant . ,(delay python2-pyechonest))))))
(define-public python2-pyechonest
(package (inherit (package-with-python2
(strip-python2-variant python-pyechonest)))
(native-inputs `(("python2-setuptools" ,python2-setuptools)))))
(define-public python-pylast (define-public python-pylast
(package (package