Mageia Bugzilla – Attachment 2818 Details for
Bug 7517
Request addition of the following python packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Spec file for python-pytest
python-pytest.spec (text/x-rpm-spec), 1.37 KB, created by
Joseph Wang
on 2012-09-18 18:03:39 CEST
(
hide
)
Description:
Spec file for python-pytest
Filename:
MIME Type:
Creator:
Joseph Wang
Created:
2012-09-18 18:03:39 CEST
Size:
1.37 KB
patch
obsolete
># Created by pyp2rpm-0.5.1 >%global pypi_name pytest > >Name: python-%{pypi_name} >Version: 2.2.4 >Release: %mkrel 1 >Summary: py.test: simple powerful testing with Python > >License: MIT >URL: http://pypi.python.org/pypi/pytest/2.2.4 >Source0: http://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip >BuildArch: noarch > >BuildRequires: python-devel >BuildRequires: python-sphinx > >Requires: python-py >= 1.4.8 > >%description >cross-project testing tool for Python. > >Platforms: Linux, Win32, OSX >Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.6/1.7 >Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/ > >Web page: >http://pytest.org > >(c) Holger Krekel and others, 2004-2012 > > >%prep >%setup -q -n %{pypi_name}-%{version} ># Remove bundled egg-info >rm -rf %{pypi_name}.egg-info > ># generate html docs >sphinx-build doc html ># remove the sphinx-build leftovers >rm -rf html/.{doctrees,buildinfo} > > >%build >%{__python} setup.py build > > >%install >%{__python} setup.py install --skip-build --root %{buildroot} > > >%files >%doc html README.txt LICENSE >%{_bindir}/py.test >%{_bindir}/py.test-2.7 >%{python_sitelib}/_%{pypi_name} >%{python_sitelib}/%{pypi_name}.py* >%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info > >%changelog >* Tue Sep 18 2012 joequant <joequant> - 2.2.4-1.mga3 >- Initial package.
# Created by pyp2rpm-0.5.1 %global pypi_name pytest Name: python-%{pypi_name} Version: 2.2.4 Release: %mkrel 1 Summary: py.test: simple powerful testing with Python License: MIT URL: http://pypi.python.org/pypi/pytest/2.2.4 Source0: http://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip BuildArch: noarch BuildRequires: python-devel BuildRequires: python-sphinx Requires: python-py >= 1.4.8 %description cross-project testing tool for Python. Platforms: Linux, Win32, OSX Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.6/1.7 Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/ Web page: http://pytest.org (c) Holger Krekel and others, 2004-2012 %prep %setup -q -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info # generate html docs sphinx-build doc html # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} %build %{__python} setup.py build %install %{__python} setup.py install --skip-build --root %{buildroot} %files %doc html README.txt LICENSE %{_bindir}/py.test %{_bindir}/py.test-2.7 %{python_sitelib}/_%{pypi_name} %{python_sitelib}/%{pypi_name}.py* %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Tue Sep 18 2012 joequant <joequant> - 2.2.4-1.mga3 - Initial package.
View Attachment As Raw
Actions:
View
Attachments on
bug 7517
: 2818 |
2819
|
2820
|
2821
|
2822
|
2829
|
2830
|
2831
|
2832