Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82295 Details for
Bug 126413
[dev-python/pypgsql] Parsing of float values is not locale agnostic
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
pypgsql-2.4-r1.ebuild (text/plain), 745 bytes, created by
Mikael Cluseau
on 2006-03-16 05:12:13 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Mikael Cluseau
Created:
2006-03-16 05:12:13 UTC
Size:
745 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/pypgsql/pypgsql-2.4.ebuild,v 1.5 2005/01/09 06:16:40 cryos Exp $ > >inherit distutils > >DESCRIPTION="Python Interface to PostgreSQL" >HOMEPAGE="http://pypgsql.sourceforge.net/" >SRC_URI="mirror://sourceforge/pypgsql/pyPgSQL-${PV}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="x86 amd64" >SLOT="0" >IUSE="" > >DEPEND="dev-db/postgresql" > >S=${WORKDIR}/${PN} > >PYTHON_MODNAME="pyPgSQL" > >src_unpack() { > unpack "pyPgSQL-${PV}.tar.gz" > cd pypgsql > epatch "${FILESDIR}/float_parse_fix.patch" >} > >src_install() { > distutils_src_install > dodir /usr/share/doc/${PF} > cp -R examples ${D}/usr/share/doc/${PF} > dodoc README >}
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 126413
:
82294
| 82295