Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72226 Details for
Bug 111612
NEW: pyexcelerator-0.6.3a.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyexcelerator-0.6.3a.ebuild
pyexcelerator-0.6.3a.ebuild (text/plain), 700 bytes, created by
Ingo Bormuth
on 2005-11-05 11:09:13 UTC
(
hide
)
Description:
pyexcelerator-0.6.3a.ebuild
Filename:
MIME Type:
Creator:
Ingo Bormuth
Created:
2005-11-05 11:09:13 UTC
Size:
700 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Python im-/export filters for MS Excel files. Including xls2txt, xls2csv and xls2html commands." >HOMEPAGE="http://sourceforge.net/projects/pyexcelerator" >SRC_URI="mirror://sourceforge/${PN}/${P}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="dev-lang/python" > >S=${WORKDIR}/${P/pyexcelerator/pyExcelerator} > >src_install() { > python ./setup.py install --root=${D} || die > > cd tools || die > ls *.py | while read file ; do mv "${file}" "${file/.py/}" ; done > dobin xls2txt || die > dobin xls2csv || die > dobin xls2html || die >}
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 111612
: 72226 |
146609
|
194396
|
194403