Search Criteria
Package Details: python-glyphslib 5.3.1-1
Git Clone URL: | https://aur.archlinux.org/python-glyphslib.git (read-only, click to copy) |
---|---|
Package Base: | python-glyphslib |
Description: | A bridge from Glyphs source files (.glyphs) to UFOs |
Upstream URL: | https://github.com/googlefonts/glyphsLib |
Licenses: | |
Submitter: | thrasibule |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 1 |
Popularity: | 0.002387 |
First Submitted: | 2019-08-12 17:18 |
Last Updated: | 2021-01-07 14:39 |
Dependencies (9)
- python-defcon (python-defcon-git)
- python-fonttools (python-fonttools-git)
- python-pytest (check)
- python-ufolib2 (check)
- python-ufonormalizer (python-ufonormalizer-git) (check)
- python-xmldiff (check)
- python>=3.8 (python-dbg) (check)
- python-setuptools (make)
- python-ufonormalizer (python-ufonormalizer-git) (optional)
Latest Comments
txtsd commented on 2021-01-12 03:36
@thrasibule Thanks I rebuilt everything that was listed and it did the trick!
thrasibule commented on 2021-01-11 19:20
@txtsd did you rebuild python-xmldiff since you upgraded to python-3.9? all python aur packages need to be rebuilt after python upgrades. You can do something like pacman -Qo /usr/lib/python3.8/site-packages to know the list of packages that need to be rebuild.
txtsd commented on 2021-01-10 10:55
allspark commented on 2020-08-04 09:14
missing (make) dependency python-lxml
caleb commented on 2020-03-27 11:48
Attached is a patch to apply with
git am
:caleb commented on 2020-03-27 11:07
I can't build
python-fontmake
right now because this package has requirespython-unicode=12.0.0
and I have v13. Can you please relax that check to be greater-or-equal-to? It's probably too aggressive this way.