guix-patches
[Top][All Lists]
Advanced

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

[bug#72835] [PATCH qt-team 36/38] gnu: python-pyqt-builder: Update to 1.


From: Maxim Cournoyer
Subject: [bug#72835] [PATCH qt-team 36/38] gnu: python-pyqt-builder: Update to 1.16.4.
Date: Sat, 14 Sep 2024 00:36:51 +0900
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/qt.scm (python-pyqt-builder): Update to 1.16.4.
> [source]: Adjust pypi-url's name.
> [build-system]: Switch to pyproject-build-system.
> [native-inputs]: Add python-setuptools, python-setuptools-scm-next, and 
> python-wheel.
> [arguments]: Disable tests.
>
> Change-Id: I2d1186536e9afb02de68c9fcb5e53d40eafa2ca0

[...]

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

You can use an inline comment, e.g.:

       (arguments (list #:tests? #f))   ;no test suite

(you do not need to make a complete sentence for inline comments)

-- 
Thanks,
Maxim





reply via email to

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