From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50723) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKz2j-000149-Ri for guix-patches@gnu.org; Sun, 05 Apr 2020 02:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKz2i-0007zS-0Y for guix-patches@gnu.org; Sun, 05 Apr 2020 02:46:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKz2g-0007yw-Gu for guix-patches@gnu.org; Sun, 05 Apr 2020 02:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKz2g-00011n-EX for guix-patches@gnu.org; Sun, 05 Apr 2020 02:46:02 -0400 Subject: bug#40318: [PATCH] gnu: Add tuir. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sun, 5 Apr 2020 09:44:49 +0300 From: Efraim Flashner Message-ID: <20200405064449.GA1518@E5400> References: <20200329142300.26328-1-efraim@flashner.co.il> <87h7y1rery.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <87h7y1rery.fsf@devup.no> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 40318-done@debbugs.gnu.org --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 02, 2020 at 07:14:25PM +0200, Marius Bakke wrote: > Efraim Flashner writes: >=20 > > * gnu/packages/syndication.scm (tuir): New variable. >=20 > [...] >=20 > > + (build-system python-build-system) > > + (arguments > > + `(#:phases > > + (modify-phases %standard-phases > > + (replace 'check > > + (lambda* (#:key inputs outputs #:allow-other-keys) > > + (add-installed-pythonpath inputs outputs) > > + (invoke "py.test" "-v")))))) > > + (propagated-inputs > > + `(("python-beautifulsoup4" ,python-beautifulsoup4) > > + ("python-decorator" ,python-decorator) > > + ("python-kitchen" ,python-kitchen) > > + ("python-requests" ,python-requests) > > + ("python-six" ,python-six))) >=20 > As this is a terminal application, I guess these inputs can be regular > inputs instead of propagated? The 'wrap' phase should take care of > things automatically. >=20 Good call, I forgot about that one. > Also note that "py.test" is deprecated and one is supposed to use just > "pytest" nowadays IIRC. TIL. I was working from their test suite command. Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl6JfmEACgkQQarn3Mo9 g1GKbhAAuU5Ce8ZfnwxSvKhDxg2lBeqM7JfwtK/7t8tl/6VpML5S2XMVWO2zHKJF DNBJl9j1eHJmVfrjZ9VYkVgqEaKMuqlsSVeMuFidF2R9g5LRoEs/ZbANTWMeCuMT hhmB6Fa32vwQtlfDNJt8fVdTJq4P56kZJwhpOoLB/NbkqD2bBxFaoZ4gLE7wCXJJ n6em7GIurAUF0NXRKWglSFaLfe3ac14FpyfGI61kWKYm2GkI2QhfVvQfWd2B3FQm TexEfrzoVg/qalldnlE0xO270UJTps+huHLR2kplu4ElVmAXaDMYQOkgVgssgv1/ W0OpvzDbvjJg8tXyjuc6WC/aD3LhE61TIATpylGPK0I2Z8rxLYCHxBRWIA5cahO1 YzhpxgWnzipOm0n3wUCgwBsavDKsVq3Muz4JUOCuh/EV2vCAdhdG3l2/UF98+xOd it+FY55sONiBf6IFbQEqAy1GFXFvmWQXdnw/7+T9mNdWqCCiB4dKAJ6Bi2uBPyFe IAojBAfc3Fqxzi/V5VCugucr8TKJwSXC4GkR2M4okHSGbJvxNrKKrQd232s466+Y qnb5QuBMyKv5lDbUGoFgupgl/Qi2nrqi/0gE0gqWYWGdeMg1XFxePl5FkIO8JrJg JggmB3F0GLHx1gBq+OtheinlWRd+wm6AAV2zinEJmbt7+K/xm+4= =/4OZ -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--