diff options
| author | Marius Bakke <marius@gnu.org> | 2022-08-11 23:36:10 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-08-11 23:36:10 +0200 |
| commit | 77eb3008e350c069e0ae8df6a91bf0ebdcfc2ac0 (patch) | |
| tree | b899e65aa79099be3f4b27dfcd565bb143681211 /gnu/packages/python.scm | |
| parent | f7e8be231806a904e6817e8ab3404b32f2511db2 (diff) | |
| parent | b50eaa67642ebc25e9c896f2e700c08610e0a5da (diff) | |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3ae363b8303..1c3d037d995 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> | 58 | ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> |
| 59 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 59 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| 60 | ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com> | 60 | ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com> |
| 61 | ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com> | ||
| 61 | ;;; | 62 | ;;; |
| 62 | ;;; This file is part of GNU Guix. | 63 | ;;; This file is part of GNU Guix. |
| 63 | ;;; | 64 | ;;; |
| @@ -663,10 +664,13 @@ for more information."))) | |||
| 663 | (synopsis "Wrapper for the Python 3 commands") | 664 | (synopsis "Wrapper for the Python 3 commands") |
| 664 | (description | 665 | (description |
| 665 | "This package provides wrappers for the commands of Python@tie{}3.x such | 666 | "This package provides wrappers for the commands of Python@tie{}3.x such |
| 666 | that they can be invoked under their usual name---e.g., @command{python} | 667 | that they can also be invoked under their usual names---e.g., @command{python} |
| 667 | instead of @command{python3} or @command{pip} instead of @command{pip3}. | 668 | instead of @command{python3} or @command{pip} instead of @command{pip3}. |
| 669 | |||
| 668 | To function properly, this package should not be installed together with the | 670 | To function properly, this package should not be installed together with the |
| 669 | @command{python} package."))) | 671 | @code{python} package: this package uses the @code{python} package as a |
| 672 | propagated input, so installing this package already makes both the versioned | ||
| 673 | and the unversioned commands available."))) | ||
| 670 | 674 | ||
| 671 | (define-public python-wrapper (wrap-python3 python)) | 675 | (define-public python-wrapper (wrap-python3 python)) |
| 672 | (define-public python-minimal-wrapper (wrap-python3 python-minimal)) | 676 | (define-public python-minimal-wrapper (wrap-python3 python-minimal)) |
