Search Criteria
Package Details: circup 2.3.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/circup.git (read-only, click to copy) |
|---|---|
| Package Base: | circup |
| Description: | A tool to manage/update libraries on CircuitPython devices. |
| Upstream URL: | https://github.com/adafruit/circup |
| Licenses: | MIT |
| Submitter: | jose1711 |
| Maintainer: | empor |
| Last Packager: | empor |
| Votes: | 2 |
| Popularity: | 0.196044 |
| First Submitted: | 2022-09-11 11:09 (UTC) |
| Last Updated: | 2025-11-06 16:04 (UTC) |
Dependencies (7)
- findimportsAUR
- python-click
- python-semver
- python-update-checker
- python-pip (make)
- python-setuptools (make)
- python-setuptools-scm (make)
Latest Comments
dtcooper commented on 2024-09-23 13:49 (UTC)
Build fails without
python-setuptools-scminstalled. This should be listed as a dependency. Thanks!sdp8483 commented on 2024-06-04 23:55 (UTC)
I was able to install
circup 1.9.0but found in addition to needing to installpython-tomlI also needed to installpython-appdirs.I tried to install
circup 2.0.1but there was nosetup.pyformakepkgto run and I didn't have time to dig into how to install this package.s-ol commented on 2024-06-02 11:04 (UTC) (edited on 2024-06-02 11:07 (UTC) by s-ol)
I tried downgrading semver
p/python-semver/python-semver-2.13.0-6-any.pkg.tar.zst
but that doesn't work because the binary package semver-2.13 is built for python 3.11. Then I saw the "out of date" note, circup 1.5+ have updated to semver 3 actually.
circup 1.9 can be installed by simply bumping the version and adding
python-tomlas a dep.imnotjames commented on 2023-10-30 01:02 (UTC)
Sure thing, done. Same issue. I think this is a problem with circup requiring
semver2.13 but the version ofpython-semverbeing 3.0 in aurI opened a PR upstream with circup ( https://github.com/adafruit/circup/pull/185 ) to use
python-semver3.0 which might solve some of this once it's next releasedjose1711 commented on 2023-10-29 19:58 (UTC)
@imnotjames
Assuming you're using
paru, could you please try withparu -S --rebuild=yes circup?imnotjames commented on 2023-10-29 19:49 (UTC) (edited on 2023-10-29 19:50 (UTC) by imnotjames)
seems like semver is now 3.x but this package requires 2.13 still. So installing still fails with
pkg_resources.DistributionNotFound: The 'semver~=2.13' distribution was not found and is required by circupeven though semver is installed since it's the wrong versionjose1711 commented on 2022-12-09 20:59 (UTC)
@FederAndInk thank you, updated
FederAndInk commented on 2022-12-07 10:00 (UTC) (edited on 2022-12-07 10:01 (UTC) by FederAndInk)
It looks like there is a missing dependencies:
pkg_resources.DistributionNotFound: The 'semver~=2.13' distribution was not found and is required by circupI think this package should add
community/python-semveras a dependencydoing a
pip show circupoutputs this:Requires: appdirs, Click, findimports, requests, semver, update_checkerso, there are some other dependencies missing, here is a complete list: