Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250647 Details for
Bug 338456
dev-python/Babel-0.9.5 fails test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to use the patch
Babel-0.9.5.ebuild (text/plain), 1020 bytes, created by
Neil Leathers
on 2010-10-15 04:29:53 UTC
(
hide
)
Description:
ebuild to use the patch
Filename:
MIME Type:
Creator:
Neil Leathers
Created:
2010-10-15 04:29:53 UTC
Size:
1020 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/Babel-0.9.5.ebuild,v 1.10 2010/10/08 01:46:15 leio Exp $ > >EAPI="3" >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" >DISTUTILS_SRC_TEST="setup.py" > >inherit distutils eutils > >DESCRIPTION="A collection of tools for internationalizing Python applications" >HOMEPAGE="http://babel.edgewall.org/ http://pypi.python.org/pypi/Babel" >SRC_URI="http://ftp.edgewall.com/pub/babel/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" >IUSE="" > >DEPEND="dev-python/pytz > dev-python/setuptools" >RDEPEND="${DEPEND}" > >PYTHON_MODNAME="babel" > >src_prepare() { > # fix documentation > epatch "${FILESDIR}/${P}-LC_MESSAGES_test_failures.patch" >} > >src_install() { > distutils_src_install > dodoc ChangeLog README.txt > dohtml -r doc/* >}
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 338456
:
250645
| 250647