Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52670 Details for
Bug 84115
here is dev-python/Myghty-0.96f's ebuild (fast web framework in python)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
main ebuild
Myghty-0.96f.ebuild (text/plain), 1.42 KB, created by
Julien Cayzac
on 2005-03-04 10:59:49 UTC
(
hide
)
Description:
main ebuild
Filename:
MIME Type:
Creator:
Julien Cayzac
Created:
2005-03-04 10:59:49 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit distutils > >DESCRIPTION="High performance Python web framework" >SRC_URI="mirror://sourceforge/myghty/${P}.tar.gz" >HOMEPAGE="http://www.myghty.org/" > >KEYWORDS="x86" >LICENSE="LGPL-2.1" >SLOT="0" >IUSE="" > ># it won't work with Python <2.3 >DEPEND=">=virtual/python-2.3" > >src_compile() { > distutils_src_compile > einfo "Generating HTML documentation..." > ( cd ${S}/doc && python genhtml.py ) || die >} > >src_install() { > #einfo "Generating HTML documentation..." > #( cd ${S}/doc && python genhtml.py ) || die > > einfo "Performing installation..." > distutils_src_install > > einfo "Copying examples and tools to ${D}/usr/share/doc/${PN}..." > dodir /usr/share/${PN} || die > dodir /usr/share/${PN}/examples || die > cp -r ${S}/examples/* ${D}/usr/share/${PN}/examples || die > dodir /usr/share/${PN}/test || die > cp -r ${S}/test/* ${D}/usr/share/${PN}/test || die > dodir /usr/share/${PN}/tools || die > cp -r ${S}/tools/* ${D}/usr/share/${PN}/tools || die > > einfo "Copying documentation in ${D}/usr/share/doc/${PN}..." > dodir /usr/share/doc/${PN} || die > cp -r ${S}/doc/* ${D}/usr/share/doc/${PN} || die > ( cd ${D}/usr/share/${PN} && ln -s ../doc/${PN} doc ) || die >} > >pkg_postinst() { > einfo "To run the demo server, as root:" > einfo "# cd /usr/share/${PN}" > einfo "# python ./tools/run_docs.py" > einfo "...then point your browser at http://localhost:8000/" >} >
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 84115
: 52670 |
52671
|
52672