Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310151 Details for
Bug 408571
dev-python/egenix-mx-base-3.2.3 added test phase
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised patch
egenix-mx-base.patch (text/plain), 598 bytes, created by
Ian Delaney (RETIRED)
on 2012-04-26 07:44:12 UTC
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-04-26 07:44:12 UTC
Size:
598 bytes
patch
obsolete
>diff -ur egenix-mx-base.orig/egenix-mx-base-3.2.3.ebuild egenix-mx-base/egenix-mx-base-3.2.3.ebuild >--- egenix-mx-base.orig/egenix-mx-base-3.2.3.ebuild 2012-04-26 15:37:03.139615598 +0800 >+++ egenix-mx-base/egenix-mx-base-3.2.3.ebuild 2012-04-26 15:36:25.555613153 +0800 >@@ -40,6 +40,17 @@ > BASECFLAGS="${CFLAGS}" distutils_src_compile > } > >+src_test() { >+ testing() { >+ for test in $(find "build-${PYTHON_ABI}/" -name test.py) >+ do >+ PYTHONPATH="build-${PYTHON_ABI}/lib/" \ >+ "$(PYTHON)" ${test} >+ done >+ } >+ python_execute_function testing >+} >+ > src_install() { > distutils_src_install >
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 408571
:
305685
|
310151
|
310579