Search Criteria
Package Details: idasen 0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/idasen.git (read-only, click to copy) |
---|---|
Package Base: | idasen |
Description: | Python API and CLI for the IKEA IDÅSEN standing desk. |
Upstream URL: | https://github.com/newAM/idasen |
Keywords: | idasen ikea standing-desk |
Licenses: | MIT |
Submitter: | BachoSeven |
Maintainer: | ewout |
Last Packager: | ewout |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-27 23:43 (UTC) |
Last Updated: | 2023-12-26 12:24 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-bleak
- python-pyaml
- python-voluptuous
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-cov (check)
Latest Comments
BachoSeven commented on 2023-08-25 12:48 (UTC)
Disowning as I don't use this anymore.
See comments below for the (currently broken) packaging status
BachoSeven commented on 2022-08-14 21:31 (UTC) (edited on 2022-08-14 21:33 (UTC) by BachoSeven)
@twitmuck The package is broken atm, as
dephell
is deprecated as a build tool and was removed from the official Arch repos a few days ago. I tried converting thePKGBUILD
but haven't been successful yet, because of some issues withpoetry
.If anybody wants to give it a go, here's what I had cooked up so far:
https://0x0.st/o2EU.txt
I believe the current issue is that the
clickit
dependency (ofpoetry
) currently requirescrashtest<0.4.0
, while the Arch packaged version is already at 0.4.0. Not sure what the best approach to solve this is, tho, I could either package an older version ofcrashtest
or build more "manually" without usingpoetry
, somehow...twitmuck commented on 2022-08-06 11:04 (UTC)
I get the following error on the latest version:
File "/usr/lib/python3.10/site-packages/dephell_setuptools/_cfg.py", line 8, in <module> from setuptools.config import ConfigMetadataHandler, ConfigOptionsHandler ImportError: cannot import name 'ConfigMetadataHandler' from 'setuptools.config' (/usr/lib/python3.10/site-packages/setuptools/config/init.py)
Is there a fix?