Search Criteria
Package Details: python-srsly 2.4.8-4
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: | 2024-04-27 19:21 (UTC) |
Dependencies (11)
- cython0AUR
- python-catalogueAUR
- python-mockAUR
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pytest
- python-pytest-timeout
- python-pytz
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
mistersmee 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.txt
listscython<0.30.0
, it would be better to usecython0
as 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