Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37773764
en ru br
ALT Linux repos
S:0.6.6-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%def_without test

%define oname texext

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

Summary: Sphinx extensions for working with LaTeX math
License: BSD
Group: Development/Python3
Url: https://github.com/matthew-brett/texext

BuildArch: noarch

# https://github.com/matthew-brett/texext.git

Source: %name-%version.tar
Patch0: texext-0.6.1-Adapt-tests-to-Sphinx-2-output.patch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pytest
BuildRequires: python3-module-docutils
BuildRequires: python3-module-sphinx
BuildRequires: python3-module-sphinxtesters
BuildRequires: python3-module-sympy
BuildRequires: python3-module-matplotlib
BuildRequires: python3-module-matplotlib-sphinxext

%description
Texext - sphinx extensions for working with LaTeX math.

%prep
%setup
#patch0 -p1

# fix version info

sed -i \
-e "s/git_refnames\s*=\s*\"[^\"]*\"/git_refnames = \" \(tag: %version\)\"/" \
%oname/_version.py

%build
%python3_build

%install
%python3_install

%check
py.test3 -vv

%files
%python3_sitelibdir/*

%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