guix-patches
[Top][All Lists]
Advanced

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

[bug#60997] [PATCH 3/4] gnu: Add python-phylophlan.


From: Ricardo Wurmus
Subject: [bug#60997] [PATCH 3/4] gnu: Add python-phylophlan.
Date: Tue, 24 Jan 2023 10:10:20 +0100
User-agent: mu4e 1.8.13; emacs 28.2

Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> +    (build-system python-build-system)

Please use pyproject-build-system where possible.

> +    (arguments
> +     (list
> +      #:tests? #f ;pypi no tests

There are no tests, nothing to do with pypi.

> +      #:phases
> +      #~(modify-phases %standard-phases
> +          ;;pypi does not provide the readme.md file
> +          (add-before 'build 'loose-readme-file-requirement
> +           (lambda _
> +              (substitute* "setup.py"
> +                (("long_description")
> +                  "#long_description")))))))

I changed this to just fetch the source from git.

> +    (propagated-inputs
> +     (list python-biopython

This will become a problem down the line when combined with cmseq.

-- 
Ricardo





reply via email to

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