]> git.ipfire.org Git - ipfire-3.x.git/blame - python3-markdown/python3-markdown.nm
vim: Update to version 9.0.1916-1
[ipfire-3.x.git] / python3-markdown / python3-markdown.nm
CommitLineData
f70cb3c6
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-markdown
7version = 3.4.1
8release = 1
9thisapp = markdown-%{version}
10
11groups = Development/Libraries
12url = https://python-markdown.github.io/
13license = ASL 2.0
587be093 14summary = A Python implementation of John Gruber’s Markdown with Extension support
f70cb3c6
SS
15
16description
17 This is a Python implementation of John Gruber's Markdown. It is almost
18 completely compliant with the reference implementation, though there are a
19 few known issues.
20
21 Additional features are supported by the Available Extensions.
22end
23
24source_dl = https://github.com/Python-Markdown/markdown/archive/refs/tags/%{version}.tar.gz#/
25
26build
27 requires
28 python3-devel >= 3.4
29 python3-setuptools
30 end
31
32 build
33 %{python3} setup.py build
34 end
35
36 install
37 %{python3} setup.py install --skip-build --root=%{BUILDROOT}
38 end
39end
40
41packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end