From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python3-markdown: New package. Date: Wed, 15 Feb 2023 20:48:03 +0100 Message-ID: <20230215194803.357203-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7750904101577022097==" List-Id: --===============7750904101577022097== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- python3-markdown/python3-markdown.nm | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 python3-markdown/python3-markdown.nm diff --git a/python3-markdown/python3-markdown.nm b/python3-markdown/python3-= markdown.nm new file mode 100644 index 000000000..2c015a707 --- /dev/null +++ b/python3-markdown/python3-markdown.nm @@ -0,0 +1,47 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D python3-markdown +version =3D 3.4.1 +release =3D 1 +thisapp =3D markdown-%{version} + +groups =3D Development/Libraries +url =3D https://python-markdown.github.io/ +license =3D ASL 2.0 +summary =3D A Python implementation of John Gruber=E2=80=99s Markdown wit= h Extension support.=20 + +description + This is a Python implementation of John Gruber's Markdown. It is almost + completely compliant with the reference implementation, though there are a + few known issues. + + Additional features are supported by the Available Extensions. +end + +source_dl =3D https://github.com/Python-Markdown/markdown/archive/refs/tags= /%{version}.tar.gz#/ + +build + requires + python3-devel >=3D 3.4 + python3-setuptools + end + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install --skip-build --root=3D%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.30.2 --===============7750904101577022097==--