head 1.4; access; symbols pkgsrc-2023Q4:1.4.0.2 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.3.0.14 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.12 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.10 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.8 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.8 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.6 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.4 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.1.0.24 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.22 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.20 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.18 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.14 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2023.12.02.08.57.40; author adam; state Exp; branches; next 1.3; commitid R7PY2npQEkdaYROE; 1.3 date 2022.01.04.20.54.05; author wiz; state Exp; branches; next 1.2; commitid CYyhdK9qtoffkmnD; 1.2 date 2021.03.10.19.03.34; author adam; state Exp; branches; next 1.1; commitid AIt2LeqmOApOmNKC; 1.1 date 2018.03.05.14.04.33; author adam; state Exp; branches; next ; commitid c7h1Jiin5dkz6htA; desc @@ 1.4 log @py-exifread: updated to 3.0.0 3.0.0 — 2022-05-08 * **BREAKING CHANGE:** Add type hints, which removes Python2 compatibility * Update make_string util to clean up bad values * Fix Olympus SpecialMode Unknown Values * Remove coding system from UserComment sequence only if it is valid * Fixes to orientation by Mark * Add some EXIF tags * Add support for PNG files * Fix for HEIC Unknown Parsers * Handle images that has corrupted headers/tags @ text @# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:05 wiz Exp $ DISTNAME= ExifRead-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=E/ExifRead/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/ianare/exif-py COMMENT= Read Exif metadata from TIFF and JPEG files LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} EXIF.py exifread-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/03/10 19:03:34 adam Exp $ d3 1 a3 1 DISTNAME= ExifRead-2.3.2 a4 1 PKGREVISION= 1 d13 3 d18 2 d23 1 a23 1 .include "../../lang/python/egg.mk" @ 1.2 log @py-exifread: updated to 2.3.2 2.3.2 — 2020-10-29 * Fixes for HEIC files from Note10+ * Add missing EXIF OffsetTime tags 2.3.1 — 2020-08-07 * Fix bug introduced with v2.3.0 in HEIC processing. 2.3.0 — 2020-08-03 * Add notice on Python2 EOL * Modernize code and improve testing, split up some huge functions * Added support for webp file format * Add linting * Added missing IFD data type; correct spelling mistake * Add syntax highlight for README * Add Python 3.8 to CI * make HEIC exif extractor much more compatible * Add black level tag * Use list instead of tuple for classifiers 2.2.1 — 2020-07-31 * Very minor corrections. 2.2.0 — 2019-07-24 * Add support for Python 3.5, 3.6, 3.7 * Drop official support for Python 2.6, 3.2, 3.3 * Fix for string count equals 0 * Rebasing of struct pull requests * Refactor to use Python's struct module for packing/unpacking by Dave Jones (waveform80) * Support floating point fields" by Reed Nightingale (reedbn) * Raw images support by changing Tiff detection by xaumex * Fix GPS information erroneously None * Initial HEIC support (Sam Rushing) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/03/05 14:04:33 adam Exp $ d5 1 @ 1.1 log @py-exifread: added version 2.1.2 Easy to use Python module to extract Exif metadata from TIFF and JPEG files. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= ExifRead-2.1.2 d5 1 a5 1 CATEGORIES= www python @