Search Criteria
Package Details: python-primp 1.1.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-primp.git (read-only, click to copy) |
|---|---|
| Package Base: | python-primp |
| Description: | HTTP client that can impersonate web browsers. |
| Upstream URL: | https://github.com/deedy5/primp |
| Licenses: | MIT |
| Submitter: | Junker |
| Maintainer: | medaminezghal |
| Last Packager: | medaminezghal |
| Votes: | 5 |
| Popularity: | 1.72 |
| First Submitted: | 2024-09-07 11:16 (UTC) |
| Last Updated: | 2026-03-02 09:47 (UTC) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- python
- mold (mold-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-wheel (make)
- python-certifi (check)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
1 2 Next › Last »
marmis commented on 2026-02-26 22:31 (UTC) (edited on 2026-02-26 22:31 (UTC) by marmis)
@medaminezghal Version 1.1.1 builds in a clean chroot without
git,clangandcmakeand without any issue too. Thanks!marmis commented on 2026-02-06 21:42 (UTC)
@medaminezghal I noticed now that you removed them. Do you build the package in a way that avoid
git,clangandcmakerequirements? You could add these instructions to the PKGBUILD, if so. The current instructions use them while buildingboring-sys2forrquest.marmis commented on 2026-01-31 00:44 (UTC)
@medaminezghal the package cannot be built without them. You can check it with either
pkgctl build:Or with OCI:
Dockerfile
*Output is the same.*medaminezghal commented on 2026-01-30 19:30 (UTC)
@marmis Why should I add them?
marmis commented on 2026-01-25 18:14 (UTC) (edited on 2026-01-25 19:10 (UTC) by marmis)
Nevermind. I was editing and building different PKGBUILDs. I'm now able to build in a clean chroot with
makepends=(... 'git' 'clang' 'cmake'). @medaminezghal could you maybe add those dependencies to your PKGBUILD?marmis commented on 2026-01-25 18:05 (UTC)
I can't build this in a clean chroot anymore:
The error is on https://github.com/0x676e67/boring2/blob/v4.15.11/boring-sys/build/main.rs#L570, caused by an unwrap on
ensure_patches_applied(), which executesgitinternally. So I tried to addgitto makedepends, but still got the same error.I can build it outside of a chroot, that's why I think this might be missing dependencies.
megian commented on 2026-01-25 11:47 (UTC)
@arzeth your comment was misleading on my setup. Whenever I tried to force using clang I god an liker error.
I haven't used mold either.
My default compiler is GCC:
However without clang installed I got:
So I guess
clangshould be in the dependency list.Without mold, but with clang installed. I got it compiled and linked. However I couldn't pass the pytest.
The pytest failed with:
arzeth commented on 2026-01-13 08:15 (UTC) (edited on 2026-01-13 08:16 (UTC) by arzeth)
I had to replace that
export RUSTFLAGSline with:because after
I was getting
medaminezghal commented on 2025-09-23 10:57 (UTC)
@haxibami The solution didn't work for primp 0.15.0
Magi3r commented on 2025-03-19 17:54 (UTC)
Thanks! Should be fixed now.
1 2 Next › Last »