[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57744] [PATCH 0/3] Add shirah and dependencies
From: |
Mathieu |
Subject: |
[bug#57744] [PATCH 0/3] Add shirah and dependencies |
Date: |
Thu, 15 Sep 2022 21:57:42 +0200 |
Thanks for the review! I fixed the synopsis and licenses for shirah and
python-syllables, but python-ebooklib's agpl3 is correct, is it not?
On 2022-09-14 10:09 Christopher Baines <mail@cbaines.net> wrote:
>
> M <matf@disr.it> writes:
>
>> shirah is a terminal-based ebook reader, which alone I'd see as a
>> nice
>> addition to Guix packages considering how light, flexible and
>> customizable (themes, opacity, font options, keybindings) terminal
>> emulators are, but it also comes with an optional RSVP mode for
>> speed
>> reading, which can be pretty convenient for a terminal reader since
>> terminal windows can be resized to very small geometry without
>> breaking. shirah also supports basic ebook-reading features, like
>> resuming a read, or browsing from the TOC.
>>
>> M (3):
>> gnu: Add python-ebooklib.
>> gnu: Add python-syllables.
>> gnu: Add shirah.
>>
>> gnu/packages/ebook.scm | 40
>> +++++++++++++++++++++++++++++++++++++
>> gnu/packages/python-xyz.scm | 20 +++++++++++++++++++
>> 2 files changed, 60 insertions(+)
>
>
> Hey,
>
> These generally look good to me, but I think there are a few things
> to
> fix before merging.
>
> The license information looks off for all packages, can you take a
> look?
>
> Also, the linter makes some comments about some package synopsis.
>
> Thanks,
>
> Chris
[bug#57744] [PATCH v3 1/3] gnu: Add python-ebooklib., M, 2022/09/15