From efraim@flashner.co.il Sun Mar 29 11:48:58 2020 Received: (at submit) by debbugs.gnu.org; 30 Mar 2020 02:35:38 +0000 Received: from lists.gnu.org ([209.51.188.17]:54317) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIaBG-0005WH-9e for submit@debbugs.gnu.org; Sun, 29 Mar 2020 11:48:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42000) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIaBE-000788-Ru for guix-patches@gnu.org; Sun, 29 Mar 2020 11:48:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIaBD-0006jK-O2 for guix-patches@gnu.org; Sun, 29 Mar 2020 11:48:56 -0400 Received: from flashner.co.il ([178.62.234.194]:60256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jIaBD-0006iS-IK for guix-patches@gnu.org; Sun, 29 Mar 2020 11:48:55 -0400 Received: from localhost (unknown [5.102.238.61]) by flashner.co.il (Postfix) with ESMTPSA id CCD2D4005F; Sun, 29 Mar 2020 15:48:53 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Cc: Efraim Flashner Subject: [PATCH] gnu: Add tuir. Date: Sun, 29 Mar 2020 17:23:00 +0300 Message-Id: <20200329142300.26328-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2020 15:48:58 -0000 * gnu/packages/syndication.scm (tuir): New variable. --- gnu/packages/syndication.scm | 41 +++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index a84281364f..7e62636835 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright =C2=A9 2016, 2017, 2019 Efraim Flashner +;;; Copyright =C2=A9 2016, 2017, 2019, 2020 Efraim Flashner ;;; Copyright =C2=A9 2018, 2019 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. @@ -136,3 +136,42 @@ It started life as a fork of the currently unmaintai= ned Newsbeuter.") "RTV provides a text-based interface to view and interact with Redd= it.") (license (list license:expat license:gpl3+)))) ; rtv/packages/praw + +(define-public tuir + (package + (name "tuir") + (version "1.28.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tuir" version)) + (sha256 + (base32 + "1gpyjrl7jdfjq30m32nzh59ajv91gq19l93jjri2wsv5yrf90hdr")))) + (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))) + (native-inputs + `(("python-coverage" ,python-coverage) + ("python-coveralls" ,python-coveralls) + ("python-mock" ,python-mock) + ("python-pylint" ,python-pylint) + ("python-pytest" ,python-pytest) + ("python-vcrpy" ,python-vcrpy))) + (home-page "https://gitlab.com/ajak/tuir") + (synopsis "Terminal viewer for Reddit (Terminal UI for Reddit)") + (description + "Tuir provides a simple terminal viewer for Reddit (Terminal UI for= Reddit).") + (license (list license:expat + license:gpl3+)))) ; tuir/packages/praw --=20 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 02 13:14:33 2020 Received: (at 40318) by debbugs.gnu.org; 2 Apr 2020 17:14:33 +0000 Received: from localhost ([127.0.0.1]:40692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK3QH-000499-Hr for submit@debbugs.gnu.org; Thu, 02 Apr 2020 13:14:33 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:53771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jK3QG-00048m-9g for 40318@debbugs.gnu.org; Thu, 02 Apr 2020 13:14:32 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3E5F35C013A; Thu, 2 Apr 2020 13:14:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 02 Apr 2020 13:14:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=PRuR4qWVl0tkoftkneyzm/2aYI f7/iw2IPoxnn0w0ys=; b=r3021jnmC/6ALVsKcXeYvele5iozTsfhWkYd56Cvgo V3jIBALBFM5kkZV27M2nAhZ+93ktLF/vQG4BgYgG3O3lipX7f3H9mMtkWzGCyaBA vWbUBB4+iXZzu9kGljNCACOIz3sK5PevAxhFH+n0dACEeyPwjcDhsVgBDsL2yM15 WY9RETpU7WcAtwIIO+AzGbojWWpVFk0ss6J/9TCgLgryVIIfxODC+zHksZSsMuSF /uHlxwxFdYSGCPSxiWJpjI0r7/Iv5gUGvR+qllzjX2SxPOnve2k6sCzKY1jhJtHj EZ7/M3GEa6JpjfpNDnHDNwLTTW6xIkDvNMYwHpRV3y1A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=PRuR4q WVl0tkoftkneyzm/2aYIf7/iw2IPoxnn0w0ys=; b=hIaxRpEMfKVILtHTS30aKk ZPb/MND5lFHb0vjR6pFZFjDyX9bgEuq+S6fsET8ZoUmTxhJFmobdeyENY2mAM/yc +j7JA8DDHlilcBL0fMzKrdU5x4kMGeLV8EZDRQVv9Ph3lUv+kt/boBXn6sVfLR3P P2ydcLTUyTABX3VAOFU6koAV5XjcGYYE8kZTQWscfsvkO/eVr2uMKaXRtlAavrTP mkA5CGmOlWlNarNxkxiYsWPE+XIUkU5NhbEEBe+Pj9YsaernX2Un92Jgz+tk/oVE rCnx58LdO8Idj48s4uMDwuQ/kR2Aagaq5jvNgBN/77m57UTHrAz4bLo+r5GQs0bw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtdeggddutdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufgjfhgffffkgggtsehgtderredtredtnecuhfhrohhmpeforghrihhu shcuuegrkhhkvgcuoehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmqeenucfkphepke egrddvtddvrdeikedrjeehnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehm rghilhhfrhhomhepmhgsrghkkhgvsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id BB3BD306CE5B; Thu, 2 Apr 2020 13:14:26 -0400 (EDT) From: Marius Bakke To: Efraim Flashner , 40318@debbugs.gnu.org Subject: Re: [bug#40318] [PATCH] gnu: Add tuir. In-Reply-To: <20200329142300.26328-1-efraim@flashner.co.il> References: <20200329142300.26328-1-efraim@flashner.co.il> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Thu, 02 Apr 2020 19:14:25 +0200 Message-ID: <87h7y1rery.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40318 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Efraim Flashner writes: > * gnu/packages/syndication.scm (tuir): New variable. [...] > + (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))) 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. Also note that "py.test" is deprecated and one is supposed to use just "pytest" nowadays IIRC. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6GHXEACgkQoqBt8qM6 VPqG0QgAwosbXbONrRNBOOcaUMTAnnJskK9zwZEAJyNCXdzX+Vdub6QToaN2Hec8 glC5RfW9pxofXfSPmIpe6Qw4T1KYRvsKjLMGTCW1sAEwZ5Rw6+/Gjlbg5d/Pj+sI fBdi0wWaQmExhRLWr/N0zH9bo6c8h5JMRFR2UmDsDHxhqrf4T41+u0FyBVAzR6jL /Gj4bwOer42a2NOU/dmyIoRnILsfUc88XvDzvfsVtXycBd0CaNLmQVV9FOSLwOA2 D9dfmTbVPxP+to5Tjo+Fyp9gXFVFYvnzVrj/mN70rzvELDlAJ9cVhy+d6JISKf9b CijSPNkd84UKVlCM59nyCjK8daUkuA== =j820 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 05 02:45:30 2020 Received: (at 40318-done) by debbugs.gnu.org; 5 Apr 2020 06:45:30 +0000 Received: from localhost ([127.0.0.1]:45094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKz2A-0000zi-1A for submit@debbugs.gnu.org; Sun, 05 Apr 2020 02:45:30 -0400 Received: from flashner.co.il ([178.62.234.194]:56376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKz28-0000zD-0t for 40318-done@debbugs.gnu.org; Sun, 05 Apr 2020 02:45:29 -0400 Received: from localhost (unknown [141.226.9.17]) by flashner.co.il (Postfix) with ESMTPSA id EE6ED4005F; Sun, 5 Apr 2020 06:45:21 +0000 (UTC) Date: Sun, 5 Apr 2020 09:44:49 +0300 From: Efraim Flashner To: Marius Bakke Subject: Re: [bug#40318] [PATCH] gnu: Add tuir. 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> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 40318-done Cc: 40318-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --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-- From unknown Wed Jun 18 23:18:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 May 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator