Search Criteria
Package Details: python-srsly 2.5.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-srsly.git (read-only, click to copy) |
|---|---|
| Package Base: | python-srsly |
| Description: | Modern high-performance serialization utilities for Python |
| Upstream URL: | https://github.com/explosion/srsly |
| Licenses: | MIT |
| Submitter: | flipflop97 |
| Maintainer: | mistersmee |
| Last Packager: | mistersmee |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-03-10 17:19 (UTC) |
| Last Updated: | 2025-01-17 13:24 (UTC) |
Dependencies (12)
- cython (cython-gitAUR)
- python-catalogueAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-psutil
- python-pytz
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-mockAUR (check)
- python-pytest (check)
- python-pytest-timeout (check)
Latest Comments
mistersmee commented on 2025-01-18 02:59 (UTC)
@envolution, we have moved back to
cythonsince 2.5.0-1envolution commented on 2025-01-17 20:10 (UTC)
cython>=0.29.1was updated last month or so. I think it's safe to move back tocythonmistersmee commented on 2024-02-06 08:10 (UTC)
@adrien1018, Updated accordingly, thanks for bringing it to my attention!
adrien1018 commented on 2024-02-05 03:08 (UTC)
Since its
requirements.txtlistscython<0.30.0, it would be better to usecython0as dependency (and same for the git version).Moebius14 commented on 2023-08-25 21:35 (UTC) (edited on 2023-08-25 21:38 (UTC) by Moebius14)
Build failed due to a "
ctypedef ... redeclared error".I solved this by removing line #13 in srsly/msgpack/_unpacker.pyx:
13| ctypedef unsigned long long uint64_t