Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315825 Details for
Bug 422523
dev-python/pytest-2.2.4 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
pytest.patch (text/plain), 1.32 KB, created by
Ian Delaney (RETIRED)
on 2012-06-20 09:24:05 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-06-20 09:24:05 UTC
Size:
1.32 KB
patch
obsolete
>diff -ur pytest.orig/pytest-2.2.4.ebuild pytest/pytest-2.2.4.ebuild >--- pytest.orig/pytest-2.2.4.ebuild 2012-06-20 15:44:07.541999747 +0800 >+++ pytest/pytest-2.2.4.ebuild 2012-06-20 17:10:05.972601786 +0800 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.2.3.ebuild,v 1.2 2012/05/12 20:13:22 aballier Exp $ > >-EAPI="3" >+EAPI="4" > SUPPORT_PYTHON_ABIS="1" > > inherit distutils >@@ -14,12 +14,13 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" >-IUSE="" >+IUSE="doc" > > RDEPEND=">=dev-python/py-1.4.7" > DEPEND="${RDEPEND} > app-arch/unzip >- dev-python/setuptools" >+ dev-python/setuptools >+ doc? ( dev-python/sphinx )" > > DOCS="CHANGELOG README.txt" > PYTHON_MODNAME="pytest.py _pytest" >@@ -31,6 +32,10 @@ > sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed" > } > >+src_compile() { >+ use doc && emake -C doc html >+} >+ > src_test() { > testing() { > PYTHONPATH="${S}/build-${PYTHON_ABI}/lib" "$(PYTHON)" "build-${PYTHON_ABI}/lib/pytest.py" >@@ -44,4 +49,5 @@ > > # Bug 380275: Test suite pre-compiles modules > python_clean_installation_image -q >+ use doc && dohtml -r doc/_build/html/ > }
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 422523
: 315825