Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310993 Details for
Bug 414475
dev-python/webtest-1.3.4 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised patch
webtest.patch (text/plain), 1.13 KB, created by
Ian Delaney (RETIRED)
on 2012-05-06 16:36:07 UTC
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-06 16:36:07 UTC
Size:
1.13 KB
patch
obsolete
>diff -ur webtest.orig/webtest-1.3.4.ebuild webtest/webtest-1.3.4.ebuild >--- webtest.orig/webtest-1.3.4.ebuild 2012-05-07 00:21:10.143882507 +0800 >+++ webtest/webtest-1.3.4.ebuild 2012-05-07 00:25:57.206892858 +0800 >@@ -2,10 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.4.ebuild,v 1.7 2012/04/16 02:24:24 jer Exp $ > >-EAPI="3" >-PYTHON_DEPEND="2:2.5" >+EAPI="4" >+PYTHON_DEPEND="2:2.6" > SUPPORT_PYTHON_ABIS="1" >-RESTRICT_PYTHON_ABIS="2.4 3.*" >+RESTRICT_PYTHON_ABIS="2.5 3.* *-pypy-*" > DISTUTILS_SRC_TEST="nosetests" > > inherit distutils eutils >@@ -32,7 +32,7 @@ > > src_prepare() { > distutils_src_prepare >- epatch "${FILESDIR}/${P}-doctest-ellipsis.patch" >+ epatch "${FILESDIR}"/${P}-fixt.patch > } > > src_compile() { >@@ -40,7 +40,7 @@ > > if use doc; then > einfo "Generation of documentation" >- sphinx-build docs html || die "Building of documentation failed" >+ sphinx-build docs html > fi > } > >@@ -55,6 +55,6 @@ > python_execute_function -q delete_lint3 > > if use doc; then >- dohtml -r html/* || die "Error installing docs" >+ dohtml -r html/* > fi > }
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 414475
:
310691
| 310993 |
310995