Remove packaging files for python3 91/230291/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.0/unified/20201030.111154 accepted/tizen/6.0/unified/hotfix/20201102.232654 accepted/tizen/6.5/base/20211028.055923 accepted/tizen/7.0/base/20221116.025712 accepted/tizen/7.0/base/hotfix/20221116.055129 accepted/tizen/base/20210824.014409 accepted/tizen/base/20221115.103551 accepted/tizen/unified/20200413.070915 submit/tizen/20200413.004103 submit/tizen/20200413.081116 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 submit/tizen_6.5_base/20211028.134601 submit/tizen_base/20210824.002740 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorHyunjee Kim <hj0426.kim@samsung.com>
Thu, 9 Apr 2020 07:11:45 +0000 (16:11 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Thu, 9 Apr 2020 07:12:19 +0000 (16:12 +0900)
Change-Id: I7a7b16ac1d7e81a7657a9df69de067e11656e318
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-MarkupSafe.manifest [deleted file]
packaging/python3-MarkupSafe.spec [deleted file]

diff --git a/packaging/python3-MarkupSafe.manifest b/packaging/python3-MarkupSafe.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/python3-MarkupSafe.spec b/packaging/python3-MarkupSafe.spec
deleted file mode 100644 (file)
index 19d1209..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-#
-# spec file for package python-MarkupSafe
-#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-#
-# 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 http://bugs.opensuse.org/
-#
-
-Name:           python3-MarkupSafe
-Version:        1.0
-Release:        0
-Url:            http://dev.pocoo.org/
-Summary:        Implements a XML/HTML/XHTML Markup safe string for Python
-License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Source:         https://pypi.io/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
-Source1001:     %{name}.manifest
-
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-
-Provides:       python3-markupsafe = %{version}
-Obsoletes:      python3-markupsafe < %{version}
-
-%description
-Implements a unicode subclass that supports HTML strings. This can be used to
-safely encode strings for dynamically generated web pages.
-
-%prep
-%setup -q -n MarkupSafe-%{version}
-
-%build
-cp %{SOURCE1001} .
-export CFLAGS="%{optflags}"
-%{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --prefix=%{_prefix} --install-lib=%{python3_sitelib} --root=%{buildroot}
-
-# Move library
-%ifarch x86_64 aarch64
-mkdir -p %{buildroot}%{_libdir}/python%{python3_version}/site-packages/markupsafe
-mv %{buildroot}%{python3_sitelib}/markupsafe/_speedups*.so %{buildroot}%{_libdir}/python%{python3_version}/site-packages/markupsafe
-%endif
-
-%remove_docs
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%license LICENSE
-%{python3_sitelib}/markupsafe/
-%{python3_sitelib}/MarkupSafe-%{version}-py*.egg-info
-%{_libdir}/python%{python3_version}/site-packages/markupsafe/
-
-%changelog
-