remove platform-python subpackage
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
32dc67b9c2
commit
65033a8aa7
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%bcond_without platform_python
|
|
||||||
|
|
||||||
%global pytest_version_lb 2.9.0
|
%global pytest_version_lb 2.9.0
|
||||||
%global pytest_version_ub 2.10
|
%global pytest_version_ub 2.10
|
||||||
@ -19,7 +18,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.4.34
|
Version: 1.4.34
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT and Public Domain
|
License: MIT and Public Domain
|
||||||
# main package: MIT, except: doc/style.css: Public Domain
|
# main package: MIT, except: doc/style.css: Public Domain
|
||||||
@ -43,12 +42,6 @@ BuildRequires: python3-sphinx
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
BuildRequires: platform-python-devel
|
|
||||||
BuildRequires: platform-python-setuptools
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python2-pytest >= %{pytest_version_lb}, python2-pytest < %{pytest_version_ub}
|
BuildRequires: python2-pytest >= %{pytest_version_lb}, python2-pytest < %{pytest_version_ub}
|
||||||
@ -56,9 +49,6 @@ BuildRequires: python2-pytest >= %{pytest_version_lb}, python2-pytest < %{pytes
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-pytest >= %{pytest_version_lb}, python3-pytest < %{pytest_version_ub}
|
BuildRequires: python3-pytest >= %{pytest_version_lb}, python3-pytest < %{pytest_version_ub}
|
||||||
%endif
|
%endif
|
||||||
%if %{with platform_python}
|
|
||||||
BuildRequires: platform-python-pytest >= %{pytest_version_lb}, platform-python-pytest < %{pytest_version_ub}
|
|
||||||
%endif
|
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
# needed by the testsuite
|
# needed by the testsuite
|
||||||
BuildRequires: subversion
|
BuildRequires: subversion
|
||||||
@ -99,6 +89,7 @@ Summary: Library with cross-python path, ini-parsing, io, code, log facil
|
|||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
Provides: bundled(python3-apipkg) = 1.3.dev
|
Provides: bundled(python3-apipkg) = 1.3.dev
|
||||||
|
Obsoletes: platform-python-%{srcname} < 1.4.34-6
|
||||||
|
|
||||||
%description -n python3-%{srcname}
|
%description -n python3-%{srcname}
|
||||||
The py lib is a Python development support library featuring the
|
The py lib is a Python development support library featuring the
|
||||||
@ -112,25 +103,6 @@ following tools and modules:
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
%package -n platform-python-%{srcname}
|
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
|
||||||
Requires: platform-python-setuptools
|
|
||||||
Provides: bundled(python3-apipkg) = 1.3.dev
|
|
||||||
|
|
||||||
%description -n platform-python-%{srcname}
|
|
||||||
The py lib is a Python development support library featuring the
|
|
||||||
following tools and modules:
|
|
||||||
|
|
||||||
* py.path: uniform local and svn path objects
|
|
||||||
* py.apipkg: explicit API control and lazy-importing
|
|
||||||
* py.iniconfig: easy parsing of .ini files
|
|
||||||
* py.code: dynamic code generation and introspection
|
|
||||||
* py.path: uniform local and svn path objects
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qc -n %{srcname}-%{version}
|
%setup -qc -n %{srcname}-%{version}
|
||||||
pushd %{srcname}-%{version}
|
pushd %{srcname}-%{version}
|
||||||
@ -142,7 +114,6 @@ find -type f -a \( -name '*.py' -o -name 'py.*' \) \
|
|||||||
popd
|
popd
|
||||||
mv %{srcname}-%{version} python2
|
mv %{srcname}-%{version} python2
|
||||||
cp -a python2 python3
|
cp -a python2 python3
|
||||||
cp -a python2 platform_python
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -167,13 +138,6 @@ make -C doc html PYTHONPATH=$(pwd) SPHINXBUILD=sphinx-build-3
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
pushd platform_python
|
|
||||||
%platform_py_build
|
|
||||||
popd
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
pushd python2
|
pushd python2
|
||||||
@ -191,13 +155,6 @@ rm -rf doc/_build/html/.buildinfo
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
pushd python3
|
|
||||||
%platform_py_install
|
|
||||||
popd
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
|
||||||
@ -218,17 +175,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
pushd platform_python
|
|
||||||
PYTHONPATH=%{buildroot}%{platform_python_sitelib} \
|
|
||||||
LC_ALL="en_US.UTF-8" \
|
|
||||||
%{__platform_python} -m py.test -r s -k"-TestWCSvnCommandPath" testing
|
|
||||||
popd
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
|
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
%doc python2/CHANGELOG
|
%doc python2/CHANGELOG
|
||||||
@ -251,15 +199,10 @@ popd
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with platform_python}
|
|
||||||
%files -n platform-python-%{srcname}
|
|
||||||
%doc platform_python/CHANGELOG
|
|
||||||
%doc platform_python/README.rst
|
|
||||||
%license platform_python/LICENSE
|
|
||||||
%{platform_python_sitelib}/*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.34-6
|
||||||
|
- Remove platform-python subpackage
|
||||||
|
|
||||||
* Tue Sep 05 2017 Troy Dawson <tdawson@redhat.com> - 1.4.34-5
|
* Tue Sep 05 2017 Troy Dawson <tdawson@redhat.com> - 1.4.34-5
|
||||||
- Cleanup spec file conditionals
|
- Cleanup spec file conditionals
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user