Search Criteria
Package Details: circup 1.2.1-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: | jose1711 |
Last Packager: | jose1711 |
Votes: | 1 |
Popularity: | 0.43 |
First Submitted: | 2022-09-11 11:09 (UTC) |
Last Updated: | 2023-04-16 20:40 (UTC) |
Latest Comments
jose1711 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 circup
I think this package should add
community/python-semver
as a dependencydoing a
pip show circup
outputs this:Requires: appdirs, Click, findimports, requests, semver, update_checker
so, there are some other dependencies missing, here is a complete list: