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

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

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

%define _unpackaged_files_terminate_build 1

%define oname manuel

%def_with check

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

Summary: Manuel lets you mix and match traditional doctests with custom test syntax
License: Apache-2.0
Group: Development/Python3
Url: http://pypi.python.org/pypi/manuel/

VCS: https://github.com/benji-york/manuel
Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: python3-module-six
BuildRequires: python3-module-zope
BuildRequires: python3-module-zope.testing
%endif

%description
%summary.

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: %name = %EVR

%description tests
%summary.

This package contains tests for Manuel.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
python3 setup.py test

%files
%doc *.rst
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version-*.egg-info
%exclude %python3_sitelibdir/%oname/test*

%files tests
%python3_sitelibdir/%oname/test*
%doc *.rst

%changelog

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

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