From: Hyunjee Kim Date: Fri, 10 Apr 2020 01:21:37 +0000 (+0900) Subject: Revert "Add python3-lxml" X-Git-Tag: accepted/tizen/6.0/base/20201029.105552^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_6.0_base_hotfix;p=platform%2Fupstream%2Fpython-lxml.git Revert "Add python3-lxml" This reverts commit 9979fb8d90cd78bebcf442ceae8817b966e7a9e1. Change-Id: I4e3a3c6d4e3b06d31bf0521fc981a5f3eef4e9fb Signed-off-by: Hyunjee Kim --- diff --git a/packaging/python3-lxml.manifest b/packaging/python3-lxml.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/python3-lxml.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/python3-lxml.spec b/packaging/python3-lxml.spec deleted file mode 100644 index 6d23d1c..0000000 --- a/packaging/python3-lxml.spec +++ /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