Search Criteria
Package Details: python-colorspacious 1.1.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-colorspacious.git (read-only, click to copy) |
---|---|
Package Base: | python-colorspacious |
Description: | A powerful, accurate, and easy-to-use Python library for doing colorspace conversions |
Upstream URL: | https://github.com/njsmith/colorspacious |
Licenses: | MIT |
Submitter: | anntzer |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-05 05:37 (UTC) |
Last Updated: | 2023-06-13 18:09 (UTC) |
Dependencies (5)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
AveryFreeman commented on 2024-06-12 20:45 (UTC)
Thanks for making this available. One file I had an issue with was
/usr/lib/python3.12/site-packages/colorspacious/comparison.py
due to unescaped backslashes () in its docstring, presumably for formatting with sphinx. I manually edited the file to include a second backslash (\), which appears to have made the library operable. I did not see other instances of the pattern repeated in other files in the package.All it needs is one more backslash per backslash instance (\ instead of ). There's only one docstring I am seeing.
There's an example of another person having the same issue here: https://stackoverflow.com/questions/77531208/python3-12-syntaxwarning-on-triplequoted-string-d-must-be-d
The library should be patched upstream, but I wanted to come here to mention it for other people who might need to use this library in the interim. I'll run to the developer repo listed and submit a pr.