Search Criteria
Package Details: python-miio 0.5.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-miio.git (read-only, click to copy) |
---|---|
Package Base: | python-miio |
Description: | Python library & console tool for controlling Xiaomi smart appliances |
Upstream URL: | https://github.com/rytilahti/python-miio |
Keywords: | Python smart-home Xiaomi |
Licenses: | GPL3 |
Submitter: | patrick.luehne |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 6 |
Popularity: | 0.008200 |
First Submitted: | 2017-11-18 21:21 (UTC) |
Last Updated: | 2022-07-19 21:27 (UTC) |
Dependencies (22)
- python-appdirs (python-appdirs-gitAUR)
- python-attrs
- python-click
- python-construct
- python-croniter
- python-cryptography
- python-defusedxml (python-defusedxml-gitAUR)
- python-netifaces (python-netifaces-gitAUR)
- python-pytz
- python-tqdm
- python-yaml (python-yaml-gitAUR)
- python-zeroconf
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-pytest (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-click (make)
- python-sphinxcontrib-apidoc (make)
- python-sphinx_rtd_theme (make)
- Show 2 more dependencies...
Latest Comments
1 2 Next › Last »
pfrenssen commented on 2023-05-19 11:06 (UTC)
There is a new dependency on
python-micloud
for themiiocli 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)
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 You are right, looks like setup.py has been removed from the source code at https://github.com/rytilahti/python-miio/commit/7a2731430c52edd30f388a9f26e92e79228d2c4f I will revert back to 0.5.0.1 until there is a solution.
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)
frostwork commented on 2020-12-10 12:48 (UTC)
Hey @patrick.luehne! Thanks for trying to maintain this package!
I don't know anything about dephell, but looks like
https://wiki.archlinux.org/index.php/Python_package_guidelines#pyproject.toml_(PEP_517)
does what it should. You probably already found it yourself :)
1 2 Next › Last »