From mboxrd@z Thu Jan 1 00:00:00 1970 From: Muriithi Frederick Muriuki Subject: [PATCH 13/20] gnu: Add python-rednose-0.4.3 Date: Fri, 14 Apr 2017 13:13:13 +0300 Message-ID: <20170414101320.11755-13-fredmanglis@gmail.com> References: <20170414101320.11755-1-fredmanglis@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyyEI-00011d-WA for guix-devel@gnu.org; Fri, 14 Apr 2017 06:13:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyyEI-0005X3-05 for guix-devel@gnu.org; Fri, 14 Apr 2017 06:13:26 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:35603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyyEH-0005WZ-Q2 for guix-devel@gnu.org; Fri, 14 Apr 2017 06:13:25 -0400 Received: by mail-wm0-x243.google.com with SMTP id d79so17171679wmi.2 for ; Fri, 14 Apr 2017 03:13:25 -0700 (PDT) In-Reply-To: <20170414101320.11755-1-fredmanglis@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: pjotr2017@thebird.nl * gnu/packages/python.scm (python-rednose-0.4.3): New variable. --- gnu/packages/python.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 82258b5..7aba1ca 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14294,3 +14294,20 @@ and correct.") (define-public python2-requests-2.8.1 (package-with-python2 python-requests-2.8.1)) + +(define-public python-rednose-0.4.3 + ;; httpretty has a hard requirement for rednose==0.4.3 + (package + (inherit python-rednose) + (name "python-rednose") + (version "0.4.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rednose" version)) + (sha256 + (base32 + "1mv4aknbl80wday41924l1gfqia2n6q7h5l4n8irlmn5fh2x9rbc")))))) + +(define-public python2-rednose-0.4.3 + (package-with-python2 python-rednose-0.4.3)) -- 2.10.2