Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37594159
en ru br
ALT Linux repos
S:1.1.5-alt2

Group :: Development/Python3
RPM: python3-module-sphinxcontrib-serializinghtml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname sphinxcontrib-serializinghtml

%def_with check

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

Summary: Sphinx extension for serialized HTML

Group:   Development/Python3
License: BSD-2-Clause
URL:     https://pypi.org/project/sphinxcontrib-serializinghtml

# https://github.com/sphinx-doc/sphinxcontrib-serializinghtml

Source0: %oname-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires:      gettext

%if_with check
BuildRequires: python3-module-pytest
BuildRequires: python3-module-sphinx-tests
%endif

%description
sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized"
HTML files (json and pickle).

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%check
%{__python3} -m pytest

%files
%doc README.rst
%python3_sitelibdir/sphinxcontrib
%python3_sitelibdir/*.pth
%python3_sitelibdir/*.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