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

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

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

%define oname pyftpdlib
%define descr \
Python FTP server library provides a high-level portable interface to easily \
write asynchronous FTP servers with Python. pyftpdlib is currently the most \
complete RFC-959 FTP server implementation available for Python programming \
language.

%def_with docs

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

Summary: Python FTP server library
Summary(ru_RU.UTF-8): п°п╬п╢я┐п╩я▄ Python FTP-я│п╣я─п╡п╣я─п╟

Group: Development/Python3
License: MIT and BSD
Url: https://github.com/giampaolo/pyftpdlib

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%if_with docs
BuildRequires(pre): rpm-macros-sphinx3
BuildRequires: python3-module-sphinx python3-module-sphinx_rtd_theme
%endif

BuildArch: noarch

%py3_provides %oname
%py3_requires sendfile

%description -l ru_RU.UTF-8
п°п╬п╢я┐п╩я▄ Python FTP-я│п╣я─п╡п╣я─п╟ п╠п╣я│п©п╣я┤п╦п╡п╟п╣я┌ п©п╬я─я┌п╟я┌п╦п╡п╫я▀п╧ п╡я▀я│п╬п╨п╬я┐я─п╬п╡п╫п╣п╡я▀п╧ п╦п╫я┌п╣я─я└п╣п╧я│
п╢п╩я▐ п╩я▒пЁп╨п╬пЁп╬ п╫п╟п©п╦я│п╟п╫п╦я▐ п╟я│п╦п╫я┘я─п╬п╫п╫п╬пЁп╬ FTP я│п╣я─п╡п╣я─п╟ п╫п╟ Python. pyftpdlib я│п╣п╧я┤п╟я│ --
п╫п╟п╦п╠п╬п╩п╣п╣ п©п╬п╩п╫п╟я▐ я─п╣п╟п╩п╦п╥п╟я├п╦я▐ RFC-959 FTP-я│п╣я─п╡п╣я─п╟ п╢п╩я▐ Python.

%description
%descr

%package tests
Summary: Documentation for %oname
Group: Development/Python3
%py3_requires %oname

%description tests
%descr

This package contains tests for %oname.

%if_with docs
%package docs
Summary: Documentation for %oname
Group: Development/Documentation

%description docs
%descr

This package contains documentation for %oname.

%package pickles
Summary: Pickles for %oname
Group: Development/Python3

%description pickles
%descr

This package contains pickles for %oname.
%endif

%prep
%setup

sed -i -e "s|^__ver__ = '[^']*'|__ver__ = '%version'|" pyftpdlib/__init__.py

%if_with docs
sed -i "s/= python/= python3/" docs/Makefile

%prepare_sphinx3 .
ln -s ../objects.inv docs/
%endif

%build
%pyproject_build

%if_with docs
export PYTHONPATH=%buildroot%python3_sitelibdir
%make -C docs pickle
%make -C docs html
%make -C docs man
%endif

%install
%pyproject_install

%if_with docs
mkdir -p %buildroot%python3_sitelibdir/%oname
cp -fR docs/_build/pickle %buildroot%python3_sitelibdir/%oname
mkdir -p %buildroot%_man1dir
cp -fR docs/_build/man/* %buildroot%_man1dir
%endif

%files
%doc CREDITS LICENSE *.rst demo/
%_bindir/*
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version.dist-info
%exclude %python3_sitelibdir/%oname/test
%if_with docs
%_man1dir/*
%exclude %python3_sitelibdir/%oname/pickle
%endif

%files tests
%python3_sitelibdir/%oname/test
%exclude %python3_sitelibdir/%oname/test/README

%if_with docs
%files docs
%doc docs/_build/html/*

%files pickles
%python3_sitelibdir/%oname/pickle
%endif

%changelog

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

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