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

推荐订阅源

H
Heimdal Security Blog
A
Arctic Wolf
K
Kaspersky official blog
V
Vulnerabilities – Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Simon Willison's Weblog
Simon Willison's Weblog
L
LINUX DO - 热门话题
MongoDB | Blog
MongoDB | Blog
T
Threat Research - Cisco Blogs
D
Docker
爱范儿
爱范儿
T
Tenable Blog
C
Check Point Blog
B
Blog
C
Cisco Blogs
Vercel News
Vercel News
The Cloudflare Blog
T
Threatpost
NISL@THU
NISL@THU
T
Tor Project blog
V2EX - 技术
V2EX - 技术
P
Palo Alto Networks Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tailwind CSS Blog
G
GRAHAM CLULEY
P
Privacy & Cybersecurity Law Blog
SecWiki News
SecWiki News
博客园 - 司徒正美
S
Security @ Cisco Blogs
GbyAI
GbyAI
S
Secure Thoughts
Microsoft Security Blog
Microsoft Security Blog
The Register - Security
The Register - Security
Recorded Future
Recorded Future
Cloudbric
Cloudbric
Webroot Blog
Webroot Blog
N
News and Events Feed by Topic
Y
Y Combinator Blog
博客园_首页
T
Troy Hunt's Blog
The Hacker News
The Hacker News
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
U
Unit 42
AWS News Blog
AWS News Blog
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - android-cli AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - rustpython
2026-06-23 · via AUR Newest Packages

Hey, @vitaliikuzhdin - thank you for a really good report. I've applied your suggestions. The PKGBUILD you pasted compiles after patching over TextIOWrapper from RustPython, see: https://github.com/RustPython/RustPython/issues/4072

Please remove provides and conflicts; every package implicitly provides itself. Also, rust should not be in makedepends, since cargo is already included.

On a side note, do you know if byte-compiling the built-in *.py files is necessary? The original python package does it, and without it, rustpython encounters quite a few (non-critical?) errors:

$ rustpython -v
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# code object from /usr/lib/rustpython-2025-08-25-main-44/zipimport.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <_frozen_importlib_external.SourceFileLoader object at 0x564c607671d0>
# code object from /usr/lib/rustpython-2025-08-25-main-44/encodings/__init__.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/encodings/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/encodings/aliases.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/encodings/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x564c60800b50>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x564c60806220>
# code object from /usr/lib/rustpython-2025-08-25-main-44/__future__.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x564c6081f610>
# code object from /usr/lib/rustpython-2025-08-25-main-44/collections/__init__.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/collections/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/_collections_abc.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/abc.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/_py_abc.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/_weakrefset.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
# code object from /usr/lib/rustpython-2025-08-25-main-44/types.py
# could not create '/usr/lib/rustpython-2025-08-25-main-44/__pycache__': PermissionError(13, 'Permission denied (os error 13)')
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x564c607d1d50>
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x564c608c23d0>
import '_py_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x564c608f98b0>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x564c6088de20>
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x564c607c9ef0>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>

I was able to mitigate these errors by locally modifying the PKGBUILD to byte-compile the $_rustpythonpath.