Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305685 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]
ebuild patch for egenix-mx-base-3.2.3.ebuild
egenix-mx-base.patch (text/plain), 1.46 KB, created by
Ian Delaney (RETIRED)
on 2012-03-17 10:59:09 UTC
(
hide
)
Description:
ebuild patch for egenix-mx-base-3.2.3.ebuild
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-03-17 10:59:09 UTC
Size:
1.46 KB
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-03-17 18:30:57.401624082 +0800 >+++ egenix-mx-base/egenix-mx-base-3.2.3.ebuild 2012-03-17 18:49:21.110617298 +0800 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.3.ebuild,v 1.1 2012/03/09 09:54:22 patrick Exp $ > >-EAPI="3" >+EAPI="4" > PYTHON_DEPEND="2" > SUPPORT_PYTHON_ABIS="1" > RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" >@@ -22,6 +22,7 @@ > RDEPEND="" > > PYTHON_MODNAME="mx" >+DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" > > src_prepare() { > distutils_src_prepare >@@ -45,6 +46,22 @@ > BASECFLAGS="${CFLAGS}" distutils_src_compile > } > >+# Do you know a way to condense this? find . -name test.py | grep exec {} or something? >+src_test() { >+ testing() { >+ "$(PYTHON)" mx/BeeBase/mxBeeBase/test.py >+ "$(PYTHON)" mx/DateTime/mxDateTime/test.py >+ "$(PYTHON)" mx/Proxy/mxProxy/test.py >+ "$(PYTHON)" mx/Queue/mxQueue/test.py >+ "$(PYTHON)" mx/Stack/mxStack/test.py >+ "$(PYTHON)" mx/TextTools/mxTextTools/test.py >+ "$(PYTHON)" mx/Tools/mxTools/test.py >+ "$(PYTHON)" mx/UID/mxUID/test.py >+ "$(PYTHON)" mx/URL/mxURL/test.py >+ } >+ python_execute_function -s testing >+} >+ > src_install() { > distutils_src_install > dohtml -a html -r mx >@@ -59,3 +76,4 @@ > } > python_execute_function -q installation_of_headers > } >+
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