GNU bug report logs - #70483
[PATCH 1/1] gnu: Add python-robotframework-requests.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Markku Korkeala <markku.korkeala@HIDDEN>; Keywords: patch; dated Sat, 20 Apr 2024 14:48:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 70483 <at> debbugs.gnu.org:


Received: (at 70483) by debbugs.gnu.org; 23 Apr 2024 13:09:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Apr 23 09:09:17 2024
Received: from localhost ([127.0.0.1]:52084 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rzFtY-0004MW-O2
	for submit <at> debbugs.gnu.org; Tue, 23 Apr 2024 09:09:17 -0400
Received: from mail.kapsi.fi ([2001:67c:1be8::25]:39745)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <nightwatch@HIDDEN>) id 1rzC0T-00011e-80
 for 70483 <at> debbugs.gnu.org; Tue, 23 Apr 2024 05:00:08 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi;
 s=20161220; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:
 Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:Content-Description:
 Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:
 In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
 List-Post:List-Owner:List-Archive;
 bh=iF3RW7gie1IjY0pOQDaF9++e2V0jb8rSI/7TZu/5H/k=; b=ty9lepuUsRMfpJWWBUly+HQk3Z
 /tIJs/Y2gPY1hGDaUajOfdZlm8qRrpt1VMreYpw7jMuZjcjCKCzoND2zpnYCsEbYCq85c76wLth6x
 ZaiFk+hp9x5nUue4OgBzRnnVMq64JsP0wfnn8LfGx7J5PgAK/Dhhs8kmmEsPtYY9K4PUgtXAeUlLR
 kPPCsM9gKIIXv+fV/5ZL4q5T8jr/abSWFPawZ0rXF36oZaCXcWBr8Qe3BA3Eyr1fxfYH+1tZagpuH
 skq0PLkBKh8kKDO6YhOdlMcf1pR+Ft5juOyUHGG+LP87zoyqdBobJshOoqSlwgA6iuM82pwe01BK+
 NFE/EUhA==;
Received: from 91-154-84-40.elisa-laajakaista.fi ([91.154.84.40]
 helo=localhost.localdomain)
 by mail.kapsi.fi with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96)
 (envelope-from <markku.korkeala@HIDDEN>) id 1rzC09-007L5C-0d;
 Tue, 23 Apr 2024 11:59:45 +0300
From: Markku Korkeala <markku.korkeala@HIDDEN>
To: 70483 <at> debbugs.gnu.org
Subject: [PATCH v2 1/1] gnu: Add python-robotframework-requests.
Date: Tue, 23 Apr 2024 11:54:17 +0300
Message-ID: <f691c9870d7a6bf09e5ebcfebd0a0de6435b02c5.1713861076.git.markku.korkeala@HIDDEN>
X-Mailer: git-send-email 2.41.0
MIME-Version: 1.0
X-Debbugs-Cc: Lars-Dominik Braun <lars@HIDDEN>, Marius Bakke <marius@HIDDEN>,
 Munyoki Kilyungi <me@HIDDEN>,
 Sharlatan Hellseher <sharlatanus@HIDDEN>,
 Tanguy Le Carrour <tanguy@HIDDEN>, jgart <jgart@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-SA-Exim-Connect-IP: 91.154.84.40
X-SA-Exim-Mail-From: markku.korkeala@HIDDEN
X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false
X-Spam-Score: 0.2 (/)
X-Debbugs-Envelope-To: 70483
X-Mailman-Approved-At: Tue, 23 Apr 2024 09:09:10 -0400
Cc: Markku Korkeala <markku.korkeala@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.8 (/)

* gnu/packages/python-web.scm (python-robotframework-requests): New variable.

Change-Id: I01d814d1a9e20d26e9bfa4a0a77ba91577da2bd8
---
Improved the patch according to feedback:

Moved package to gnu/packages/python-web.scm
Switched to pyproject-build-system
Simplified the test phase
Removed duplicate and unnecessary dependencies
Fixed description identation

 gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5a532f8460..2d0695d5a4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2024 Troy Figiel <troy@HIDDEN>
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@HIDDEN>
 ;;; Copyright © 2024 normally_js <normally_js@HIDDEN>
+;;; Copyright © 2024 Markku Korkeala <markku.korkeala@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3763,6 +3764,33 @@ (define-public python-requests-ftp
 adapter for use with the Requests library.")
     (license license:asl2.0)))
 
+(define-public python-robotframework-requests
+  (package
+    (name "python-robotframework-requests")
+    (version "0.9.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/MarketSquare/robotframework-requests")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "077j8p5k41v53slyv8h32fcmqfi7m6z3r4gmyqqaawm5szfmy61m"))))
+    (build-system pyproject-build-system)
+    (arguments
+     '(#:test-flags '("-v" "utests/")))
+    (propagated-inputs (list python-requests python-robotframework))
+    (native-inputs (list python-flask python-mock python-pytest
+                         python-pytest-cov))
+    (home-page "https://github.com/MarketSquare/robotframework-requests")
+    (synopsis "Robot Framework keyword library wrapper around requests")
+    (description
+     "RequestsLibrary is a Robot Framework library aimed to provide HTTP
+api testing functionalities by wrapping the well known Python Requests
+Library.")
+    (license license:expat)))
+
 (define-public python-aioftp
   (package
     (name "python-aioftp")

base-commit: ee9cf4f00bcb8966fa125787e8534580b270bb99
-- 
2.41.0





Information forwarded to lars@HIDDEN, marius@HIDDEN, me@HIDDEN, sharlatanus@HIDDEN, tanguy@HIDDEN, jgart@HIDDEN, guix-patches@HIDDEN:
bug#70483; Package guix-patches. Full text available.

Message received at 70483 <at> debbugs.gnu.org:


Received: (at 70483) by debbugs.gnu.org; 20 Apr 2024 17:23:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 20 13:23:36 2024
Received: from localhost ([127.0.0.1]:37296 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryER5-0008IB-R9
	for submit <at> debbugs.gnu.org; Sat, 20 Apr 2024 13:23:36 -0400
Received: from mail-wm1-x332.google.com ([2a00:1450:4864:20::332]:55429)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <sharlatanus@HIDDEN>) id 1ryER4-0008HE-4g
 for 70483 <at> debbugs.gnu.org; Sat, 20 Apr 2024 13:23:34 -0400
Received: by mail-wm1-x332.google.com with SMTP id
 5b1f17b1804b1-419e0f57bb5so4110555e9.2
 for <70483 <at> debbugs.gnu.org>; Sat, 20 Apr 2024 10:23:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20230601; t=1713633793; x=1714238593; darn=debbugs.gnu.org;
 h=mime-version:message-id:date:subject:to:from:from:to:cc:subject
 :date:message-id:reply-to;
 bh=acyLnTJlyrF2d3gCbAlMuy+x0uTvKSFzarIgVF23a/w=;
 b=bP7UsL9P1oI9QdAU/gRNhlucgaqJBsUmvG1aZf76/R+JQMqVLGCk4gybrXpF8xtnbU
 qwFpF7MYLZsvVf+A5wBdgEx+qASBtN+ZjBzz5Jy0lPNKhfwowSv+MyBuQi9UqkRKPVwC
 mcySES3d+GoCohWgmxyDaORv4kkc6uPqaB9MRhztHfL+VqqQO0UeGZ0DFREkmDoFI5vL
 tvrJxODoT46Nkfos5AXnHHoZh8ivbq9I8h09LzUo0Rq2RZtose2EVgyLTadDMGdYI4Ej
 j5VLuTzj+0BKcovejZSI0QYUFXivLZrBP0hT697RAfJ+J/bgHBnyuCWim7xPcWtxazSC
 zwwA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1713633793; x=1714238593;
 h=mime-version:message-id:date:subject:to:from:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=acyLnTJlyrF2d3gCbAlMuy+x0uTvKSFzarIgVF23a/w=;
 b=CAU2csmVPAOtsgc/CUBMopxad9CGDskO8hCfQAPSItbkPVYooAzLZQ3TNxWomgGpxy
 Z2+gWCG0rO2xI3V8bdgxwo+qOQin+7ISvOugoJTxZb5oczB05sMX7ecu/j9xwYsmRLNq
 DKtZ06X55VsL8M7Gz+TBCbbQibGPRIR4jUKTmnW801l813ZUNlG0U35YliRk1L+mv/fi
 51Jn6C/zYYtHxpMwPOXIlT1/4enSerjbPP2kdsqfUepnD9xKYOP+o+ifh4mdMLZ9ijoK
 ub0ZxPBal1IgU0RIfz+zPgyB++vnfyJQtnXFqLn8JkTCNtJMA/3vzzwnkl4st0kVpKOD
 p0Vg==
X-Gm-Message-State: AOJu0Yyj9TSv8A9xVYzCoGcj+hSgRvD0NbR6c2MdZE/xt5SFWzPWF4Bq
 D5ISKFhVXw9gc5ypxQtAOH8K6dxinip1jTO38I9Suqw269Z4F3yg5v/Phh2/
X-Google-Smtp-Source: AGHT+IFiak2nB1sP2cZfHnIVhLfblVj/0jOOYS5dSYwZFjsciVwwOmrLNKUdSTJ4wHWB8xo7ydw9+g==
X-Received: by 2002:a05:600c:4707:b0:418:d6f2:b0c1 with SMTP id
 v7-20020a05600c470700b00418d6f2b0c1mr3822042wmo.26.1713633793210; 
 Sat, 20 Apr 2024 10:23:13 -0700 (PDT)
Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net.
 [82.25.93.113]) by smtp.gmail.com with ESMTPSA id
 l16-20020a05600c4f1000b0041a1fee2854sm136135wmq.17.2024.04.20.10.23.12
 for <70483 <at> debbugs.gnu.org>
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Sat, 20 Apr 2024 10:23:12 -0700 (PDT)
From: Sharlatan Hellseher <sharlatanus@HIDDEN>
To: 70483 <at> debbugs.gnu.org
Subject: [PATCH 1/1] gnu: Add python-robotframework-requests.
Date: Sat, 20 Apr 2024 18:22:54 +0100
Message-ID: <87le58lzip.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 70483
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable


Hi!

Thank you for the patch.

There are some modification which need to be applied in v2.

The package is more suitable for python-web.

=2D [source]:=20
=2D [build-system]: Swap to pyprject-build-system to simplify the package.
=2D [arguments]: Relay on default check phase.
=2D [native-inputs]: Remove duplicates, remove python-flake8, remove-covera=
ge.
=2D [description]: Fix indentation.


--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmYj+e8ACgkQdtcnv/Ys
0rWL9xAAiJgbmiRQkegyEcxH+tBRdOGxp+1xpy3hmhDkZ5VXyGbUgujbEecKwCpj
PwoUCtkr/YvdQeImjHB4GMfI70ih01AqPV9A2mT8wnY9tRgX6WqtAs1YXQCn5D2/
Ul6L6Agnle3n6AJquZ3R67rxubu8XLmM6TY+2sqfveR8HmzahFAkkKaJ8BmHPya7
DViQ0ni7qsT9SL3t+N8Pg1fShH3nVE6fpjuwSfywhYdAn/1gr9y9sCAloOKJWOQk
/Rg8q4gVGOEMgmNMafneqnZjetPwLfSykcdo5EAbacWTMaA84a3pq5BEyBNw6sWH
Pxo1x8CsU5dyFrbwqgxUffJwelO0Xl/CuC+5GfgrlVqij467AVsFfIf18JkMOVEY
AKqQ+zUhw0M8gmK4FeZQRwAsXNG01Cb+2sibXMibFyKIKaBs0kBO6w3m5CGKhhkI
IMGDldDPCDtrigg8rYmgxA3yikyaqFxdq+Q3Wejc6IjDzYAkUJ5FUJyCaLDxaS70
4U+3hcPiDjhP1WU7yYew8LcIEM6zYrGnsKhqZ6bFnn5Vyz5LD+nVUfg5UHQYwd6I
N2KAZR5gDJfublCmpKfOJjQssknamGjp55qbUZk8BYBRHRi6R309rWARJoj53h2I
fX9EIVmLrDfi6OJE0lla26sIUkLytjBy21GPLUdPfgHYbT4upE4=
=YS4r
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to guix-patches@HIDDEN:
bug#70483; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 20 Apr 2024 14:47:56 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 20 10:47:56 2024
Received: from localhost ([127.0.0.1]:36662 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryC0O-0007Q8-SQ
	for submit <at> debbugs.gnu.org; Sat, 20 Apr 2024 10:47:55 -0400
Received: from lists.gnu.org ([2001:470:142::17]:57464)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <nightwatch@HIDDEN>) id 1ry6J3-00054o-1J
 for submit <at> debbugs.gnu.org; Sat, 20 Apr 2024 04:42:48 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <nightwatch@HIDDEN>)
 id 1ry6Ii-0006es-Gp
 for guix-patches@HIDDEN; Sat, 20 Apr 2024 04:42:24 -0400
Received: from mail.kapsi.fi ([2001:67c:1be8::25])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <nightwatch@HIDDEN>)
 id 1ry6If-0004s0-Ve
 for guix-patches@HIDDEN; Sat, 20 Apr 2024 04:42:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi;
 s=20161220; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:
 Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:Content-Description:
 Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:
 In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
 List-Post:List-Owner:List-Archive;
 bh=N+fMNMcohBEG3kyMz0XXIjM2ZnVYZnIADnMhIpDoBu4=; b=ZLn8IPwgCV6+CaHNAvroqpBHya
 L1eTn8/r4M0P8z8vkUM0hPGGodX+zMTG+9rWNlv6rdYFMoD0fKLil2qUXWMXRUImQftoKiE0vCDrF
 fDmOUxZ6xuTkShMdiaq7bBtSWZCSWTLCsPBLXZbCXRvTXrienU002fwag+ehXONG9n0HcxUW3FJnl
 9xqZND2aOyUzEZVQOv3wk7OYMyckUumm7BFfRXaYA6rgkAqDhXHA5ho3kv7jL9utIcaBdGJjVYkDw
 lRwZa8O4v/hwb8nEmYQgg9dkd0y1nK4G0MwFk8+NYWOL8FZ6XUNcuqtUSwvMMkk3x8Ojbc1PGSBUv
 BEo6rrww==;
Received: from 91-154-84-40.elisa-laajakaista.fi ([91.154.84.40]
 helo=localhost.localdomain)
 by mail.kapsi.fi with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96)
 (envelope-from <markku.korkeala@HIDDEN>) id 1ry6IO-00CS2I-2L;
 Sat, 20 Apr 2024 11:42:04 +0300
From: Markku Korkeala <markku.korkeala@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH 1/1] gnu: Add python-robotframework-requests.
Date: Sat, 20 Apr 2024 11:41:15 +0300
Message-ID: <17b3a3b413725d7186ed7905c5c761f86b73d986.1713525337.git.markku.korkeala@HIDDEN>
X-Mailer: git-send-email 2.41.0
MIME-Version: 1.0
X-Debbugs-Cc: Lars-Dominik Braun <lars@HIDDEN>, Marius Bakke <marius@HIDDEN>,
 Munyoki Kilyungi <me@HIDDEN>,
 Sharlatan Hellseher <sharlatanus@HIDDEN>,
 Tanguy Le Carrour <tanguy@HIDDEN>, jgart <jgart@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-SA-Exim-Connect-IP: 91.154.84.40
X-SA-Exim-Mail-From: markku.korkeala@HIDDEN
X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false
Received-SPF: pass client-ip=2001:67c:1be8::25;
 envelope-from=nightwatch@HIDDEN; helo=mail.kapsi.fi
X-Spam_score_int: -17
X-Spam_score: -1.8
X-Spam_bar: -
X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.248,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.2 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: * gnu/packages/python-xyz.scm
 (python-robotframework-requests):
 New variable. Change-Id: I01d814d1a9e20d26e9bfa4a0a77ba91577da2bd8 ---
 gnu/packages/python-xyz.scm
 | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+)
 Content analysis details:   (1.2 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 1.0 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
 mail domains are different
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Sat, 20 Apr 2024 10:47:51 -0400
Cc: Markku Korkeala <markku.korkeala@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.2 (/)

* gnu/packages/python-xyz.scm (python-robotframework-requests): New variable.

Change-Id: I01d814d1a9e20d26e9bfa4a0a77ba91577da2bd8
---
 gnu/packages/python-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bac90b1e07..ff85b3f2bf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -152,6 +152,7 @@
 ;;; Copyright © 2024 Adriel Dumas--Jondeau <leirda@HIDDEN>
 ;;; Copyright © 2024 Navid Afkhami <navid.afkhami@HIDDEN>
 ;;; Copyright © 2024 TakeV <takev@HIDDEN>
+;;; Copyright © 2024 Markku Korkeala <markku.korkeala@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7417,6 +7418,43 @@ (define-public python-robotframework-seleniumscreenshots
 or for visual regression testing purposes.")
     (license license:bsd-3)))
 
+(define-public python-robotframework-requests
+  (package
+    (name "python-robotframework-requests")
+    (version "0.9.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/MarketSquare/robotframework-requests")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "077j8p5k41v53slyv8h32fcmqfi7m6z3r4gmyqqaawm5szfmy61m"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (replace 'check
+                    (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+                      (when tests?
+                        (invoke "pytest" "-v" "utests/")))))))
+    (propagated-inputs (list python-requests python-robotframework))
+    (native-inputs (list python-flask
+                         python-flask
+                         python-coverage
+                         python-flake8
+                         python-mock
+                         python-flake8
+                         python-pytest
+                         python-pytest-cov))
+    (home-page "https://github.com/MarketSquare/robotframework-requests")
+    (synopsis "Robot Framework keyword library wrapper around requests")
+    (description
+     "RequestsLibrary is a Robot Framework library aimed to provide HTTP
+     api testing functionalities by wrapping the well known Python
+     Requests Library.")
+    (license license:expat)))
+
 (define-public python-rstr
   (package
    (name "python-rstr")

base-commit: ee9cf4f00bcb8966fa125787e8534580b270bb99
-- 
2.41.0





Acknowledgement sent to Markku Korkeala <markku.korkeala@HIDDEN>:
New bug report received and forwarded. Copy sent to lars@HIDDEN, marius@HIDDEN, me@HIDDEN, sharlatanus@HIDDEN, tanguy@HIDDEN, jgart@HIDDEN, guix-patches@HIDDEN. Full text available.
Report forwarded to lars@HIDDEN, marius@HIDDEN, me@HIDDEN, sharlatanus@HIDDEN, tanguy@HIDDEN, jgart@HIDDEN, guix-patches@HIDDEN:
bug#70483; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Tue, 23 Apr 2024 13:15:05 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.