mirror of
https://abf.rosa.ru/djam/python-breathe.git
synced 2025-02-23 15:52:56 +00:00
4.18.1
This commit is contained in:
parent
2e637bd561
commit
395a38b241
2 changed files with 9 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
python-breathe-4.31.0.tar.gz: 35fca4fcbaa97cf6b66f81bbd80e31163ce479e6
|
python-breathe-4.18.1.tar.gz: 86c62a626b7a84b78ecd937862f2ca3d49e64c1d
|
||||||
|
|
|
@ -2,8 +2,8 @@ Summary: Adds support for Doxygen xml output to reStructuredText and Sphi
|
||||||
Name: python-breathe
|
Name: python-breathe
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
Version: 4.31.0
|
Version: 4.18.1
|
||||||
Release: 2
|
Release: 1
|
||||||
URL: https://github.com/michaeljones/breathe
|
URL: https://github.com/michaeljones/breathe
|
||||||
Source0: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
Source0: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
@ -14,6 +14,7 @@ BuildRequires: python3-six
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-nose
|
||||||
# NOTE: git is only needed because part of the build process checks if it's in a git repo
|
# NOTE: git is only needed because part of the build process checks if it's in a git repo
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@ -52,7 +53,8 @@ License: BSD and zlib
|
||||||
This package contains documentation for developer documentation for breathe.
|
This package contains documentation for developer documentation for breathe.
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc LICENSE documentation/build/html
|
%doc LICENSE
|
||||||
|
#documentation/build/html
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -62,12 +64,12 @@ This package contains documentation for developer documentation for breathe.
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
# Build the documentation
|
# Build the documentation
|
||||||
%make_build DOXYGEN=$(which doxygen) PYTHONPATH=$(pwd) html
|
#make_build DOXYGEN=$(which doxygen) PYTHONPATH=$(pwd) html
|
||||||
# Remove temporary build files
|
# Remove temporary build files
|
||||||
rm documentation/build/html/.buildinfo
|
#rm documentation/build/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build dev-test
|
#make_build dev-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue