Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 682495 Details for
Bug 901602
Package python3 subpackage for F18
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to enable a python3 subpackage.
0001-Package-python3-subpackage.patch (text/plain), 2.46 KB, created by
Ralph Bean
on 2013-01-18 15:42:15 UTC
(
hide
)
Description:
Patch to enable a python3 subpackage.
Filename:
MIME Type:
Creator:
Ralph Bean
Created:
2013-01-18 15:42:15 UTC
Size:
2.46 KB
patch
obsolete
>From fab5991034e736c98c65f203bdc11a69e09ef983 Mon Sep 17 00:00:00 2001 >From: Ralph Bean <rbean@redhat.com> >Date: Fri, 18 Jan 2013 10:39:48 -0500 >Subject: [PATCH] Package python3 subpackage. > >--- > python-nose-exclude.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 46 insertions(+), 2 deletions(-) > >diff --git a/python-nose-exclude.spec b/python-nose-exclude.spec >index d8b6079..56a21ac 100644 >--- a/python-nose-exclude.spec >+++ b/python-nose-exclude.spec >@@ -1,8 +1,12 @@ >+%if 0%{?fedora} > 12 >+%global with_python3 1 >+%endif >+ > %global pypi_name nose-exclude > > Name: python-%{pypi_name} > Version: 0.1.9 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Exclude specific directories from nosetests runs > > License: LGPLv2 >@@ -15,10 +19,26 @@ BuildRequires: python-setuptools > > Requires: python-nose > >+%if 0%{?with_python3} >+BuildRequires: python3-devel >+BuildRequires: python3-setuptools >+%endif >+ > %description >+nose-exclude is a `Nose`_ plugin that allows you to easily >+specify directories to be excluded from testing. >+ >+ >+%if 0%{?with_python3} >+%package -n python3-%{pypi_name} >+Summary: Exclude specific directories from nosetests runs >+ >+Requires: python3-nose > >+%description -n python3-%{pypi_name} > nose-exclude is a `Nose`_ plugin that allows you to easily > specify directories to be excluded from testing. >+%endif > > > %prep >@@ -26,22 +46,46 @@ specify directories to be excluded from testing. > # Remove bundled egg-info > rm -rf %{pypi_name}.egg-info > >- >+%if 0%{?with_python3} >+rm -rf %{py3dir} >+cp -a . %{py3dir} >+%endif > > %build > %{__python} setup.py build > >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py build >+popd >+%endif > > %install > %{__python} setup.py install --skip-build --root %{buildroot} > >+%if 0%{?with_python3} >+pushd %{py3dir} >+%{__python3} setup.py install --skip-build --root %{buildroot} >+popd >+%endif > > %files > %doc README.rst > %{python_sitelib}/nose_exclude.py* > %{python_sitelib}/nose_exclude-%{version}-py?.?.egg-info > >+%if 0%{?with_python3} >+%files -n python3-%{pypi_name} >+%doc README.rst >+%{python3_sitelib}/nose_exclude.py* >+%{python3_sitelib}/nose_exclude-%{version}-py?.?.egg-info >+%{python3_sitelib}/__pycache__/nose_exclude* >+%endif >+ > %changelog >+* Fri Jan 18 2013 Ralph Bean <rbean@redhat.com> - 0.1.9-2 >+- Package python3 subpackage. >+ > * Tue Oct 16 2012 Matthias Runge <mrunge@redhat.com> - 0.1.9-1 > - update to upstream release 0.1.9 > >-- >1.8.0.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 901602
: 682495