Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118424 Details for
Bug 176640
pylons-0.9.5 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
paste-1.3.ebuild
paste-1.3.ebuild (text/plain), 1.03 KB, created by
Qiangning Hong
on 2007-05-07 10:22:13 UTC
(
hide
)
Description:
paste-1.3.ebuild
Filename:
MIME Type:
Creator:
Qiangning Hong
Created:
2007-05-07 10:22:13 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.2.1.ebuild,v 1.1 2007/02/27 23:40:20 dev-zero Exp $ > >NEED_PYTHON=2.4 > >inherit distutils > >KEYWORDS="~amd64 ~x86" > >MY_PN=Paste >MY_P=${MY_PN}-${PV} > >DESCRIPTION="Tools for using a Web Server Gateway Interface stack" >HOMEPAGE="http://pythonpaste.org" >SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" >LICENSE="MIT" >SLOT="0" >IUSE="doc flup openid" > >RDEPEND="flup? ( dev-python/flup ) > openid? ( dev-python/python-openid )" >DEPEND="${RDEPEND} > dev-python/setuptools > doc? ( dev-python/pudge dev-python/buildutils )" > >S=${WORKDIR}/${MY_P} > >src_compile() { > distutils_src_compile > if use doc ; then > einfo "Generating docs as requested..." > PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed" > fi >} > >src_install() { > distutils_src_install > use doc && dohtml -r docs/html/* >} > ># src_test() needs py.test but there's no release yet
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 176640
:
118418
|
118420
|
118422
|
118424
|
118426
|
118428
|
130395
|
133938
|
133940
|
133941
|
133943
|
133945
|
134013