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

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

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

%define modulename textile

%def_with check

Name: python3-module-%modulename
Version: 4.0.2
Release: alt1

Summary: This is Textile. A Humane Web Text Generator

Group: Development/Python3
License: BSD-3-Clause
URL: https://pypi.org/project/textile/
VCS: https://github.com/textile/python-textile

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
%if_with check
BuildRequires: python3-module-pytest
BuildRequires: python3-module-pytest-cov
BuildRequires: python3-module-html5lib
%endif

%description
Textile is a XHTML generator using a simple markup developed by Dean
Allen. This is a Python port with support for code validation, itex to
MathML translation, Python code coloring and much more.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%pyproject_run_pytest

%files
%doc *.txt *.textile
%_bindir/pytextile
%python3_sitelibdir/%modulename
%python3_sitelibdir/%{pyproject_distinfo %modulename}


%changelog

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

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