cleanup empty lines
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
559c7b2f45
commit
df1df0e5ff
@ -24,7 +24,6 @@ hand. It’s based on the Haskell library, Quickcheck, and is designed
|
|||||||
to integrate seamlessly into your existing Python unit testing work
|
to integrate seamlessly into your existing Python unit testing work
|
||||||
flow.
|
flow.
|
||||||
|
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%package -n python2-%{srcname}
|
%package -n python2-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
@ -32,7 +31,6 @@ BuildRequires: python2-devel
|
|||||||
BuildRequires: python2-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: python2-enum34
|
BuildRequires: python2-enum34
|
||||||
Requires: python2-enum34
|
Requires: python2-enum34
|
||||||
|
|
||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
%if ! (0%{?rhel} && 0%{?rhel} <= 7)
|
%if ! (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
Suggests: python2-numpy
|
Suggests: python2-numpy
|
||||||
@ -45,10 +43,8 @@ larger range of examples than you would ever want to write by
|
|||||||
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
||||||
to integrate seamlessly into your existing Python unit testing work
|
to integrate seamlessly into your existing Python unit testing work
|
||||||
flow.
|
flow.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%package -n python3-%{srcname}
|
%package -n python3-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
@ -67,7 +63,6 @@ larger range of examples than you would ever want to write by
|
|||||||
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
||||||
to integrate seamlessly into your existing Python unit testing work
|
to integrate seamlessly into your existing Python unit testing work
|
||||||
flow.
|
flow.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
%if %{with platform_python}
|
||||||
@ -84,14 +79,12 @@ to integrate seamlessly into your existing Python unit testing work
|
|||||||
flow.
|
flow.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-python-%{version} -p1
|
%autosetup -n %{srcname}-python-%{version} -p1
|
||||||
|
|
||||||
# remove shebang, mergedbs gets installed in sitelib
|
# remove shebang, mergedbs gets installed in sitelib
|
||||||
%{__sed} -i -e 1,2d src/hypothesis/tools/mergedbs.py
|
%{__sed} -i -e 1,2d src/hypothesis/tools/mergedbs.py
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%py2_build
|
%py2_build
|
||||||
@ -109,7 +102,6 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build-3 -b man docs docs/_build/man
|
|||||||
%platform_py_build
|
%platform_py_build
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%py2_install
|
%py2_install
|
||||||
@ -126,7 +118,6 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build-3 -b man docs docs/_build/man
|
|||||||
%{__install} -Dp -m 644 docs/_build/man/hypothesis.1 \
|
%{__install} -Dp -m 644 docs/_build/man/hypothesis.1 \
|
||||||
$RPM_BUILD_ROOT%{_mandir}/man1/hypothesis.1
|
$RPM_BUILD_ROOT%{_mandir}/man1/hypothesis.1
|
||||||
|
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
@ -151,7 +142,6 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build-3 -b man docs docs/_build/man
|
|||||||
%{_mandir}/man1/hypothesis.1*
|
%{_mandir}/man1/hypothesis.1*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 24 2017 Miro Hrončok <mhroncok@redhat.com> - 3.12.0-4
|
* Thu Aug 24 2017 Miro Hrončok <mhroncok@redhat.com> - 3.12.0-4
|
||||||
- Rebuilt for rhbz#1484607
|
- Rebuilt for rhbz#1484607
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user