new ebuild pyExcelerator 0.6.3a
This commit is contained in:
parent
6c04841916
commit
f8ba345f9d
8
dev-python/pyexcelerator/Manifest
Normal file
8
dev-python/pyexcelerator/Manifest
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
DIST pyexcelerator-0.6.3a.zip 266911 RMD160 4ff9dc730c85a25fa211b9a6a9c36c14fbb6f8bd SHA1 7e4109015ae7e018cc7dbe71ca7ad440ed206388 SHA256 f2a4362b389958c1fc02ae200cf87ab34cf01dbdaa0ce0402f5ebffb39a63e60
|
||||||
|
EBUILD pyexcelerator-0.6.3a.ebuild 707 RMD160 16859ae0124d0832df5edbd76148a8eefffa913c SHA1 fe9eb6d1dab318a0dceb2493dbe89ebacf0f19c4 SHA256 f68b5d8e3f9aadc9240d4e675b2fe616c650ae224d5382d122719c115dabe70d
|
||||||
|
MD5 55bed0c9efcb54530bc80aff3e621cdc pyexcelerator-0.6.3a.ebuild 707
|
||||||
|
RMD160 16859ae0124d0832df5edbd76148a8eefffa913c pyexcelerator-0.6.3a.ebuild 707
|
||||||
|
SHA256 f68b5d8e3f9aadc9240d4e675b2fe616c650ae224d5382d122719c115dabe70d pyexcelerator-0.6.3a.ebuild 707
|
||||||
|
MD5 adc9a2c631f668076df20717b1edfb9d files/digest-pyexcelerator-0.6.3a 253
|
||||||
|
RMD160 4688420bedf0f7c9c3ae5d38f94930f242048fc0 files/digest-pyexcelerator-0.6.3a 253
|
||||||
|
SHA256 5aaba3a88b611a67a62b88c31714640e3f35afca2c7570da3258d2bd729f3d96 files/digest-pyexcelerator-0.6.3a 253
|
@ -0,0 +1,3 @@
|
|||||||
|
MD5 0a532bc5d6438e277a3ae20b3f29d867 pyexcelerator-0.6.3a.zip 266911
|
||||||
|
RMD160 4ff9dc730c85a25fa211b9a6a9c36c14fbb6f8bd pyexcelerator-0.6.3a.zip 266911
|
||||||
|
SHA256 f2a4362b389958c1fc02ae200cf87ab34cf01dbdaa0ce0402f5ebffb39a63e60 pyexcelerator-0.6.3a.zip 266911
|
28
dev-python/pyexcelerator/pyexcelerator-0.6.3a.ebuild
Normal file
28
dev-python/pyexcelerator/pyexcelerator-0.6.3a.ebuild
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# 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 ~amd64"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user