Package Details: python-qh3 1.4.4-1

Git Clone URL: https://aur.archlinux.org/python-qh3.git (read-only, click to copy)
Package Base: python-qh3
Description: Lightweight QUIC and HTTP/3 implementation in Python
Upstream URL: https://github.com/jawah/qh3
Keywords: http3 https quic
Licenses: BSD-3-Clause
Submitter: kseistrup
Maintainer: haxibami
Last Packager: haxibami
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-21 11:57 (UTC)
Last Updated: 2025-04-16 02:47 (UTC)

Pinned Comments

Latest Comments

kseistrup commented on 2025-04-02 10:55 (UTC)

:)

patlefort commented on 2025-04-02 09:13 (UTC) (edited on 2025-04-02 09:16 (UTC) by patlefort)

Easy fix is to add export CMAKE_POLICY_VERSION_MINIMUM='3.5' in your build().

edit Posted before I saw your comment.

kseistrup commented on 2025-04-02 09:03 (UTC)

@patleford The CMake error can be mitigated by adding

export CMAKE_POLICY_VERSION_MINIMUM=3.5

right under the RUSTFLAGS assignment in the build() function.

patlefort commented on 2025-04-02 08:52 (UTC)

Build is failing with:

CMake Error at CMakeLists.txt:11 (cmake_minimum_required):
    Compatibility with CMake < 3.5 has been removed from CMake.