Create a test subpackage, similar to python3-test
This commit is contained in:
parent
9779ff55f4
commit
b2b5021b67
42
pypy3.9.spec
42
pypy3.9.spec
@ -249,6 +249,20 @@ Provides: bundled(python3dist(hpy)) = 0.0.3
|
|||||||
Libraries required by the various PyPy implementations of Python %{pyversion}.
|
Libraries required by the various PyPy implementations of Python %{pyversion}.
|
||||||
|
|
||||||
|
|
||||||
|
%package test
|
||||||
|
Summary: Tests for PyPy%{pyversion}
|
||||||
|
Requires: pypy%{pyversion}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%if %{with main_pypy3}
|
||||||
|
Provides: pypy3-test = %{version}-%{release}
|
||||||
|
Provides: pypy3-test%{?_isa} = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description test
|
||||||
|
Various testing modules of PyPy%{pyversion}.
|
||||||
|
Useful when you want to run the test suite of PyPy%{pyversion}.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development tools for working with PyPy%{pyversion}
|
Summary: Development tools for working with PyPy%{pyversion}
|
||||||
Requires: pypy%{pyversion}%{?_isa} = %{version}-%{release}
|
Requires: pypy%{pyversion}%{?_isa} = %{version}-%{release}
|
||||||
@ -737,6 +751,33 @@ CheckPyPy pypy%{pyversion}-c
|
|||||||
%{_emacs_sitelispdir}/pypy%{pyversion}trace-mode.elc
|
%{_emacs_sitelispdir}/pypy%{pyversion}trace-mode.elc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Keep this synced with %%files test below
|
||||||
|
%exclude %{pypylibdir}/_ctypes_test.*
|
||||||
|
%exclude %{pypylibdir}/_pypy_testcapi.*
|
||||||
|
%exclude %{pypylibdir}/_test*
|
||||||
|
%exclude %{pypylibdir}/__pycache__/_ctypes_test.*
|
||||||
|
%exclude %{pypylibdir}/__pycache__/_pypy_testcapi.*
|
||||||
|
%exclude %{pypylibdir}/__pycache__/_test*
|
||||||
|
%exclude %{pypylibdir}/test/
|
||||||
|
%exclude %{pypylibdir}/*/testing/
|
||||||
|
%exclude %{pypylibdir}/*/test/
|
||||||
|
%exclude %{pypylibdir}/*/tests/
|
||||||
|
%exclude %{pypylibdir}/idlelib/idle_test/
|
||||||
|
|
||||||
|
|
||||||
|
%files test
|
||||||
|
%{pypylibdir}/_ctypes_test.*
|
||||||
|
%{pypylibdir}/_pypy_testcapi.*
|
||||||
|
%{pypylibdir}/_test*
|
||||||
|
%{pypylibdir}/__pycache__/_ctypes_test.*
|
||||||
|
%{pypylibdir}/__pycache__/_pypy_testcapi.*
|
||||||
|
%{pypylibdir}/__pycache__/_test*
|
||||||
|
%{pypylibdir}/test/
|
||||||
|
%{pypylibdir}/*/testing/
|
||||||
|
%{pypylibdir}/*/test/
|
||||||
|
%{pypylibdir}/*/tests/
|
||||||
|
%{pypylibdir}/idlelib/idle_test/
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/pypy%{pyversion}
|
%dir %{_includedir}/pypy%{pyversion}
|
||||||
@ -752,6 +793,7 @@ CheckPyPy pypy%{pyversion}-c
|
|||||||
- Update to 7.3.8rc1
|
- Update to 7.3.8rc1
|
||||||
- Move to a CPython-like installation layout
|
- Move to a CPython-like installation layout
|
||||||
- Stop requiring pypy3.9 from pypy3.9-libs
|
- Stop requiring pypy3.9 from pypy3.9-libs
|
||||||
|
- Split tests into pypy3.9-test
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.7-3
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user