gnu: python-astor: Remove duplicate.

* gnu/packages/python-xyz.scm (python-astor): Remove duplicate.
This commit is contained in:
Ricardo Wurmus 2019-02-04 12:06:29 +01:00
parent 42f0b0c21e
commit 39ee82ffeb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7406,27 +7406,6 @@ (define-public python-clint
(define-public python2-clint (define-public python2-clint
(package-with-python2 python-clint)) (package-with-python2 python-clint))
(define-public python-astor
(package
(name "python-astor")
(version "0.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "astor" version))
(sha256
(base32
"1fdafq5hkis1fxqlmhw0sn44zp2ar46nxhbc22cvwg7hsd8z5gsa"))))
(build-system python-build-system)
(home-page "https://github.com/berkerpeksag/astor")
(synopsis "Read and write Python ASTs")
(description
"Astor is designed to allow easy manipulation of Python source via the
Abstract Syntax Tree.")
(license license:bsd-3)))
(define-public python2-astor
(package-with-python2 python-astor))
(define-public python-rply (define-public python-rply
(package (package
(name "python-rply") (name "python-rply")
@ -14680,11 +14659,14 @@ (define-public python-astor
;; FIXME: There are two errors and two test failures. ;; FIXME: There are two errors and two test failures.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(home-page "https://github.com/berkerpeksag/astor") (home-page "https://github.com/berkerpeksag/astor")
(synopsis "Read/rewrite/write Python ASTs") (synopsis "Read and write Python ASTs")
(description "Astor is designed to allow easy manipulation of Python (description "Astor is designed to allow easy manipulation of Python
source via the AST.") source via the Abstract Syntax Tree.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-astor
(package-with-python2 python-astor))
(define-public python-grpcio (define-public python-grpcio
(package (package
(name "python-grpcio") (name "python-grpcio")