#2 Drop build dependency on python2-Cython
Closed 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python-lxml nopy2cython  into  master

file modified
+5 -4
@@ -2,7 +2,7 @@ 

  

  Name:           python-%{modname}

  Version:        4.4.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        XML processing library combining libxml2/libxslt with the ElementTree API

  

  License:        BSD
@@ -26,7 +26,6 @@ 

  Summary:        %{summary}

  BuildRequires:  python2-devel

  BuildRequires:  python2-setuptools

- BuildRequires:  python2-Cython

  Suggests:       python%{python2_version}dist(cssselect) >= 0.7

  Suggests:       python%{python2_version}dist(html5lib)

  Suggests:       python%{python2_version}dist(beautifulsoup4)
@@ -56,9 +55,8 @@ 

  find -type f -name '*.c' -print -delete

  

  %build

- export WITH_CYTHON=true

+ WITH_CYTHON=true %py3_build

  %py2_build

- %py3_build

  

  %install

  %py2_install
@@ -81,6 +79,9 @@ 

  %{python3_sitearch}/%{modname}-*.egg-info/

  

  %changelog

+ * Tue Aug 06 2019 Miro Hrončok <mhroncok@redhat.com> - 4.4.0-2

+ - Drop build dependency on python2-Cython

+ 

  * Sat Aug 03 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.4.0-1

  - Update to 4.4.0

  

no initial comment

meh, what's missing to drop python2-lxml entirely?

a lot:

$ repoquery --repo=rawhide{,-source} --whatrequires python2-lxml
beaker-0:26.3-2.fc30.src
beaker-client-0:26.3-2.fc30.noarch
calibre-0:3.36.0-7.fc31.src
calibre-0:3.36.0-7.fc31.x86_64
euca2ools-0:3.4.1-8.fc31.noarch
gcc-python-plugin-0:0.17-4.fc31.src
gcc-python2-debug-plugin-0:0.17-4.fc31.x86_64
gcc-python2-plugin-0:0.17-4.fc31.x86_64
gnuradio-0:3.7.13.5-5.fc31.i686
gnuradio-0:3.7.13.5-5.fc31.src
gnuradio-0:3.7.13.5-5.fc31.x86_64
igor-common-0:0.4.1-11.fc28.noarch
inkscape-0:0.92.4-8.fc31.x86_64
inkscape-sozi-0:13.11-9.fc29.noarch
inkscape-table-0:1.0-9.fc29.noarch
inksmoto-0:0.7.0-22.fc31.noarch
ipsilon-base-0:2.1.0-7.fc31.noarch
ipsilon-saml2-base-0:2.1.0-7.fc31.noarch
jbrout-0:0.4-0.22.git20140930reva7c8fb8.fc31.noarch
lasso-0:2.6.0-14.fc31.src
libvirt-python-0:5.5.0-2.fc31.src
lnst-ctl-0:13-7.fc30.noarch
openxcap-0:2.2.0-3.fc31.noarch
prepaid-manager-applet-0:0.0.3.1-17.fc29.noarch
python-beautifulsoup4-0:4.6.3-3.fc31.src
python-chameleon-0:3.6.2-2.fc31.src
python-cssselect-0:0.9.2-11.fc31.src
python-html5-parser-0:0.4.7-2.fc31.src
python-html5lib-1:1.0.1-4.fc31.src
python-openid-0:2.2.5-21.fc31.src
python-pyquery-0:1.4.0-3.fc31.src
python-sieve-0:0.1.9-14.fc31.src
python2-beautifulsoup4-0:4.6.3-3.fc31.noarch
python2-chameleon-0:3.6.2-2.fc31.noarch
python2-html5-parser-0:0.4.7-2.fc31.x86_64
python2-openid-0:2.2.5-21.fc31.noarch
python2-ovirt-engine-sdk-0:3.6.9.1-9.fc31.noarch
python2-pyquery-0:1.4.0-3.fc31.noarch
python2-sieve-0:0.1.9-14.fc31.noarch
radiotray-0:0.7.3-14.fc31.noarch
relevation-0:1.3-7.fc29.noarch
system-config-httpd-5:1.5.5-18.fc31.noarch
trac-0:1.2.4-1.fc31.src
virtaal-0:0.7.1-14.fc29.noarch

Should I rebase this? Can we get it done?

Pull-Request has been closed by churchyard

4 years ago