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

Group :: Development/Python3
RPM: python3-module-psd-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  modulename psd_tools

Name:    python3-module-psd-tools
Version: 1.9.28
Release: alt1

Summary: Python package for reading Adobe Photoshop PSD files

License: MIT
Group:   Development/Python3
URL:     https://github.com/psd-tools/psd-tools

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch

BuildRequires(pre): rpm-build-python3 rpm-build-intro
BuildRequires: python3-dev python3-module-setuptools

%py3_use docopt >= 0.5
%py3_use Pillow


# Source-url: https://github.com/psd-tools/psd-tools/archive/v%version.tar.gz

Source: %name-%version.tar

%description
psd-tools is a Python package for working with
Adobe Photoshop PSD files as described in specification.

Note:
In order to extract images from 32bit PSD files PIL/Pillow
must be built with LITTLECMS or LITTLECMS2 support.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc README.rst
%_bindir/psd-tools
%python3_sitelibdir_noarch/%modulename/
%python3_sitelibdir_noarch/*.egg-info

%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