guix-patches
[Top][All Lists]
Advanced

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

[bug#57431] [PATCH v1 1/3] gnu: Add python-pyqt6-sip.


From: Ludovic Courtès
Subject: [bug#57431] [PATCH v1 1/3] gnu: Add python-pyqt6-sip.
Date: Wed, 22 Nov 2023 16:43:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Herman Rimm <herman@rimm.ee> skribis:

> From: Zhu Zihao <all_but_last@163.com>
>
> * gnu/packages/qt.scm (python-pyqt6-sip): New variable.

[...]

> +    (inherit python-pyqt5-sip)
> +    (name "python-pyqt6-sip")
> +    (version "13.6.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "PyQt6_sip" version))
> +       (sha256
> +        (base32
> +         "0y2pgc1kzskq3q230b5d48izvzy9dl4hkfjpcr7kv53ih1cf31i4"))))
> +    (synopsis "Sip module support for PyQt6")
> +    (description "Sip module support for PyQt6")))

I know the issue was already present, but it would be great if you could
provide a description that follows our conventions, possible in
‘python-pyqt5-sip’ proper:

  https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

Ludo’.





reply via email to

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