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

Group :: Development/Python3
RPM: python3-module-sphinxcontrib_github_alt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name sphinxcontrib_github_alt

Name:           python3-module-%pypi_name
Version:        1.2
Release:        alt2
Summary:        Github roles for Sphinx docs
Group:          Development/Python3
License:        BSD-2-Clause
URL:            https://github.com/jupyter/sphinxcontrib_github_alt

BuildArch:      noarch

# https://github.com/jupyter/sphinxcontrib_github_alt.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

# build backend and its deps

BuildRequires: python3(flit_core)

%description
Link to GitHub issues, pull requests, commits and users for a particular project.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%doc COPYING.md
%doc README.rst
%python3_sitelibdir/sphinxcontrib_github_alt.py
%python3_sitelibdir/__pycache__/sphinxcontrib_github_alt.*
%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