Bump to 3.5.1 accepted/tizen_9.0_base accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_dev accepted/tizen_base_toolchain accepted/tizen_base_x accepted/tizen_base_x_asan sandbox/python3-markdown_3.5.1 tizen_9.0_base tizen_base accepted/tizen/9.0/base/20241030.075135 accepted/tizen/base/20240328.043143 accepted/tizen/base/asan/20240406.082353 accepted/tizen/base/dev/20241206.041102 accepted/tizen/base/toolchain/20240424.234737 accepted/tizen/base/x/20240328.090145 accepted/tizen/base/x/asan/20240412.003615 tizen_9.0_m2_release
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 09:20:37 +0000 (18:20 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 09:20:37 +0000 (18:20 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/Markdown-3.5.1-py3-none-any.whl [new file with mode: 0644]
packaging/python3-markdown.manifest [new file with mode: 0644]
packaging/python3-markdown.spec [new file with mode: 0644]

diff --git a/packaging/Markdown-3.5.1-py3-none-any.whl b/packaging/Markdown-3.5.1-py3-none-any.whl
new file mode 100644 (file)
index 0000000..0a31931
Binary files /dev/null and b/packaging/Markdown-3.5.1-py3-none-any.whl differ
diff --git a/packaging/python3-markdown.manifest b/packaging/python3-markdown.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python3-markdown.spec b/packaging/python3-markdown.spec
new file mode 100644 (file)
index 0000000..81e2739
--- /dev/null
@@ -0,0 +1,43 @@
+%define srcname Markdown
+
+Name:           python3-markdown
+Version:        3.5.1
+Release:        1
+Summary:        Markdown implementation in Python3
+Group:          Development/Languages
+License:        BSD
+URL:            http://www.freewisdom.org/projects/python-markdown/
+Source0:        %{srcname}-%{version}.tar.gz
+Source1001:     python3-markdown.manifest
+Source1002:     Markdown-3.5.1-py3-none-any.whl
+
+BuildRequires:  python3-devel
+BuildRequires:  python3-pip
+
+BuildArch:      noarch
+
+%description
+This is a Python3 implementation of John Gruber's Markdown. It is
+almost completely compliant with the reference implementation, though
+there are a few known issues.
+
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+cp %{SOURCE1001} .
+
+
+%install
+%{_bindir}/python3 -m pip install --root %{buildroot} %{SOURCE1002}
+
+
+%files
+%manifest %{name}.manifest
+%{python3_sitelib}/markdown/*.py
+%{python3_sitelib}/markdown/__pycache__/*
+%{python3_sitelib}/markdown/extensions/*
+%{python3_sitelib}/Markdown-%{version}.dist-info/*
+%{_bindir}/markdown_py
+