Package Details: python-srsly 2.4.8-3

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.000001
First Submitted: 2019-03-10 17:19 (UTC)
Last Updated: 2024-02-06 08:09 (UTC)

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 lists cython<0.30.0, it would be better to use cython0 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