summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-21Fix build and update dependency to curl-impersonate from extrafutpib
- Change depends from libcurl-impersonate (AUR) to curl-impersonate (extra) - Fix upstream TemporaryDirectory bug causing libdir to be deleted too early - Force dynamic linking against system libcurl-impersonate - Clean dist/ before build to avoid stale wheels breaking installer
2025-07-05Initial commit: python-curl-cffi-git packagefutpib
- Git version of python-curl-cffi AUR package - Uses system libcurl-impersonate instead of downloading - Made eventlet and gevent optional dependencies to prevent trio conflicts - Proper git version handling with pkgver() function - See trio conflict issue: https://github.com/python-trio/trio/issues/3015