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

推荐订阅源

F
Fortinet All Blogs
WordPress大学
WordPress大学
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
D
Docker
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
U
Unit 42
M
MIT News - Artificial intelligence
B
Blog
GbyAI
GbyAI
C
Check Point Blog
P
Proofpoint News Feed
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
IT之家
IT之家
Google DeepMind News
Google DeepMind News
V
V2EX
Stack Overflow Blog
Stack Overflow 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-miio
2026-06-12 · via AUR Newest Packages

leander091 commented on 2026-01-14 06:05 (UTC) (edited on 2026-01-14 06:15 (UTC) by leander091)

Simple extension to this package include a optional dependency on python-micloud to facilitate the extraction off the tokens for the Mi cloud,


--- PKGBUILD.org        2026-01-14 07:00:15.123118646 +0100
+++ PKGBUILD    2026-01-14 07:14:35.422164320 +0100
@@ -5,7 +5,7 @@

 pkgname=python-miio
 pkgver=0.5.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library & console tool for controlling Xiaomi smart appliances"
 url="https://github.com/rytilahti/python-miio"
 arch=('any')
@@ -23,7 +23,10 @@
        'python-tqdm'
        'python-yaml'
        'python-zeroconf')
-optdepends=('python-android-backup-tools: Android backup extraction support')
+optdepends=(
+     'python-android-backup-tools: Android backup extraction support'
+     'python-micloud: obtain tokens from the Mi cloud'
+)
 makedepends=(
        'python-build'
        'python-installer'

pfrenssen commented on 2023-05-19 11:06 (UTC)

There is a new dependency on python-micloud for the miiocli cloud command.

pfrenssen commented on 2022-08-14 10:29 (UTC)

I had the same error "Could not import extension sphinxcontrib.apidoc" reported by @Cysioland. It can be fixed by reinstalling python-sphinxcontrib-apidoc.

Cysioland commented on 2022-02-12 14:10 (UTC)

Running Sphinx v4.4.0

Extension error:
Could not import extension sphinxcontrib.apidoc (exception: No module named 'sphinxcontrib.apidoc')
make: *** [Makefile:20: man] Error 2

ntkoopman commented on 2021-06-13 09:05 (UTC)

Thanks for updating. I had to also install python-yaml and python-croniter for it to work.

lmartinez-mirror commented on 2021-06-08 16:33 (UTC)

I'd have to install it "properly" to see where the fault is. If it's the PKGBUILD's fault, I'll have to work something out when I have the time.

If it's an upstream issue, I'll make sure to pass along this bug to them.

frostwork commented on 2021-06-08 15:02 (UTC) (edited on 2021-06-08 15:05 (UTC) by frostwork)

Thanks for taking over @lmartinez-mirror! I can confirm the package installs correctly and the package seems to work correctly (tested consumables, info, status) ~~mirobo --version seems to be broken, but maybe this is an upstream bug, or already was broken before~~

Edit: mirobo --version is already broken in 0.5.4 here.

lmartinez-mirror commented on 2021-06-08 14:53 (UTC)

Upstream removed the setup.py in favor of pyproject.toml, which can be converted from with python-dephell. Fix was implemented with the update back to 0.5.6. Please let me know if this package works again.

davidalb97 commented on 2021-06-07 20:25 (UTC) (edited on 2021-06-07 20:43 (UTC) by davidalb97)

frostwork commented on 2021-06-07 20:16 (UTC)

I did not even recognize that the package was out of date, because I (barely) use an own 0.5.4 PKGBUILD in my local repo, so thanks for taking over, @davidalb97!

Just wanted to give it a try though, and it fails with: ==> Beginne build()... python: can't open file '~/.cache/yay/python-miio/src/python-miio-0.5.6/setup.py': [Errno 2] No such file or directory ==> FEHLER: Ein Fehler geschah in build(). Breche ab... error making: python-miio

(removed the directory recursively before)