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

Группа :: Разработка/Python
Пакет: python-module-sphinx

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

Name: python-module-sphinx
Version: 0.6.3
Release: alt1

Summary: Tool for producing documentation for Python projects
License: BSD
Group: Development/Python
Url: http://sphinx.pocoo.org/

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source0: %name-%version.tar
Patch: %name-%version-%release.patch

BuildArch: noarch

BuildPreReq: python-dev python-module-setuptools
# for docs
BuildPreReq: python-module-docutils python-module-jinja2 python-module-Pygments


%description
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText sources)

%package doc
Summary: Documentation for Sphinx
Group: Development/Python

%description doc
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText sources)

This package contains HTML documentation for Sphinx itself.


%prep
%setup
%patch -p1

%build
%python_build
%make_build -C doc html

%install
%python_install

#%%check

#make test


%files
%_bindir/*
%python_sitelibdir/sphinx/
%python_sitelibdir/*.egg-info
%doc AUTHORS CHANGES EXAMPLES LICENSE README TODO

%files doc
%doc doc/_build/html/*


%changelog

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

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