Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37704554
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-exifread

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define modname ExifRead
%define _modname exifread

%def_disable check

Name: python3-module-%_modname
Version: 3.0.0
Release: alt1

Summary: Python3 library to extract Exif metadata
Group: Development/Python3
License: BSD-3-Clause
Url: https://pypi.org/project/%modname

Vcs: https://github.com/ianare/exif-py
Source: https://pypi.io/packages/source/E/%modname/%modname-%version.tar.gz

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
%{?_enable_check:BuildRequires: python3-module-pytest}

%description
Easy to use Python3 module to extract Exif metadata from digital image files.
Supported formats: TIFF, JPEG, PNG, Webp, HEIC.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%check
py.test3

%files
%_bindir/EXIF.py
%python3_sitelibdir_noarch/%_modname/
%python3_sitelibdir_noarch/%modname-*.egg-info/
%doc README* ChangeLog*


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin