Search Criteria
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: | |
Submitter: | ewaller |
Maintainer: | ewaller |
Last Packager: | ewaller |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-02 03:58 |
Last Updated: | 2018-07-26 00:35 |
Dependencies (7)
- argparser-python
- python (python-dbg)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- git (git-git) (make)
- libgexiv2 (optional)
- python-argcomplete (optional)
- python-gobject (python-gobject-git) (optional)
Latest Comments
ewaller commented on 2016-09-24 00:58
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
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
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
argparser has been split into multiple package, you may want to change the dependency to argparser-python.