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

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

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

%define oname markdown-checklist

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

Summary: Python Markdown extension for task lists with checkboxes

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/markdown-checklist/

BuildArch: noarch

# https://github.com/FND/markdown-checklist.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-markdown
BuildRequires: python3-module-coverage
BuildRequires: python3-module-pytest

%py3_provides markdown_checklist
%py3_requires markdown

%description
Python Markdown extension for lists of tasks with checkboxes.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
%__python3 setup.py test

%files
%doc README
%python3_sitelibdir/markdown_checklist
%python3_sitelibdir/markdown_checklist-%version-py%_python3_version.egg-info

%changelog

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

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