Package Details: dup.py 1.0.r3.g2b6b18c-6

Git Clone URL: https://aur.archlinux.org/dup.py.git (read-only, click to copy)
Package Base: dup.py
Description: Duplicate File manager with multimedia geolocation metadata extensions
Upstream URL: https://github.com/ewwaller/dup.py
Licenses: GPL3
Submitter: ewaller
Maintainer: ewaller
Last Packager: ewaller
Votes: 1
Popularity: 0.000000
First Submitted: 2016-06-02 03:58 (UTC)
Last Updated: 2018-07-26 00:35 (UTC)

Latest Comments

ewaller commented on 2016-09-24 00:58 (UTC)

Fixed it again. argparser-python is a mandatory dependency python-argcomplete is an optional dependency https://bbs.archlinux.org/viewtopic.php?pid=1653299#p1653299

ewaller commented on 2016-09-23 23:50 (UTC)

Unia: That was actaully a bug in the code; I was not catching the exception correctly. The design is to operate in a degraded mode if GExiv2 is not available. Fixed it up stream. maandree. Thank you, done. Also -- upgraded build dependencies; git is required.

Unia commented on 2016-09-10 14:20 (UTC)

It seems as if libgexiv2 is a required dependency now: > dup.py --path . Traceback (most recent call last): File "/usr/bin/dup.py", line 38, in <module> gi.require_version('GExiv2', '0.10') File "/usr/lib/python3.5/site-packages/gi/__init__.py", line 102, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace GExiv2 not available This error is resolved by installin libgexiv2.

maandree commented on 2016-06-25 12:44 (UTC)

argparser has been split into multiple package, you may want to change the dependency to argparser-python.