[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/31: gnu: python2-virtualenv: Remove package.
From: |
guix-commits |
Subject: |
29/31: gnu: python2-virtualenv: Remove package. |
Date: |
Fri, 29 Jan 2021 11:00:01 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit aa0d1e3306ed819afd182ee28e25d68e0b8c47ec
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 29 10:38:17 2021 -0500
gnu: python2-virtualenv: Remove package.
* gnu/packages/python-xyz.scm (python2-virtualenv): Delete.
---
gnu/packages/python-xyz.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 012e0f0..5b5514d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3194,40 +3194,8 @@ e.g. filters, callbacks and errbacks can all be
promises.")
(synopsis "Virtual Python environment builder")
(description
"Virtualenv is a tool to create isolated Python environments.")
- (properties `((python2-variant . ,(delay python2-virtualenv))))
(license license:expat)))
-(define-public python2-virtualenv
- (let ((base (package-with-python2 (strip-python2-variant
python-virtualenv))))
- (package
- (inherit base)
- (arguments
- `(#:python ,python-2
- #:phases
- (modify-phases %standard-phases
- (add-after 'set-paths 'adjust-PYTHONPATH
- (lambda* (#:key inputs #:allow-other-keys)
- (let* ((python (assoc-ref inputs "python"))
- (python-sitedir (string-append python "/lib/python2.7"
- "/site-packages")))
- ;; XXX: 'python2' always comes first on PYTHONPATH
- ;; and shadows the 'setuptools' input. Move python2
- ;; last: this should be fixed in python-build-system
- ;; in a future rebuild cycle.
- (setenv "PYTHONPATH"
- (string-append (string-join (delete python-sitedir
- (string-split
- (getenv
"PYTHONPATH")
- #\:))
- ":")
- ":" python-sitedir))
- (format #t "environment variable `PYTHONPATH' changed to
`~a'~%"
- (getenv "PYTHONPATH"))
- #t))))))
- (propagated-inputs
- `(("python-contextlib2" ,python2-contextlib2)
- ,@(package-propagated-inputs base))))))
-
(define-public python-markupsafe
(package
(name "python-markupsafe")
- 11/31: gnu: python2-apache-libcloud: Remove package., (continued)
- 11/31: gnu: python2-apache-libcloud: Remove package., guix-commits, 2021/01/29
- 10/31: gnu: python2-mwclient: Remove package., guix-commits, 2021/01/29
- 13/31: gnu: python2-fasteners: Remove package., guix-commits, 2021/01/29
- 21/31: gnu: python2-tox: Remove package., guix-commits, 2021/01/29
- 18/31: gnu: python2-requests-oauthlib: Remove package., guix-commits, 2021/01/29
- 15/31: gnu: python2-debtcollector: Remove package., guix-commits, 2021/01/29
- 17/31: gnu: python2-git-review: Remove package., guix-commits, 2021/01/29
- 20/31: gnu: python2-pathpy: Remove package., guix-commits, 2021/01/29
- 25/31: gnu: python2-testscenarios: Remove package., guix-commits, 2021/01/29
- 27/31: gnu: python2-fixtures: Remove package., guix-commits, 2021/01/29
- 29/31: gnu: python2-virtualenv: Remove package.,
guix-commits <=
- 30/31: gnu: syncthing-gtk: Switch source to use Debian's Python 3 port., guix-commits, 2021/01/29
- 31/31: gnu: grocsvs: Remove package., guix-commits, 2021/01/29