Needs rebuild for python 3.11
Search Criteria
Package Details: solo1 0.1.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/solo1.git (read-only, click to copy) |
---|---|
Package Base: | solo1 |
Description: | Python tool and library for SoloKeys Solo 1 |
Upstream URL: | https://github.com/solokeys/solo1-cli |
Licenses: | MIT, Apache |
Conflicts: | solo-python |
Provides: | solo-python |
Replaces: | solo-python |
Submitter: | wuxxin |
Maintainer: | wuxxin |
Last Packager: | wuxxin |
Votes: | 4 |
Popularity: | 0.38 |
First Submitted: | 2022-04-25 14:10 (UTC) |
Last Updated: | 2022-07-18 12:28 (UTC) |
Dependencies (11)
- python (python32AUR, python37AUR, python310AUR)
- python-click
- python-cryptography
- python-ecdsa
- python-fido2
- python-intelhex
- python-pyserial
- python-pyusb (python-pyusb-gitAUR)
- python-requests
- python-flit (make)
- python-pip (make)
Required by (0)
Sources (2)
Latest Comments
blueman commented on 2023-05-08 12:46 (UTC)
wuxxin commented on 2022-07-18 12:30 (UTC)
scgtrp commented on 2022-07-16 21:03 (UTC) (edited on 2022-07-16 21:04 (UTC) by scgtrp)
Upstream has this pull request that is required to build now but is not yet merged: https://github.com/solokeys/solo1-cli/pull/152/files
This hack gets it to build and run:
diff --git a/PKGBUILD b/PKGBUILD
index 85ed53e..4d33529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ sha256sums=('377f0c244ee0efc741f18b3370cc0e5dcaff852db90102eeb258201128643c84')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
+ find . -name '*.py' -exec sed -ie 's/\bCTAP\([12]\)\b/Ctap\1/' '{}' \;
python -m flit build --format wheel
}
wuxxin commented on 2022-05-01 14:37 (UTC)
@AndyRTR ty, i have changed the pkgbuild to your suggestions
wuxxin commented on 2022-05-01 14:36 (UTC)
Development is on Github: https://github.com/wuxxin/solo1 Please open issues and PRs there.
blueman commented on 2022-04-30 20:36 (UTC)
Hey, thanks for the AUR package!
AndyRTR commented on 2022-04-25 16:52 (UTC)
Maybe add conflicts/provides/replaces 'solo-python' to avoid the file conflict error msg.
Pinned Comments
wuxxin commented on 2022-05-01 14:36 (UTC)
Development is on Github: https://github.com/wuxxin/solo1 Please open issues and PRs there.