Package Details: dupeguru-git 4.3.1.r63.g8f197ea7-2

Git Clone URL: https://aur.archlinux.org/dupeguru-git.git (read-only, click to copy)
Package Base: dupeguru-git
Description: Find duplicate files on your system
Upstream URL: https://dupeguru.voltaicideas.net/
Licenses: GPL3
Conflicts: dupeguru, dupeguru-me, dupeguru-pe, dupeguru-se
Provides: dupeguru
Submitter: Cebtenzzre
Maintainer: Cebtenzzre
Last Packager: Cebtenzzre
Votes: 3
Popularity: 0.000000
First Submitted: 2018-05-15 17:58 (UTC)
Last Updated: 2025-01-20 17:53 (UTC)

Latest Comments

« First ‹ Previous 1 2

SimPilotAdamT commented on 2021-09-02 21:08 (UTC) (edited on 2021-09-02 21:15 (UTC) by SimPilotAdamT)

So I am getting an error trying to build from the AUR, with Python 3.9.7 installed. The error message was so long, I made a pastebin for it. Any ideas?

Happens for me on Arch, Arco, Artix, and Manjaro, all using makepkg as well as yay-git and paru-git.

yiip commented on 2021-09-02 12:07 (UTC)

Hi, upstream replaced hsaudiotag with mutagen: https://github.com/arsenetar/dupeguru/commit/58c04ff9ad4942542e94f581d711c66a962d864f

Please switch from python-hsaudiotag3k to python-mutagen to fix the following build error:

ERROR: Could not find a version that satisfies the requirement mutagen>=1.44.0 (from versions: none)
ERROR: No matching distribution found for mutagen>=1.44.0

3y7cd commented on 2020-08-17 13:50 (UTC) (edited on 2020-08-17 13:51 (UTC) by 3y7cd)

Hello,
please add python-distro to dependencies.
Here is message from python:

ERROR: Could not find a version that satisfies the requirement distro>=1.5.0 (from -r requirements.txt (line 5)) (from versions: none)  
ERROR: No matching distribution found for distro>=1.5.0 (from -r requirements.txt (line 5))

milkii commented on 2019-03-25 20:48 (UTC)

the patch can come off now

Cebtenzzre commented on 2018-08-23 15:19 (UTC)

@nipsky Building from git master was never recommended by upstream anyway (as far as I've been told), so I suppose we're lucky this ever worked. I'm not in a convenient position to build AUR packages right now, but if you want to create an issue on the upstream GitHub, go ahead. Otherwise, this is probably just another patch that needs to be made to the build scripts.

nipsky commented on 2018-08-23 14:10 (UTC)

Hi, building fails for me: Generating Help Traceback (most recent call last): File "/mnt/Daten/tmp/makepkg/dupeguru-git/src/dupeguru/hscommon/build.py", line 278, in iter_by_three version = next(it) StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "build.py", line 150, in <module> main() File "build.py", line 147, in main build_normal() File "build.py", line 130, in build_normal build_help() File "build.py", line 60, in build_help sphinxgen.gen(help_basepath, help_destpath, changelog_path, tixurl, confrepl, conftmpl, changelogtmpl) File "/mnt/Daten/tmp/makepkg/dupeguru-git/src/dupeguru/hscommon/sphinxgen.py", line 48, in gen changelog = read_changelog_file(changelogpath) File "/mnt/Daten/tmp/makepkg/dupeguru-git/src/dupeguru/hscommon/build.py", line 288, in read_changelog_file for version, date_str, description in iter_by_three(iter(splitted)): RuntimeError: generator raised StopIteration</module>