From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sJnmC8tcF19sCwAA0tVLHw (envelope-from ) for ; Tue, 21 Jul 2020 21:23:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6I25B8tcF19RJAAA1q6Kng (envelope-from ) for ; Tue, 21 Jul 2020 21:23:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A0D3A940654 for ; Tue, 21 Jul 2020 21:23:22 +0000 (UTC) Received: from localhost ([::1]:51684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxzjN-0003uc-AX for larch@yhetil.org; Tue, 21 Jul 2020 17:23:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxzj4-0003u2-En for guix-patches@gnu.org; Tue, 21 Jul 2020 17:23:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jxzj4-0006s5-5V for guix-patches@gnu.org; Tue, 21 Jul 2020 17:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jxzj4-0001bi-2K for guix-patches@gnu.org; Tue, 21 Jul 2020 17:23:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42364] [PATCH] gnu: Add python-robber. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Jul 2020 21:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42364 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tanguy Le Carrour , 42364@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 42364-submit@debbugs.gnu.org id=B42364.15953665666133 (code B ref 42364); Tue, 21 Jul 2020 21:23:02 +0000 Received: (at 42364) by debbugs.gnu.org; 21 Jul 2020 21:22:46 +0000 Received: from localhost ([127.0.0.1]:40542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxzio-0001ar-4U for submit@debbugs.gnu.org; Tue, 21 Jul 2020 17:22:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxzim-0001aX-Gz for 42364@debbugs.gnu.org; Tue, 21 Jul 2020 17:22:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36594) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxzig-0006qv-7v; Tue, 21 Jul 2020 17:22:38 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:45810 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxzif-00017q-Nr; Tue, 21 Jul 2020 17:22:38 -0400 From: Marius Bakke In-Reply-To: <20200715122832.9196-1-tanguy@bioneland.org> References: <20200715122832.9196-1-tanguy@bioneland.org> Date: Tue, 21 Jul 2020 23:22:29 +0200 Message-ID: <87imegftre.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: ryll0Z9EH0WT --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Tanguy Le Carrour writes: > * gnu/packages/python-xyz.scm (python-robber): New variable. Thanks! As this appears to be a test library, can you move it to python-check.scm? [...] =20=20 > +(define-public python-robber > + (package > + (name "python-robber") > + (version "1.1.5") > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "robber" version)) > + (sha256 > + (base32 > + "0xp5csgv2g9q38hscml6bc5i1nm4xy5lzqqiimm2drxsf0hw2nq5"))= )) > + (build-system python-build-system) > + (arguments '(#:tests? #f)) ; no tests There appears to be tests in the upstream repository: https://github.com/vesln/robber.py/tree/master/tests Perhaps we should pull that instead of the PyPI release? Otherwise LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8XXJUACgkQoqBt8qM6 VPom9Af/XG9LxpxyG2d99dg3+UV/sX6KA44oGNKCBduNowo9E44aq+2EeqxeaCYR rtM7qhue/G+0JUTkfLsRdpAvp9sxDaJQvHBN64g/8asd8rKhGJms03gFNsDm3xpk Kk4Ah+AYPnnvmSF2fDCXl9UfttIn1KWPNxda39EKjLUuscd/FLAwGv6H/Tr/i58A 1VNkYY2aPh+XQ+9a8PLdu2CiDOIo4vdldSlQkQg+4DvVITAgNoS8BO5ARQKuDWjs qOt4DmgQbfsZZsuZAppN6C3JLEFW6Id3iMgWEtVqdvpynP15UNVxEvA0pTlflzGC kujOiF0umRm5iJk2UcM6RQ2k75ccbA== =ylcl -----END PGP SIGNATURE----- --=-=-=--