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

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
I
InfoQ
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
P
Palo Alto Networks Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
小众软件
小众软件
爱范儿
爱范儿
T
Tailwind CSS Blog
美团技术团队
T
Threat Research - Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
S
Securelist
V
Vulnerabilities – Threatpost
S
SegmentFault 最新的问题
博客园 - Franky
人人都是产品经理
人人都是产品经理
月光博客
月光博客
E
Exploit-DB.com RSS Feed
K
Kaspersky official blog
J
Java Code Geeks
T
Threatpost
Schneier on Security
Schneier on Security
博客园 - 聂微东
S
Security @ Cisco Blogs
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
SecWiki News
SecWiki News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
PCI Perspectives
PCI Perspectives
N
News and Events Feed by Topic
博客园 - 司徒正美
C
Cybersecurity and Infrastructure Security Agency CISA
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
Latest news
Latest news
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
V
V2EX

AUR Newest Packages

AUR (en) - copilot-language-server-bin AUR (en) - aicube-isp-wine AUR (en) - nerva-bin AUR (en) - multica-desktop-bin AUR (en) - multica-bin AUR (en) - davinci-resolve-studio-beta AUR (en) - warp-ai-terminal-bin AUR (en) - openai-codex-reasoning AUR (en) - clawx AUR (en) - toontown-multitool AUR (en) - fluorine-manager-bin AUR (en) - davinci-resolve-beta AUR (en) - openanime AUR (en) - alps-pm AUR (en) - ironcall-cli-bin AUR (en) - ironcall-bin AUR (en) - nodejs-gemini-cli AUR (en) - truealter-cli AUR (en) - honeymux-bin AUR (en) - unbill-nightly-bin AUR (en) - sync-worktrees AUR (en) - unbill-tui-nightly-bin AUR (en) - unbill-cli-nightly-bin AUR (en) - llvm-bolt-bin AUR (en) - omarchy-prayer AUR (en) - pi-ext-subagents AUR (en) - pgxcli-bin AUR (en) - octra-wallet AUR (en) - graphify-bin 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 openaquaero AUR (en) - luna-translator AUR (en) - braincup-bin AUR (en) - deadsync-bin AUR (en) - deadsync AUR (en) - festival-bin AUR (en) - awesomenes AUR (en) - tofi-rs-git AUR (en) - smolvm-bin 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) - 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) - fafind-bin AUR (en) - smosummary AUR (en) - cardwire 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) - opennow budget-tracker-bin AUR (en) - budget-tracker AUR (en) - gitmun-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin 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) - cert-checker AUR (en) - kei AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - ter-music-cn elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin
AUR (en) - python-cryptodatahub
2026-06-03 · via AUR Newest Packages

Latest Comments

MarsSeed commented on 2023-08-03 21:03 (UTC)

Python's build and install doesn't complain after all because of the missing pathlib2 (which is unnecessary for the execution of the code itself).

But the resulting MEDATATA file will contain an erroneous entry (the last one):

$ cat /usr/lib/python3.11/site-packages/CryptoDataHub-0.10.0.dist-info/METADATA | grep pathlib2

Requires-Dist: pathlib2 (==2.3.7.post1) ; python_version < "3.4"
Requires-Dist: pathlib2 (==2.3.7.post1) ; python_version < '3'
Requires-Dist: pathlib2 ; python_version >= "3.4"

MarsSeed commented on 2023-07-31 16:29 (UTC)

Actually I would just use a sed expression to delete the requirements lines with pathlib2 in them.

MarsSeed commented on 2023-07-31 16:28 (UTC)

I think you still need to patch the requirements.txt to remove its declaration of pathlib2, otherwise setup will complain.

And also you need to bump pkgrel to 2, to force a rebuild with the changed metadata.

carlosal1015 commented on 2023-07-31 16:05 (UTC)

MarsSeed commented on 2023-07-31 16:03 (UTC)

The requirements.txt should be patched to remove pathlib2;python_version>="3.4", as pathlib2 is part of the Python stdlib, and this module is only needed on some old Python 3.x versions, not for the current Python 3.8+ releases.