Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102123 Details for
Bug 130866
dev-python/paste (or PythonPaste) 0.9 - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
paste-1.0.ebuild
paste-1.0.ebuild (text/plain), 861 bytes, created by
brad walker
on 2006-11-16 10:05:57 UTC
(
hide
)
Description:
paste-1.0.ebuild
Filename:
MIME Type:
Creator:
brad walker
Created:
2006-11-16 10:05:57 UTC
Size:
861 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >MY_PN="Paste" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="Tools for using a WSGI stack" >HOMEPAGE="http://pythonpaste.org" >SRC_URI="http://cheeseshop.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc" > >DEPEND="dev-python/setuptools > doc? ( >dev-python/pudge-0.1 > >dev-python/buildutils-0.1.1 )" > >PYTHON_MODNAME=$MY_PN >S="${WORKDIR}/${MY_P}" > >src_compile() { > distutils_src_compile > if use doc > then > einfo "Generating HTML Documentation -- May take a few minutes" > ${python} setup.py pudge || die "doc generation failed" > fi >} > >src_install() { > distutils_src_install > use doc && dohtml -r docs/html/ >} > ># src_test: tests require py lib
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 130866
:
85199
|
99251
|
102123
|
102584
|
106914