Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708004
en ru br
ALT Linux repos
S:1.1.3-alt1

Group :: Development/Python3
RPM: python3-module-piexif

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname piexif

%def_without test

Name: python3-module-%oname
Version: 1.1.3
Release: alt1

Summary: Exif manipulation with pure python script
License: MIT
Group: Development/Python3

Url: https://pypi.python.org/pypi/piexif/

# Source-url: %__pypi_url %oname

# Source-url: https://pypi.io/packages/source/p/piexif/piexif-%version.zip
Source: %name-%version.tar

BuildRequires(pre): rpm-build-intro >= 2.2.4

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-Pillow

# generated by epm --restore --dry-run from piexif/requirements.txt

%py3_use Pillow >= 4.2.1
%py3_use sphinx >= 1.6.3
%py3_use sphinxcontrib-websupport >= 1.0.1

%description
This is a renamed project from Pyxif.
To simplify exif manipulations with python. Writing, reading, and more...
Piexif isn't a wrapper. To everywhere with Python.


%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%if_with test
%check
%python3_test
%endif

%files
%doc *.rst
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin