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

Group :: Development/Python3
RPM: python3-module-sphinx-panels

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name sphinx-panels

Name: python3-module-%pypi_name
Version: 0.6.0
Release: alt2
License: MIT
Source: sphinx-panels-%version.tar
Group: Development/Python3
BuildArch: noarch
Summary: A sphinx extension for creating document components optimised for HTML+CSS

BuildRequires(pre): rpm-build-python3

# build backend and its deps

BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%py3_provides %pypi_name

%description
A sphinx extension for creating document components optimised for HTML+CSS.
*  The panels directive creates panels of content in a grid layout,
   utilising both the Bootstrap 4 grid system, and cards layout.
*  The link-button directive creates a click-able button, linking to
   a URL or reference, and can also be used to make an entire panel
   click-able.
*  The dropdown directive creates toggle-able content.
*  The tabbed directive creates tabbed content.
*  opticon and fa (fontawesome) roles allow for inline icons to be added.

%prep
%setup -n sphinx-panels-%version

%build
%pyproject_build

%install
%pyproject_install

%files
%python3_sitelibdir/sphinx_panels/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}/

%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