Gentoo Archives: gentoo-dev

From: Rene Zbinden <rene.zbinden@××××××.ch>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] python module
Date: Thu, 04 Aug 2005 07:55:06
Message-Id: 200508040947.27526.rene.zbinden@solnet.ch
In Reply to: Re: [gentoo-dev] python module by Alin Dobre
1 Yes in the meantime I found that eclass. The problem was, that there was no
2 setup.py file. I created my own and put it into the files directory.
3
4 Here is my ebuild:
5 http://bugs.gentoo.org/show_bug.cgi?id=101296
6
7 pyamazon is a Python wrapper for the Amazon web API.
8 Homepage: http://www.josephson.org/projects/pyamazon/
9
10 You can check it out if you want. Comments are welcome.
11
12 On Thursday 04 August 2005 09:15, Alin Dobre wrote:
13 > Rene Zbinden wrote:
14 > > Hi
15 > >
16 > > I want to write an ebuild, that installs a python module. After unpacking
17 > > the zipfile there is only one module module.py. What is the best way to
18 > > install that package. Is there an eclass that I can use?
19 >
20 > # The distutils eclass is designed to allow easier installation of
21 > # distutils-based python modules and their incorporation into
22 > # the Gentoo Linux system.
23 >
24 >
25 > --
26 > Alin DOBRE
27 > Romanian Lead Translator
28 > Gentoo Documentation Project: http://www.gentoo.org/doc/en/
29 > Gentoo.RO Community: http://www.gentoo.ro/
30
31 --
32 cheers,
33 reen
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] python module Colin Kingsley <tercel@g.o>