]> git.ipfire.org Git - ipfire-3.x.git/blob - python3-markdown/python3-markdown.nm
openssh: Change privsep directory to /var/lib/sshd
[ipfire-3.x.git] / python3-markdown / python3-markdown.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python3-markdown
7 version = 3.4.1
8 release = 1
9 thisapp = markdown-%{version}
10
11 groups = Development/Libraries
12 url = https://python-markdown.github.io/
13 license = ASL 2.0
14 summary = A Python implementation of John Gruber’s Markdown with Extension support
15
16 description
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.
22 end
23
24 source_dl = https://github.com/Python-Markdown/markdown/archive/refs/tags/%{version}.tar.gz#/
25
26 build
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
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end