Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133945 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]
[patch]
pylons-0.9.6.1.ebuild.patch
pylons-0.9.6.1.ebuild.patch (text/plain), 2.86 KB, created by
Qiangning Hong
on 2007-10-20 10:19:34 UTC
(
hide
)
Description:
pylons-0.9.6.1.ebuild.patch
Filename:
MIME Type:
Creator:
Qiangning Hong
Created:
2007-10-20 10:19:34 UTC
Size:
2.86 KB
patch
obsolete
>--- /usr/portage/dev-python/pylons/pylons-0.9.4.1-r1.ebuild 2007-07-05 04:35:43.000000000 +0800 >+++ pylons-0.9.6.1.ebuild 2007-10-20 18:17:22.000000000 +0800 >@@ -1,6 +1,6 @@ > # Copyright 1999-2007 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-0.9.4.1-r1.ebuild,v 1.2 2007/07/04 20:19:28 lucass Exp $ >+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-0.9.4.1.ebuild,v 1.1 2007/02/28 00:08:39 dev-zero Exp $ > > NEED_PYTHON=2.3 > >@@ -11,45 +11,49 @@ > MY_PN=Pylons > MY_P=${MY_PN}-${PV} > >-DESCRIPTION="A lightweight web framework emphasizing flexibility and rapid development." >+DESCRIPTION="Pylons Web Framework" > HOMEPAGE="http://pylonshq.com" >-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" >+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" > LICENSE="BSD" > SLOT="0" >-IUSE="doc" >+IUSE="doc cheetah myghty kid genshi" > >-RDEPEND=">=dev-python/routes-1.6.2 >- >=dev-python/webhelpers-0.2.2 >- >=dev-python/beaker-0.6.2 >- >=dev-python/paste-1.1.1 >- >=dev-python/pastedeploy-1.0 >- >=dev-python/pastescript-1.0 >- >=dev-python/myghty-1.1 >- >=dev-python/formencode-0.6 >- >=dev-python/simplejson-1.4 >- >=dev-python/nose-0.9.1" >+RDEPEND=">=dev-python/routes-1.7 >+ >=dev-python/webhelpers-0.3.2 >+ >=dev-python/beaker-0.7.5 >+ >=dev-python/paste-1.4 >+ >=dev-python/pastedeploy-1.3.1 >+ >=dev-python/pastescript-1.3.6 >+ >=dev-python/formencode-0.7 >+ >=dev-python/simplejson-1.7.1 >+ >=dev-python/decorator-2.1.0 >+ >=dev-python/nose-0.9.3 >+ >=dev-python/mako-0.1.8 >+ cheetah? ( >=dev-python/cheetah-1.0 >+ >=dev-python/turbocheetah-0.9.5 ) >+ myghty? ( >=dev-python/myghty-1.1 ) >+ kid? ( >=dev-python/kid-0.9 >+ >=dev-python/turbokid-0.9.1 ) >+ genshi? ( >=dev-python/genshi-0.3.6 )" > DEPEND="${RDEPEND} >- dev-python/setuptools >- doc? ( dev-python/pudge dev-python/buildutils )" >+ >=dev-python/setuptools-0.6_rc5 >+ doc? ( >=dev-python/docutils-0.4 >+ >=dev-python/elementtree-1.2.6 >+ >=dev-python/kid-0.9 >+ >=dev-python/pygments-0.7 >+ >=dev-python/pudge-0.1.3 >+ >=dev-python/buildutils-0.1.2 )" > > # The tests fail, needs further investigation > RESTRICT="test" > > S="${WORKDIR}/${MY_P}" > >-src_unpack() { >- distutils_src_unpack >- >- sed -i \ >- -e 's|dest =.*|dest = docs/html|' \ >- setup.cfg || die "sed failed" >-} >- > src_compile() { > distutils_src_compile >- if use doc ; then >+ if use doc; then > einfo "Generating docs as requested..." >- "${python}" setup.py pudge || die "generating docs failed" >+ "${python}" setup.py pudge -m ${PN} || die "generating docs failed" > fi > } > >@@ -58,11 +62,6 @@ > use doc && dohtml -r docs/html/* > } > >-pkg_postinst() { >- elog "pylons can make use of many other packages like:" >- elog " cheetah, genshi, kid or pudge" >-} >- > src_test() { > PYTHONPATH=. "${python}" setup.py nosetests || 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176640
:
118418
|
118420
|
118422
|
118424
|
118426
|
118428
|
130395
|
133938
|
133940
|
133941
|
133943
| 133945 |
134013