From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9tUj-0007rK-3K for guix-patches@gnu.org; Sat, 21 Apr 2018 10:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9tUg-0005lb-0N for guix-patches@gnu.org; Sat, 21 Apr 2018 10:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9tUf-0005lX-SK for guix-patches@gnu.org; Sat, 21 Apr 2018 10:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f9tUf-0007tF-JB for guix-patches@gnu.org; Sat, 21 Apr 2018 10:28:01 -0400 Subject: [bug#31173] [PATCH] gnu: Add python-onetimepass. Resent-Message-ID: Date: Sat, 21 Apr 2018 16:26:56 +0200 From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Message-ID: <20180421142656.GA12004@doom> References: <20180416090552.14421-1-sleep_walker@gnu.org> <87tvsabwf4.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <87tvsabwf4.fsf@fastmail.com> 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: 31173@debbugs.gnu.org --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 17, 2018 at 12:47:59AM +0200, Marius Bakke wrote: >Tom=C3=A1=C5=A1 =C4=8Cech writes: > >> * gnu/packages/python.scm (python-onetimepass): New variable. > >[...] > >> +(define-public python-onetimepass >> + (package >> + (name "python-onetimepass") > >Please check the indentation of this package. Use >'./etc/indent-code.el' if you're not an emacs user. > >> + (version "1.0.1") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (pypi-uri "onetimepass" version)) >> + (sha256 >> + (base32 >> + "09vagxgbq78wvq4xbikmn2hpqqsa2i96kqsmphf7dqynfv0dlsd5")))) >> + (build-system python-build-system) >> + (inputs >> + `(("python-six" ,python-six))) > >Should this not be a propagated input? After pushing and installing I got error on this - you were right in the end. It seems that my testing environment wasn't isolated or something. I'll push fix for that. Best regards, S_W --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEDOrssfr9jDQthC2PSiPjT6AzQ20FAlrbSikACgkQSiPjT6Az Q22zCA/9ERlydpLRiYyyhqqgg8l4vC6Bh3WZ7wrBXDSJbzOrCdRZi1cpnDNnc9j0 nugb6eW9Umw1IJCFc3NfnVtpgzzkBbw/oqiDpjkJtsRwlNQ8pK23N4LIfUAGbibG RQuFvtasXPui4NR50ixhYbtBFTQHXy41ggp5+8/1Ezl2QJyLoEVjOjpXo1YXL/52 5Xv72KjOvOx35kM+D330tBuE0nsyfYZL6KBk4PtypVojcc2/KNHjJMgK+H9wg9L/ XfwXV2sGIyHiLT889JxVQOiEWwPZmB5jz8GIz8UFztm/TbA92I7SbK0KhqvDotUh 89UknPDobmDnXfoYB1oH03jyE40tAsU5WODBOSrrS0YmTgBSiV0s5rvUnureNBpH LBZE+BOThDoWizXTvLTtPvxDHfyQNGTghXP7vicmaiRtRtoXFLHqRMINDaOfp2Pj qa56SnRIX3D7g9FEPTrM3W5tYlZvlQhqnMR2GDa5n5brxJ6wGDHYYdm8p/Mr18Tm 4HtFjiVl3AXBvTC2wgdeThYbx8nlNHJ7W4+H1ged/IwjTl9qTZO7StBwNJK2J5J9 53ebBZs6y6rUOJlkf28Ub9PfMKSvrIRChnOnupK/P+yTZyZCdjtTY7e+d+humxc2 DZTuDGP5FYqZPSe3IuJPCEvcF2IuMTD8SYFruyS1nWYSZeDgUxg= =zW7n -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--