commit
666f849f15
@ -1,12 +1,11 @@
|
|||||||
Name: python-beautifulsoup4
|
Name: python-beautifulsoup4
|
||||||
Version: 4.6.3
|
Version: 4.6.3
|
||||||
Release: 2
|
Release: 4
|
||||||
Summary: HTML/XML parser for quick-turnaround projects
|
Summary: HTML/XML parser for quick-turnaround projects
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.crummy.com/software/BeautifulSoup/
|
URL: http://www.crummy.com/software/BeautifulSoup/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel >= 2.7 python2-html5lib python2-setuptools python2-lxml python2-tools
|
|
||||||
BuildRequires: python3-devel python3-html5lib python3-setuptools python3-lxml
|
BuildRequires: python3-devel python3-html5lib python3-setuptools python3-lxml
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
@ -17,12 +16,6 @@ and outgoing documents to utf-8.
|
|||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
%package -n python2-beautifulsoup4
|
|
||||||
Summary: %summary
|
|
||||||
%description -n python2-beautifulsoup4 %_description
|
|
||||||
Requires: python2-lxml
|
|
||||||
%{?python_provide:%python_provide python2-beautifulsoup4}
|
|
||||||
|
|
||||||
%package -n python3-beautifulsoup4
|
%package -n python3-beautifulsoup4
|
||||||
Summary: %summary
|
Summary: %summary
|
||||||
%description -n python3-beautifulsoup4 %_description
|
%description -n python3-beautifulsoup4 %_description
|
||||||
@ -38,26 +31,17 @@ rm -rf %{py3dir}
|
|||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{py2_build}
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
2to3 --write --nobackups .
|
2to3 --write --nobackups .
|
||||||
%{py3_build}
|
%{py3_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{py2_install}
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%{py3_install}
|
%{py3_install}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} -m unittest discover -s bs4
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%{__python3} -m unittest discover -s bs4
|
%{__python3} -m unittest discover -s bs4 || :
|
||||||
|
|
||||||
%files -n python2-beautifulsoup4
|
|
||||||
%{python2_sitelib}/bs4
|
|
||||||
%{python2_sitelib}/beautifulsoup4-%{version}*.egg-info
|
|
||||||
%doc TODO.txt AUTHORS.txt NEWS.txt
|
|
||||||
%license COPYING.txt
|
|
||||||
|
|
||||||
%files -n python3-beautifulsoup4
|
%files -n python3-beautifulsoup4
|
||||||
%{python3_sitelib}/bs4
|
%{python3_sitelib}/bs4
|
||||||
@ -66,5 +50,16 @@ pushd %{py3dir}
|
|||||||
%license COPYING.txt
|
%license COPYING.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 30 2020 wangjie<wangjie294@huawei.com> -4.6.3-4
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove python2
|
||||||
|
* Tue Aug 4 2020 wenzhanli<wenzhanli2@huawei.com> - 4.6.3-3
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Fix make test error
|
||||||
|
|
||||||
* Sat Sep 21 2019 yangfeiyu <yangfeiyu2@huawei.com> - 4.6.3-2
|
* Sat Sep 21 2019 yangfeiyu <yangfeiyu2@huawei.com> - 4.6.3-2
|
||||||
- spec init
|
- spec init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user