Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37728961
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-sphinxtesters

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname sphinxtesters

%def_with check

Name: python3-module-%oname
Version: 0.2.3
Release: alt4

Summary: Utilities for testing Sphinx extensions

License: BSD-2-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/sphinxtesters

BuildArch: noarch

# Source-url: %__pypi_url %oname

Source: %oname-%version.tar

BuildRequires(pre): rpm-build-intro >= 2.2.4
BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: python3-module-pytest
BuildRequires: python3-module-docutils
BuildRequires: python3-module-sphinx
%endif

%description
Sphinxtesters - utilities for testing Sphinx extensions.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install
%python3_prune

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
py.test3 -vv -k 'not test_bad_pagebuilder'

%files
%doc LICENSE README.rst
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version-*.egg-info


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin