Package Details: dupeguru-pe 2.10.1-1

Package Base: dupeguru-pe
Description: Find duplicate pictures on your system
Upstream URL: http://www.hardcoded.net/dupeguru_pe/
Category: multimedia
Licenses: BSD
Submitter: hsoft
Maintainer: hsoft
Last Packager: hsoft
Votes: 12
First Submitted: 2013-04-14 22:10
Last Updated: 2014-10-12 15:55

Latest Comments

Comment by tuxflo

2014-10-29 15:48

for manjaro users:
the package.py script does not recognize manjaro as arch linux derivate, to instal the package change line 216 from:
package_debian(edition)
to:
package_arch(edition)
to force using the arch edition.

Comment by hsoft

2014-10-26 16:10

Yes, I know, I added for "--arch" flag (to force arch detection during packaging) very recently. PE will have this problem fixed in the next release.

Comment by Zetex

2014-10-21 21:02

I think PE has the same issue as SE had earlier. It identifies manjaro as ubuntu.

Comment by PTBM133A4X

2014-09-15 16:13

Thanks very much. It's working fine now!

Comment by hsoft

2014-09-14 16:42

Fixed in most recent PKGBUILD update (4)

Comment by hsoft

2014-09-13 20:08

I experience this as well. It's caused by a recent Sphinx update which started to call `sys.exit()` making dupeGuru's build process exit prematurely. I've fixed this in master at https://github.com/hsoft/dupeguru/commit/990e73c3837c032235f4e3cb9075e766c639191d . The question now is how to hotfix this in the AUR package.

Comment by PTBM133A4X

2014-09-11 22:08

I'm getting this error during build. Any idea which file is actually missing or what's causing the error?

Traceback (most recent call last):
File "package.py", line 221, in <module>
main()
File "package.py", line 214, in main
package_arch(edition)
File "package.py", line 177, in package_arch
copy_files_to_package(srcpath, packages, with_so=True)
File "package.py", line 118, in copy_files_to_package
shutil.copy('run.py', op.join(destpath, 'run.py'))
File "/usr/lib/python3.4/shutil.py", line 228, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.4/shutil.py", line 107, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'run.py'

Comment by hsoft

2013-06-19 21:52

2.7.1-2: I replaced pyqt's dependency with python-pyqt4