Package Details: solo1 0.1.1-5

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: 10
Popularity: 0.015623
First Submitted: 2022-04-25 14:10 (UTC)
Last Updated: 2023-12-19 14:35 (UTC)

Pinned Comments

wuxxin commented on 2022-05-01 14:36 (UTC) (edited on 2023-12-19 14:27 (UTC) by wuxxin)

Development is on Github: https://github.com/wuxxin/aur-packages Please open issues and PRs there.

Latest Comments

1 2 3 Next › Last »

blueman commented on 2023-05-08 12:46 (UTC)

Needs rebuild for python 3.11

wuxxin commented on 2022-07-18 12:30 (UTC)

added patch https://aur.archlinux.org/cgit/aur.git/tree/152.patch?h=solo1

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) (edited on 2023-12-19 14:27 (UTC) by wuxxin)

Development is on Github: https://github.com/wuxxin/aur-packages 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.

wuxxin commented on 2022-04-25 14:12 (UTC)

hi, i created a new aur package (solo1) with the updated (0.1.1) source from https://github.com/solokeys/solo1-cli

blueman commented on 2022-04-21 19:18 (UTC)

Hello mutantmonkey, can you please update this package as advised by nickray? I think solo1-cli would be a suitable name.

nickray commented on 2022-03-08 12:10 (UTC) (edited on 2022-03-08 12:12 (UTC) by nickray)

Hey, I renamed the repo to https://github.com/solokeys/solo1-cli, the PyPi name to solo1, the binary to solo1 (but solo remains an alias). Version 0.1.1 of solo-python is now a dummy package pulling in solo1.

Ideally, this AUR package would be replaced by one called solo1 (presuming this is mostly used as a CLI, not as a Python library).