Package Details: chirp-next 20241003-1

Git Clone URL: https://aur.archlinux.org/chirp-next.git (read-only, click to copy)
Package Base: chirp-next
Description: GUI tool for programming ham radios, built from daily build
Upstream URL: https://chirpmyradio.com/projects/chirp/wiki/Home
Licenses: GPL-3.0-or-later
Conflicts: chirp, chirp-daily
Provides: chirp
Submitter: WT5A
Maintainer: WT5A
Last Packager: WT5A
Votes: 75
Popularity: 2.29
First Submitted: 2023-01-22 22:04 (UTC)
Last Updated: 2024-10-06 16:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 14 Next › Last »

0b100100 commented on 2022-11-24 21:22 (UTC)

@HighValueWarrior @fossanico

Thank you for the report. With version 20221123 the python2-six dependency is no longer needed. It was removed again after a few days (Commit: https://github.com/kk7ds/chirp/commit/977f70681b166786e7066893b6fa22820cf8147b).

fossanico commented on 2022-11-23 18:16 (UTC)

Installing python2-six from aur solved the build issue. Maybe the package should be added to the dependencies?

HighValueWarrior commented on 2022-11-20 23:17 (UTC) (edited on 2022-11-20 23:20 (UTC) by HighValueWarrior)

==> Starting build()...

Traceback (most recent call last):

File "setup.py", line 6, in <module> from chirp.drivers import *

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/drivers/alinco.py", line 17, in <module> from chirp import chirp_common, bitwise, memmap, errors, directory, util

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/chirp_common.py", line 21, in <module> from chirp import errors, memmap, CHIRP_VERSION

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/memmap.py", line 16, in <module> from chirp import util

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/util.py", line 16, in <module> import six

ImportError: No module named six

==> ERROR: A failure occurred in build().

Aborting...

-> error making: chirp-daily

HighValueWarrior commented on 2022-09-06 05:24 (UTC)

Package working - Thank you !! So happy to have this on Linux. Well done 0b100100 thank you for maintaining ! 73

0b100100 commented on 2022-08-31 23:20 (UTC)

@HighValueWarrior For now please try to build python2-lxml with "--nocheck". Some necessary Python2 packages for the check got recently dropped from the official repository (python2-six, python2-packaging)

HighValueWarrior commented on 2022-08-26 22:52 (UTC) (edited on 2022-11-22 04:40 (UTC) by HighValueWarrior)

-> Could not find all required packages: cython2 (Wanted by: chirp-daily -> python2-lxml)

MarsSeed commented on 2022-07-01 20:16 (UTC) (edited on 2022-07-01 20:16 (UTC) by MarsSeed)

And I also suggest that you implement a Mercurial tag based pkgver().

The following code will generate a version like 0.4.0.r1282.gc965de0b862b:

pkgver() {
    cd chirp.hg
    hg log -r . --template '{latesttag}.r{latesttagdistance}.g{node|short}\n' | sed 's/^release_//;s/_/./g'
}

MarsSeed commented on 2022-07-01 20:06 (UTC) (edited on 2022-07-01 20:06 (UTC) by MarsSeed)

Please kindly enable testing in PKGBUILD's check() function.

Test dependencies (a.k.a, checkdepends) for [testenv:unit] and [testenv:driver] are available on AUR.

0b100100 commented on 2021-12-27 14:42 (UTC) (edited on 2021-12-27 14:43 (UTC) by 0b100100)

There was no harassment involved.

I wanted to make sure if the package gets further maintained or not. This wasn't clear to me as waiting for upstream to release something more appealing is IMO no reason to postpone a simple version upgrade for two weeks.

I understand that right now the situation with the python2 dependencies is not optimal, but they are all still maintained.

When the time comes and these dependencies are gone from the AUR, the daily builds are probably already on the python3 branch, which is actively maintained by upstream.

dhtseany commented on 2021-12-27 13:28 (UTC)

I orphaned the packaged because 0b100100 wouldn't stop harassing me via email long enough to let me get any meaningful work done, over the main holiday season of the year, when everyone is busy with not being on the PC.