all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@d4n1.org>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Update python2-jsonrpclib
Date: Tue, 14 Jun 2016 16:52:19 -0300	[thread overview]
Message-ID: <542d6b081afeaf6902b236cb66163958@d4n1.org> (raw)
In-Reply-To: <aad4c42c257eda72c5326c620a522e12@d4n1.org>

[-- Attachment #1: Type: text/plain, Size: 63 bytes --]

Update patch python2-jsonrpclib

-- 
Daniel Pimentel (aka d4n1)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0005-gnu-Update-python2-jsonrpclib.patch --]
[-- Type: text/x-diff; name=0005-gnu-Update-python2-jsonrpclib.patch, Size: 1041 bytes --]

From 4abd2effdb7b75ef57109c53b9983186c214b0dd Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d4n1@d4n1.org>
Date: Tue, 14 Jun 2016 16:51:00 -0300
Subject: [PATCH 5/5] gnu: Update python2-jsonrpclib

---
 gnu/packages/python.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e054c63..33bc932 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9025,8 +9025,10 @@ focus on event-based network programming and multiprotocol integration.")
                 "02vgirw2bcgvpcxhv5hf3yvvb4h5wzd1lpjx8na5psdmaffj6l3z"))))
     (build-system python-build-system)
     (inputs
-     `(("python-setuptools" ,python-setuptools)))
-    (arguments `(#:tests? #f))
+     `(("python2-setuptools" ,python2-setuptools)))
+    (arguments
+     `(#:tests? #f
+                #:python ,python-2))
     (home-page "https://github.com/joshmarshall/jsonrpclib/")
     (synopsis "Implementation of JSON-RPC specification for Python")
     (description
-- 
2.7.4


  parent reply	other threads:[~2016-06-14 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  0:14 [PATCH] gnu: Add python2-jsonrpclib Daniel Pimentel
2016-06-10  5:50 ` Ben Woodcroft
2016-06-11 23:28   ` d4n1
2016-06-14 19:52 ` Daniel Pimentel [this message]
2016-06-16 12:10   ` [PATCH] gnu: Update python2-jsonrpclib (refactor) Daniel Pimentel
2016-06-18  0:22     ` Leo Famulari
2016-06-18  0:39       ` [PATCH 1/1] gnu: Update python2-jsonrpclib Daniel Pimentel

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=542d6b081afeaf6902b236cb66163958@d4n1.org \
    --to=d4n1@d4n1.org \
    --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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.