Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311611 Details for
Bug 415589
new ebuild dev-python/gevent-0.13.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revised patch
gevent-0.13.7.ebuild (text/plain), 836 bytes, created by
Ian Delaney (RETIRED)
on 2012-05-13 10:34:59 UTC
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-13 10:34:59 UTC
Size:
836 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS=1 >RESTRICT_PYTHON_ABIS="3.* *-pypy-* *-jython" >RESTRICT=test > >inherit distutils > >DESCRIPTION="A Python networking library that uses greenlet to provide synchronous API" >HOMEPAGE="http://pypi.python.org/pypi/gevent/ http://gevent.org/" >SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >KEYWORDS="~amd64" >IUSE="" >LICENSE="MIT" >SLOT="0" >RESTRICT=test > >REDEPEND="dev-python/greenlet" >DEPEND="${REDEPEND} dev-python/setuptools" > >src_test() { > testing() { > PYTHONPATH=$"{S}/$(ls -d ./build-$(python_get_version)/lib.linux*-${PYTHON_ABI})":"${S}/greentest" > pushd greentest > /dev/null > $(PYTHON) -d -m testrunner > popd > /dev/null > } > python_execute_function testing >}
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 Raw
Actions:
View
Attachments on
bug 415589
:
311521
|
311523
| 311611 |
311693