:)
Search Criteria
Package Details: python-qh3 1.4.4-1
Package Actions
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) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- python (python37AUR, python311AUR, python310AUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- mold (mold-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-wheel (make)
- python-cryptography (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-mock (check)
Required by (2)
Sources (1)
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.
Pinned Comments