15
0

Accepting request 972951 from home:sebix

please forward to factory

OBS-URL: https://build.opensuse.org/request/show/972951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mdit-py-plugins?expand=0&rev=1
This commit is contained in:
2022-04-28 08:02:44 +00:00
committed by Git OBS Bridge
commit a3126a5997
5 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
#
# spec file for package python-mdit-py-plugins
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mdit-py-plugins
Version: 0.3.0
Release: 0
Summary: Collection of plugins for markdown-it-py
License: MIT
URL: https://mdit-py-plugins.readthedocs.io/
Source: https://github.com/executablebooks/mdit-py-plugins/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module markdown-it-py}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
#Source: https://files.pythonhosted.org/packages/source/m/mdit-py-plugins/mdit-py-plugins-%%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
Requires: python-markdown-it-py
BuildArch: noarch
%python_subpackages
%description
Collection of core plugins for markdown-it-py.
%prep
%setup -q -n mdit-py-plugins-%{version}
%build
%python_build
# building the docs would require myst-parser
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pyunittest
%files %{python_files}
%doc README.md CHANGELOG.md
%license LICENSE
%{python_sitelib}/mdit_py_plugins/
%{python_sitelib}/mdit_py_plugins-%{version}*-info
%doc docs/index.md
%changelog