From 10c66aad5e201626baa7b803980af3e7f1e907ca Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Fri, 10 Apr 2020 10:21:37 +0900 Subject: [PATCH] Revert "Add python3-lxml" This reverts commit 9979fb8d90cd78bebcf442ceae8817b966e7a9e1. Change-Id: I4e3a3c6d4e3b06d31bf0521fc981a5f3eef4e9fb Signed-off-by: Hyunjee Kim --- packaging/python3-lxml.manifest | 5 ----- packaging/python3-lxml.spec | 41 ----------------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 packaging/python3-lxml.manifest delete mode 100644 packaging/python3-lxml.spec 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 -- 2.7.4