惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net
大猫的无限游戏
大猫的无限游戏
D
Docker
Last Week in AI
Last Week in AI
IT之家
IT之家
F
Fortinet All Blogs
A
About on SuperTechFans
P
Proofpoint News Feed
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
博客园_首页
月光博客
月光博客
博客园 - 司徒正美
Y
Y Combinator Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - python-ufo2ft
2026-05-30 · via AUR Newest Packages

Pinned Comments

alerque commented on 2021-08-03 10:41 (UTC)

PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using pacman without messing around with building from the AUR. Issues or contributions are welcome either in comments below or via this GitHub repository.

micwoj92 commented on 2025-11-10 00:58 (UTC) (edited on 2025-11-10 00:58 (UTC) by micwoj92)

Seems to require python-ufolib2 in deps too:

>>> import ufo2ft
/usr/lib/python3.13/site-packages/fs/__init__.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import ufo2ft
  File "/usr/lib/python3.13/site-packages/ufo2ft/__init__.py", line 1, in <module>
    from ufo2ft._compilers.interpolatableOTFCompiler import InterpolatableOTFCompiler
  File "/usr/lib/python3.13/site-packages/ufo2ft/_compilers/interpolatableOTFCompiler.py", line 11, in <module>
    from .baseCompiler import BaseInterpolatableCompiler
  File "/usr/lib/python3.13/site-packages/ufo2ft/_compilers/baseCompiler.py", line 19, in <module>
    from ufo2ft.instantiator import Instantiator
  File "/usr/lib/python3.13/site-packages/ufo2ft/instantiator.py", line 57, in <module>
    from ufoLib2.objects.info import NameRecord as ufoNameRecord
ModuleNotFoundError: No module named 'ufoLib2'

Coelacanthus commented on 2025-08-23 15:46 (UTC)

aragon123 commented on 2025-02-20 14:10 (UTC)

@peippo ah, thank you. I missed the comment with the Github repository :-)

peippo commented on 2025-02-20 12:58 (UTC)

I noticed the same, @aragon123, and opened a pull request in @alerque’s git repo (before seeing your comment)

aragon123 commented on 2024-09-20 15:14 (UTC)

The latest version requires python-syrupy to be added to checkdepends :-) Thank you for maintaining.

alerque commented on 2021-08-03 19:42 (UTC)

The latest build requires the brand new release of fonttools. I've bumped this for [community] but it might take a day or two to get there. Old features still work without it but new features actually do depend on it. If you are in a hurry you can build python-fonttools from the trunk branch or python-fonttools-git from AUR.

alerque commented on 2021-08-03 10:41 (UTC)

PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using pacman without messing around with building from the AUR. Issues or contributions are welcome either in comments below or via this GitHub repository.

alerque commented on 2021-07-19 15:59 (UTC) (edited on 2021-07-19 21:03 (UTC) by alerque)

alerque commented on 2021-07-19 15:12 (UTC) (edited on 2021-07-19 20:09 (UTC) by alerque)

The only "fix" that I see in this patch is the missing dependency on python-compreffor.

I'm sorry but this just isn't accurate. There were several other significant fixes, just adding python-compresffor to the checkdepends would still have left a broken package. I see you fixed at least two other things I fixed in other ways including patching them out of the upstream source, but my fixes for the setuptools-scm and test runners were also valid fixes.

If you'd prefer small patches I can to that too, but relaying them over AUR comments is clumsy. It's discouraging when suggesting in comments that they are broken nor sending patches has been working to get fixes through on many of your packages that I depend on for other things.

thrasibule commented on 2021-07-18 13:29 (UTC) (edited on 2021-07-18 13:29 (UTC) by thrasibule)

I don't value these patches that much since they're a kitchen sink of unrelated fixes:

  • you bump the version to 2.23.
  • there are various stylistic changes that serve no functional purpose.
  • your comment about the stable download url is inaccurate. The url I'm using is just as stable.

The end result is a patch that changes almost every single line. I'd rather have a patch that's atomic and fixes one thing at a time.

The only "fix" that I see in this patch is the missing dependency on python-compreffor. I've bumped the package and fixed the setup.py to not require python-pytest-runner and python-setuptools-scm which are not needed. Please let me know if this doesn't work for you. In the future, I'm happy to apply patches that fix specific issues. In particular I welcome help with tracking the various dependencies that are quite entangled, so it's hard to know what's really required.