[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/33: gnu: bpython2: Remove package.
From: |
guix-commits |
Subject: |
16/33: gnu: bpython2: Remove package. |
Date: |
Sun, 20 Dec 2020 22:53:08 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 9ce709897e55f9f4e322427e60894485d4551d9c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 19 18:41:32 2020 -0500
gnu: bpython2: Remove package.
* gnu/packages/python-xyz.scm (bpython2): Remove variable.
---
gnu/packages/python-xyz.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e94fdde..626f5b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18270,37 +18270,6 @@ interpreter. bpython's main features are
@end enumerate")
(license license:expat)))
-(define-public bpython2
- (let ((base (package-with-python2
- (strip-python2-variant bpython))))
- (package (inherit base)
- (name "bpython2")
- (arguments
- `(#:python ,python-2
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-failing-test
- (lambda _
- ;; Remove failing test. FIXME: make it pass
- (delete-file "bpython/test/test_args.py")
- ;; Disable failing test-cases (renaming inhibits they are
- ;; discovered)
- (substitute* "bpython/test/test_curtsies_repl.py"
- (("^(\\s*def )(test_get_last_word_with_prev_line\\W)" _ a b)
- (string-append a "xxx_off_" b))
- (("^(\\s*def )(test_complex\\W)" _ a b)
- (string-append a "xxx_off_" b)))
- #t))
- (add-before 'build 'rename-scripts
- ;; rename the scripts to bypthon2, bpdb2, etc.
- (lambda _
- (substitute* "setup.py"
- (("^(\\s+'bpdb)(\\s+=.*',?)\\s*?$" _ name rest)
- (string-append name "2" rest "\n"))
- (("^(\\s+'bpython)(-\\S+)?(\\s+=.*',?)\\s*?$" _ name sub rest)
- (string-append name "2" (or sub "") rest "\n")))
- #t))))))))
-
(define-public python-pyinotify
(package
(name "python-pyinotify")
- 04/33: gnu: python-oslo.config: Fix indentation., (continued)
- 04/33: gnu: python-oslo.config: Fix indentation., guix-commits, 2020/12/20
- 08/33: gnu: python2-flask-httpauth: Remove package., guix-commits, 2020/12/20
- 06/33: gnu: python2-werkzeug: Remove package., guix-commits, 2020/12/20
- 09/33: gnu: python2-flask-principal: Remove package., guix-commits, 2020/12/20
- 11/33: gnu: python2-flask-restful-swagger: Remove package., guix-commits, 2020/12/20
- 07/33: gnu: python2-pytest-httpbin: Remove package., guix-commits, 2020/12/20
- 10/33: gnu: python2-flask-script: Remove package., guix-commits, 2020/12/20
- 05/33: gnu: Add python-dpkt., guix-commits, 2020/12/20
- 12/33: gnu: python-werkzeug: Update to 1.0.1., guix-commits, 2020/12/20
- 13/33: gnu: python2-greenlet: Remove package., guix-commits, 2020/12/20
- 16/33: gnu: bpython2: Remove package.,
guix-commits <=
- 19/33: gnu: python2-openstackdocstheme: Remove package., guix-commits, 2020/12/20
- 14/33: gnu: python2-pynvim: Remove package., guix-commits, 2020/12/20
- 15/33: gnu: python2-eventlet: Remove package., guix-commits, 2020/12/20
- 17/33: gnu: python2-gpic: Remove package., guix-commits, 2020/12/20
- 20/33: gnu: python2-oslo.context: Remove package., guix-commits, 2020/12/20
- 22/33: gnu: python2-gevent: Remove package., guix-commits, 2020/12/20
- 23/33: gnu: python2-pykka: Remove package., guix-commits, 2020/12/20
- 25/33: gnu: python2-graphene: Remove package., guix-commits, 2020/12/20
- 21/33: gnu: python-gevent: Update to 20.9.0., guix-commits, 2020/12/20
- 18/33: gnu: python2-graphql-relay: Remove package., guix-commits, 2020/12/20