Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208307 Details for
Bug 290554
dev-python/concurrence-0.3.1 (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
concurrence-0.3.1.ebuild
concurrence-0.3.1.ebuild (text/plain), 761 bytes, created by
Vladislav Poluhin
on 2009-10-26 11:33:23 UTC
(
hide
)
Description:
concurrence-0.3.1.ebuild
Filename:
MIME Type:
Creator:
Vladislav Poluhin
Created:
2009-10-26 11:33:23 UTC
Size:
761 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >DESCRIPTION="Concurrence is a framework for creating massively concurrent network applications in Python" >HOMEPAGE="http://opensource.hyves.org/concurrence" >SRC_URI="http://concurrence.googlecode.com/files/${P}.tar.gz" > >LICENSE="BSD-2" >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="doc examples" > >DEPEND=">=dev-lang/python-2.5 > dev-python/setuptools" >RDEPEND="${DEPEND}" > > >src_install() { > distutils_src_install > > if use doc; then > dodoc doc/* > fi > > if use examples; then > docinto examples > dodoc /examples/* || die "dodoc failed" > fi >} > >src_test() { > PYTHONPATH="build/lib" "${python}" setup.py test || die "Tests failed" >} >
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 290554
: 208307