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

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

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

%define _unpackaged_files_terminate_build 1
%define oname PyPDF2

Name: python3-module-%oname
Version: 1.26.0
Release: alt2
Summary: A utility to read and write PDFs with Python
License: BSD
Group: Development/Python3
Url: https://pypi.python.org/pypi/PyPDF2/

# https://github.com/mstamy2/PyPDF2.git

Source0: https://pypi.python.org/packages/b4/01/68fcc0d43daf4c6bdbc6b33cc3f77bda531c86b174cac56ef0ffdb96faab/%{oname}-%{version}.tar.gz
BuildArch: noarch

BuildRequires(pre): rpm-build-python3
Requires: python3-module-Reportlab

%description
A Pure-Python library built as a PDF toolkit. It is capable of:

* extracting document information (title, author, ...)
* splitting documents page by page
* merging documents page by page
* cropping pages
* merging multiple pages into a single page
* encrypting and decrypting PDF files
* and more!

%prep
%setup -n %{oname}-%{version}

%build
%python3_build_debug

%install
%python3_install

%files
%doc CHANGELOG *.md
%python3_sitelibdir/*

%changelog

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

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