guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53019] [PATCH 3/3] gnu: Add python-aerich.


From: paul
Subject: [bug#53019] [PATCH 3/3] gnu: Add python-aerich.
Date: Mon, 14 Mar 2022 23:30:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0


On 3/6/22 11:21, Maxime Devos wrote:
Giacomo Leidi via Guix-patches via schreef op zo 06-03-2022 om 00:14
[+0100]:
+    (arguments
+     ;; Tests are not packaged in the Pypi tarball and
+     ;; require a poetry environment to be run from source.
+     `(#:tests? #f))
If they are not packaged in the pypi tarball, then it can
be built from git instead.  I also don't see how it required poetry.

The source tarball does not contain tests but has a setup.py generated by poetry, the git repository has the tests suite but lacks a setup.py, forcing a dependency on poetry to get a suitable setup.py. I fixed this by generating a setup.py with poetry.

Greetings,

Giacomo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]