Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311523 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]
same abuild
gevent-0.13.7.ebuild (text/plain), 971 bytes, created by
Ian Delaney (RETIRED)
on 2012-05-12 16:22:56 UTC
(
hide
)
Description:
same abuild
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-12 16:22:56 UTC
Size:
971 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/" >SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >KEYWORDS="~amd64" >IUSE="" >LICENSE="MIT" >SLOT="0" > >REDEPEND="dev-python/greenlet" >DEPEND="${REDEPEND} dev-python/setuptools" > ># More dev friendly notes; This is the ONLY form that works. testrunner.py is made using unittest ># && is designed to be run and import files from the greentest directory. >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