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

推荐订阅源

P
Privacy International News Feed
云风的 BLOG
云风的 BLOG
E
Exploit-DB.com RSS Feed
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
SegmentFault 最新的问题
B
Blog
Schneier on Security
Schneier on Security
Scott Helme
Scott Helme
美团技术团队
博客园 - Franky
S
Security @ Cisco Blogs
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Google Online Security Blog
Google Online Security Blog
G
GRAHAM CLULEY
The GitHub Blog
The GitHub Blog
AI
AI
Recorded Future
Recorded Future
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
博客园_首页
C
Check Point Blog
Hacker News: Ask HN
Hacker News: Ask HN
Jina AI
Jina AI
Cyberwarzone
Cyberwarzone
酷 壳 – CoolShell
酷 壳 – CoolShell
P
Palo Alto Networks Blog
T
Troy Hunt's Blog
AWS News Blog
AWS News Blog
L
LangChain Blog
Help Net Security
Help Net Security
I
Intezer
W
WeLiveSecurity
D
Docker
H
Hacker News: Front Page
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
S
Schneier on Security
G
Google Developers Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
V2EX - 技术
N
News and Events Feed by Topic
C
CERT Recently Published Vulnerability Notes
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Blog — PlanetScale
Blog — PlanetScale

AUR Newest Packages

AUR (en) - llvm-bolt-bin AUR (en) - unbill-tui-bin AUR (en) - omarchy-prayer AUR (en) - pi-ext-subagents AUR (en) - pgxcli-bin AUR (en) - octra-wallet AUR (en) - bambu-studio AUR (en) - graphify-bin AUR (en) - word-snatchers-cli AUR (en) - typing-game-cli AUR (en) - agent-deck-bin AUR (en) - fconvert AUR (en) - sd-boot AUR (en) - mutui AUR (en) - vapor-openvr-git AUR (en) - pi-ext-awsdocs AUR (en) - omniroute-bin AUR (en) - ddnsto-bin AUR (en) - herdr-bin AUR (en) - superset-bin AUR (en) - dabradio-bin openaquaero AUR (en) - fmradio-bin AUR (en) - luna-translator AUR (en) - braincup-bin AUR (en) - ioruba-desktop-bin AUR (en) - ioruba-desktop AUR (en) - deadsync-bin AUR (en) - deadsync AUR (en) - claurst-bin AUR (en) - festival-bin AUR (en) - awesomenes AUR (en) - tofi-rs-git AUR (en) - wallrift AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - clashmi-bin AUR (en) - viper-py AUR (en) - netwatch-tui-bin AUR (en) - scran AUR (en) - snapdog-client AUR (en) - snapdog AUR (en) - opentubex AUR (en) - fafind-bin AUR (en) - smosummary AUR (en) - cardwire AUR (en) - android-cli AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - clawd-on-desk-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - byedroid AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - opennow AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - gitmun-bin AUR (en) - drop-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - openring-rs AUR (en) - openring-rs-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) - goosestation-libretro AUR (en) - kei AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - cosmic-ext-connected-git AUR (en) - ter-music-cn elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin AUR (en) - usque-bin
AUR (en) - python-crccheck
2026-06-15 · via AUR Newest Packages

Latest Comments

saruman9 commented on 2020-12-04 10:19 (UTC)

Thanks for the advice. I updated the PKGBUILD, please test it. I didn't get an error with 3.9 version because I didn't clear the cache of pacman/yay.

arti commented on 2020-12-04 09:57 (UTC)

Needs another change for new python 3.9

Probably should change that tests rm line to be something like this

rm -r ${pkgdir}/usr/lib/python3.*/site-packages/tests/

or

python -c "import sys;print(f'{sys.version_info[0]}.{sys.version_info[1]}')"

puk commented on 2020-04-21 21:10 (UTC) (edited on 2020-04-21 21:12 (UTC) by puk)

Yeah thats is a no brainer after watching the output the 2nd time and your comment the solution was easy :D when aur asks to edit the package build file, change the following line: rm -r ${pkgdir}/usr/lib/python3.7/site-packages/tests/ to: rm -r ${pkgdir}/usr/lib/python3.8/site-packages/tests/

best wishes

freefreeno commented on 2020-01-30 06:52 (UTC)

rm: cannot remove '/tmp/makepkg/python-crccheck/pkg/python-crccheck/usr/lib/python3.7/site-packages/tests/': No such file or directory