From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: wrap-python3: create more symlinks.
Date: Thu, 21 Apr 2016 22:23:19 +0200 [thread overview]
Message-ID: <1461270199-8195-2-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1461270199-8195-1-git-send-email-h.goebel@crazy-compilers.com>
* gnu/pyckages/python.csm (wrap-python3): Create symlinks for
pip and python-config, too.
---
gnu/packages/python.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 65210e0..5c4bf3b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2015 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2015, 2016 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
+;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -334,8 +335,8 @@ data types.")
(lambda (old new)
(symlink (string-append python old)
(string-append bin "/" new)))
- `("python3" ,"pydoc3" ,"idle3")
- `("python" ,"pydoc" ,"idle"))))))
+ `("python3" ,"pydoc3" ,"idle3" ,"pip3" ,"python3-config")
+ `("python" ,"pydoc" ,"idle" ,"pip" ,"python-config"))))))
(synopsis "Wrapper for the Python 3 commands")
(description
"This package provides wrappers for the commands of Python@tie{}3.x such
--
2.7.4
next prev parent reply other threads:[~2016-04-21 20:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 20:23 [PATCH] Add more symlinks to python-wrapper Hartmut Goebel
2016-04-21 20:23 ` Hartmut Goebel [this message]
2016-04-30 2:05 ` [PATCH] gnu: wrap-python3: create more symlinks Leo Famulari
2016-05-05 14:58 ` Ludovic Courtès
2016-05-05 16:41 ` Alex Kost
2016-05-06 18:15 ` Leo Famulari
-- strict thread matches above, loose matches on Subject: below --
2016-06-14 21:14 [PATCH] Add more symlinks to python-wrapper Hartmut Goebel
2016-06-14 21:14 ` [PATCH] gnu: wrap-python3: create more symlinks Hartmut Goebel
2016-06-14 21:17 ` Hartmut Goebel
2016-06-15 14:27 ` Andreas Enge
2016-06-17 19:45 ` Hartmut Goebel
2016-06-20 9:10 ` Andreas Enge
2016-06-23 19:57 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461270199-8195-2-git-send-email-h.goebel@crazy-compilers.com \
--to=h.goebel@crazy-compilers.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).