Package Details: exif-py 2.3.2-1

Git Clone URL: https://aur.archlinux.org/exif-py.git (read-only, click to copy)
Package Base: exif-py
Description: Easy to use Python2 module to extract Exif metadata from tiff and jpeg files.
Upstream URL: https://github.com/ianare/exif-py
Licenses: BSD
Conflicts: exifread
Replaces: exifread
Submitter: mrxx
Maintainer: mrxx
Last Packager: mrxx
Votes: 16
Popularity: 0.000001
First Submitted: 2015-09-16 17:00 (UTC)
Last Updated: 2020-10-30 23:44 (UTC)

Required by (1)

Sources (1)

Latest Comments

mrxx commented on 2020-01-08 17:00 (UTC)

@karcher: thank you, I've updated the PKGBUILD to replace exifread with this package as exifread doesn't exist anymore in the AUR. Just answer 'y' if you are asked to resolve the conflict.

karcher commented on 2020-01-08 14:24 (UTC)

I'm getting error during update:

Packages (1) exif-py-2.2.0-2

Total Installed Size:  0.30 MiB
Net Upgrade Size:      0.24 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                 [#######################################################] 100%
(1/1) checking package integrity                                                               [#######################################################] 100%
(1/1) loading package files                                                                    [#######################################################] 100%
(1/1) checking for file conflicts                                                              [#######################################################] 100%
error: failed to commit transaction (conflicting files)
exif-py: /usr/bin/EXIF.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/ExifRead-2.1.2-py2.7.egg-info/PKG-INFO exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/ExifRead-2.1.2-py2.7.egg-info/SOURCES.txt exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/ExifRead-2.1.2-py2.7.egg-info/dependency_links.txt exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/ExifRead-2.1.2-py2.7.egg-info/top_level.txt exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/__init__.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/__init__.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/classes.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/classes.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/exif_log.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/exif_log.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/__init__.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/__init__.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/exif.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/exif.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/__init__.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/__init__.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/apple.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/apple.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/canon.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/canon.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/casio.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/casio.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/fujifilm.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/fujifilm.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/nikon.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/nikon.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/olympus.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/tags/makernote/olympus.pyc exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/utils.py exists in filesystem (owned by exifread)
exif-py: /usr/lib/python2.7/site-packages/exifread/utils.pyc exists in filesystem (owned by exifread)
Errors occurred, no packages were upgraded.

mrxx commented on 2020-01-07 19:20 (UTC)

Thanks, diabonas. As exifread's successor python-exifread is now Python3-only, this package is stripped of the dependency now and installs Python2.7-exifread itself.

diabonas commented on 2020-01-07 16:34 (UTC)

Please update the dependency name from exifread to python-exifread, the former doesn't exist any more.