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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname   pymarkups
%def_without tests

Name:           python3-module-markups
Version:        3.1.2
Release:        alt1
License:        MIT
Summary:        Wrapper around various text markups
Group:          Development/Python3
URL: https://github.com/retext-project/pymarkups

Source0:        %oname-%version.tar

BuildArch:      noarch

BuildPreReq: rpm-build-python3
BuildPreReq: python3-devel python3-module-setuptools /dev/pts

%if_with tests
BuildRequires:  python3-module-docutils
BuildRequires:  python3-module-markdown
BuildRequires:  python3-module-markdown-math
BuildRequires:  python3-module-textile
%endif

BuildArch:      noarch

%description
This module provides a wrapper around various text markup languages.

Available by default are Markdown, reStructuredText and Textile, but you
can easily add your own markups.

%prep
%setup -q -n %oname-%version

%build
%python3_build_debug

%install
%python3_install

%check
%if_with tests
python3 setup.py test
%endif

%files
%doc README.rst
%python3_sitelibdir/markups
%python3_sitelibdir/*egg-info

%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