* [PATCH] gnu: python-argcomplete: Add python-pexpect.
@ 2017-01-11 20:08 Danny Milosavljevic
2017-01-12 11:38 ` Hartmut Goebel
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2017-01-11 20:08 UTC (permalink / raw)
To: guix-devel
* gnu/packages/python.scm (python-argcomplete)[native-inputs]:
Add python-pexpect.
---
gnu/packages/python.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 727e1bff2..4dc284d03 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12295,6 +12295,8 @@ specs from your Flask-Restful projects.")
(base32
"11bwiw6j0nilgz81xnw6f1npyga3prp8asjqrm87cdr3ria5l03x"))))
(build-system python-build-system)
+ (native-inputs
+ `(("python-pexpect" ,python-pexpect)))
(home-page "https://github.com/kislyuk/argcomplete")
(synopsis "Shell tab completion for Python argparse")
(description "argcomplete provides extensible command line tab completion
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-argcomplete: Add python-pexpect.
2017-01-11 20:08 [PATCH] gnu: python-argcomplete: Add python-pexpect Danny Milosavljevic
@ 2017-01-12 11:38 ` Hartmut Goebel
2017-01-12 18:19 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Hartmut Goebel @ 2017-01-12 11:38 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 417 bytes --]
Am 11.01.2017 um 21:08 schrieb Danny Milosavljevic:
> + (native-inputs
> + `(("python-pexpect" ,python-pexpect)))
Well spotted, this is hidden deeply in the .travis.yml file. What about
adding a comment "for tests"?
Otherwise LGTM.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
[-- Attachment #2: 0xBF773B65.asc --]
[-- Type: application/pgp-keys, Size: 14855 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-argcomplete: Add python-pexpect.
2017-01-12 11:38 ` Hartmut Goebel
@ 2017-01-12 18:19 ` Marius Bakke
0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-01-12 18:19 UTC (permalink / raw)
To: Hartmut Goebel, guix-devel
[-- Attachment #1: Type: text/plain, Size: 422 bytes --]
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> Am 11.01.2017 um 21:08 schrieb Danny Milosavljevic:
>> + (native-inputs
>> + `(("python-pexpect" ,python-pexpect)))
>
> Well spotted, this is hidden deeply in the .travis.yml file. What about
> adding a comment "for tests"?
This is already solved in the 'python-tests' branch:
80ce42bdbf3f795ba6b91cebd472261b1e141a4a
Curious why tcsh wasn't needed here!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-12 18:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 20:08 [PATCH] gnu: python-argcomplete: Add python-pexpect Danny Milosavljevic
2017-01-12 11:38 ` Hartmut Goebel
2017-01-12 18:19 ` Marius Bakke
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).