Package Details: circup 1.4.0-1

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.000503
First Submitted: 2022-09-11 11:09 (UTC)
Last Updated: 2023-11-09 13:27 (UTC)

Latest Comments

imnotjames commented on 2023-10-30 01:02 (UTC)

Assuming you're using paru, could you please try with paru -S --rebuild=yes circup?

Sure thing, done. Same issue. I think this is a problem with circup requiring semver 2.13 but the version of python-semver being 3.0 in aur

I opened a PR upstream with circup ( https://github.com/adafruit/circup/pull/185 ) to use python-semver 3.0 which might solve some of this once it's next released

jose1711 commented on 2023-10-29 19:58 (UTC)

@imnotjames

Assuming you're using paru, could you please try with paru -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 circup even though semver is installed since it's the wrong version

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 dependency

doing 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:

makedepends=(python-pip)
depends=(python-click python-semver)