Search Criteria
Package Details: python-pyrsistent 0.20.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyrsistent.git (read-only, click to copy) |
---|---|
Package Base: | python-pyrsistent |
Description: | Persistent/Functional/Immutable data structures |
Upstream URL: | https://github.com/tobgu/pyrsistent |
Licenses: | MIT |
Submitter: | jelly |
Maintainer: | taotieren |
Last Packager: | taotieren |
Votes: | 14 |
Popularity: | 2.57 |
First Submitted: | 2024-09-30 18:55 (UTC) |
Last Updated: | 2024-12-16 06:16 (UTC) |
Dependencies (8)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-hypothesis (check)
- python-pytest (check)
Latest Comments
micwoj92 commented on 2025-01-02 00:56 (UTC)
This package fails to build c extension, either it shpould be fixoed or doesnt need glibc dep and architecture needs to be set to any.
taotieren commented on 2024-12-16 06:22 (UTC)
I use devtool extra to compile and test and it passes. Here's the check log. https://pastecode.dev/s/2mka5lo5
Jona commented on 2024-12-15 13:20 (UTC)
The same is happening with other packages using ruff and mypy to make checks with pytest, so I had to download the PKGBUILD and comment out the check() function. Something is not working fine with ruff.
dpvpro commented on 2024-10-10 19:41 (UTC)
Same error as at @Duter2016
Duter2016 commented on 2024-10-05 13:32 (UTC)