Revert "Add python3-lxml" 15/230415/1 accepted/tizen_6.0_base accepted/tizen_6.0_base_hotfix sandbox/backup/python-lxml_4.3.0_20210105 tizen_6.0_base_hotfix accepted/tizen/6.0/base/20201029.105552 accepted/tizen/6.0/base/hotfix/20201102.093142 accepted/tizen/base/20200413.213330 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_base/20200413.005309 tizen_6.0.m2_release
authorHyunjee Kim <hj0426.kim@samsung.com>
Fri, 10 Apr 2020 01:21:37 +0000 (10:21 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Fri, 10 Apr 2020 01:21:44 +0000 (10:21 +0900)
This reverts commit 9979fb8d90cd78bebcf442ceae8817b966e7a9e1.

Change-Id: I4e3a3c6d4e3b06d31bf0521fc981a5f3eef4e9fb
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-lxml.manifest [deleted file]
packaging/python3-lxml.spec [deleted file]

diff --git a/packaging/python3-lxml.manifest b/packaging/python3-lxml.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-lxml.spec b/packaging/python3-lxml.spec
deleted file mode 100644 (file)
index 6d23d1c..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-Name:           python3-lxml
-Version:        4.3.0
-Release:        0
-Summary:        Powerful and Pythonic XML processing library
-License:        BSD-3-Clause and GPL-2.0+
-Group:          Development/Languages/Python
-Url:            http://lxml.de/
-Source:         http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
-Source1001:    %{name}.manifest
-BuildRequires:  libxslt-devel
-#BuildRequires:  python-Cython
-BuildRequires:  python3-devel
-BuildRequires:  pkgconfig(libxml-2.0)
-
-%description
-lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
-provides safe and convenient access to these libraries using the ElementTree
-API. It extends the ElementTree API significantly to offer support for XPath,
-RelaxNG, XML Schema, XSLT, C14N and much more.
-
-
-%prep
-%setup -q -n lxml-%{version}
-cp %{SOURCE1001} .
-
-%build
-CFLAGS="%{optflags}" %{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root)
-%doc LICENSES.txt
-%{python3_sitearch}/lxml/
-%{python3_sitearch}/lxml-%{version}-py%{python3_version}.egg-info
-%exclude %{python3_sitearch}/lxml/includes/etree_defs.h
-
-
-%changelog