GNU bug report logs -
#74702
[PATCH 0/4] Update komikku to 1.57.0
Previous Next
Full log
Message #29 received at 74702 <at> debbugs.gnu.org (full text, mbox):
Hi,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
[...]
>> > +(define-public komikku-servers
>> > + (package
>> > + (name "komikku-servers")
>> > + (version "1.59.0") ; latest version that
>> > works with 1.57
>>
>> Per our referenced Scheme coding style [0] in (info '(guix)
>> Formatting Code'), the space between ';' and the comment for inline
>> comments can be omitted (see the '** Comments' section).
>>
>> [0] https://mumble.net/~campbell/scheme/style.txt
> I read this 'can' as optional and very much prefer my space :)
It's indeed a 'can', but I value consistency enough that this errs on
the side of 'should' in my mind ;-).
[...]
>> > + #~(modify-phases %standard-phases
>> > + (add-after 'unpack 'delete-conflicting-files
>> > + (lambda _
>> > + (with-directory-excursion "komikku/servers"
>> > + (for-each delete-file
>> > + (scandir "."
>> > + (lambda (f) (string-suffix?
>> > ".py" f))))))))))
>>
>> Shouldn't these Python files be byte-compiled? You could perhaps use
>> the compile-bytecode phase from the pyproject-build-system to
>> accomplish that.
> I can't use it verbatim, since the install directory is different¹, but
> I can copy it's logic, sure. Will do so for v2.
OK. If it's too much boilerplate to copy-paste, feel free to ignore it.
It's probably not world-changing anyway.
--
Thanks,
Maxim
This bug report was last modified 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.