From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UKjREiGOI2NjOwAAbAwnHQ (envelope-from ) for ; Thu, 15 Sep 2022 22:42:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gOmwEiGOI2M0pgAAauVa8A (envelope-from ) for ; Thu, 15 Sep 2022 22:42:09 +0200 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 21FB436FED for ; Thu, 15 Sep 2022 22:42:09 +0200 (CEST) Received: from localhost ([::1]:35228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYvgW-0001Tj-6B for larch@yhetil.org; Thu, 15 Sep 2022 16:42:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYvgQ-0001TS-4H for guix-patches@gnu.org; Thu, 15 Sep 2022 16:42:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42423) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYvgP-00004x-SP for guix-patches@gnu.org; Thu, 15 Sep 2022 16:42:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYvgP-00050y-OR for guix-patches@gnu.org; Thu, 15 Sep 2022 16:42:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57744] [PATCH v3 3/3] gnu: Add shirah. Resent-From: Mathieu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 15 Sep 2022 20:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57744 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: M Cc: 57744@debbugs.gnu.org Received: via spool by 57744-submit@debbugs.gnu.org id=B57744.166327450319252 (code B ref 57744); Thu, 15 Sep 2022 20:42:01 +0000 Received: (at 57744) by debbugs.gnu.org; 15 Sep 2022 20:41:43 +0000 Received: from localhost ([127.0.0.1]:59355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYvg7-00050R-4b for submit@debbugs.gnu.org; Thu, 15 Sep 2022 16:41:43 -0400 Received: from knopi.disroot.org ([178.21.23.139]:57792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYvg4-00050I-M1 for 57744@debbugs.gnu.org; Thu, 15 Sep 2022 16:41:41 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1CA864A023; Thu, 15 Sep 2022 22:41:40 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xWguJvCzCEgU; Thu, 15 Sep 2022 22:41:38 +0200 (CEST) Date: Thu, 15 Sep 2022 22:41:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1663274498; bh=s8DnsJ33iC0pDL9svVr44BDV9JuywYoFXsGPw8UHal0=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=WDqGsmhpkoVPHszT3KwxK0rHTHcJxebmSNl6kQj4Ic+k56UEo2kk2gtBszDM4YqDc 5TYYAeVna6NCwB6wRquKCl8lSfRgcO62QmBe7c+S5v6bqgdDnoemiIfJJGq/xZVueq 4GzwgPqJrrkQcbIcoFwtzUihWZljJxe4dCIP4Yvf561w6aCsSegoksG9/fDeyDrYXf ly/zZohUZOt1mysla2TtTG45IswWA7ZMILCdWUXye0ztPm8s3zwIxwryAhY/L293xP xVsv68y/ROEVZQpTmuNFqxUqnE4WmW5ATbG1jjTeU1HJnRtw1uT3fWjPEGoqnqDnk2 AJICkCP7D0/bA== From: Mathieu Message-ID: In-Reply-To: <20220915203802.26158-3-matf@disr.it> References: <20220915203802.26158-3-matf@disr.it> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1663274529; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ScrLZVyxBKUExnN3I788LrX1bC3M9B+Cspmx8rCvbvI=; b=UONjq9fz/Ytgc5JS/Q725/Fdglzx5PDLdY+vW6KOO0VOndKXL+8lS4+x3rhhtXXJ7QZAWG ihKxCbX2xtfzW5c/4o2JeS7uvxsJXNefPsaDJSdSvyi5GqHhRRAttDS5NXI82mB9Sif4gI P3FjpfEHHr1SHRpWx0GgDPfwCstTWgIKJXtnd1A5omGVQl1711OyYBmane1jE0RP0NqIW/ YidbMVIzRXcyqzwZ3n8fcaAESVSGRHMzU+l8YJfRXi/PqghLPWluqJdpOmTzfqoPLV9GyX elqvYXMTmPrmcvRoi2YX5DmKZXAoRw3EFIF4QRgKrBrJjtPY4Bv5v7fM/s8sDw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663274529; a=rsa-sha256; cv=none; b=Bm4rNwTR7ij5Po6KTdG6jxNAyRRH2oI45FwRF0LLvvwdLAeOMWxHLLezNPgSlp5oxtAD2L ESHAZeL9HTHoL6JnBNFPWu1DfW4HI5FSKK1vLPsfBL36Q8mMifduLD/Mq/ec94eXB06wxB OIUeKtTj60ygmKEI7UIF2V53na7iH0aV3JzrZnYeTY6lttFF8HS+x8U2vDMrv8ts1p6H2z Z8gQ1sHRBb4LSOh3fFcFQV6XkI1tIQYYUHd5EEdp6zTXUGTKDU4MBDxYIlC/+KeHqlHD3s Ed7pgXpNvyg3MRruf929TlZ4Jlv6DhxMzKurMx2A3etTx1uagJ5+QuCI/pgoIA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b=WDqGsmhp; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.88 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b=WDqGsmhp; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 21FB436FED X-Spam-Score: 8.88 X-Migadu-Spam: Yes X-Migadu-Scanner: scn0.migadu.com X-TUID: g58QJD9qOQhk Thanks for clarifying=21 Shirah does not include a license file indeed, b= ut the end of the README clarifies the intent of the author: they say we = can use gpl2 or any later version at our convenience. =22gpl2+=22 indeed = looks more relevant then since it is listed in one of the source files, a= s you found. Hopefully the patchset v3 is okay (I had to reset and restart from scratc= h, I could not figure out how to rebase v3 into three clean commits if st= arting from v2). On 2022-09-15 22:38 M wrote: > * gnu/packages/ebook.scm (shirah): New variable. > --- > gnu/packages/ebook.scm =7C 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > =20 > diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm > index 8353012f11..583b3da03b 100644 > --- a/gnu/packages/ebook.scm > +++ b/gnu/packages/ebook.scm > =40=40 -697,3 +697,24 =40=40 (define-public python-ebooklib > (description =22Ebook library which can handle EPUB2/EPUB3 and Kindle > format.=22) > (license license:agpl3+))) > + > +(define-public shirah > + (package > + (name =22shirah=22) > + (version =221.0.0=22) > + (source (origin > + (method url-fetch) > + (uri (pypi-uri =22shirah=5Freader=22 version)) > + (sha256 > + (base32 > + =20 > =220j15v435lz68c1mj5clfx5dmfyjc6jvvz2q8hqvv799mb2faj42y=22)))) > + (build-system python-build-system) > + (propagated-inputs (list python-beautifulsoup4 python-ebooklib > + python-syllables python-termcolor)) > + (home-page =22https://github.com/hallicopter/shirah-reader=22) > + (synopsis =22Terminal ebook reader with an optional RSVP mode=22) > + (description =22=40command=7Bshirah=7D is a curses based terminal = ebook > reader that > +can display ebooks in the usual way or with Rapid Serial Visual > Presentation, a > +method to enable speedreading by showing the text word by word at > configurable > +speeds.=22) > + (license license:gpl2+))) > -- =20 > 2.37.2 >