Mailinglist Archive: opensuse-buildservice (354 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] python naming standard?
- From: andreas.hanke@xxxxxxxxxxxxxx
- Date: Thu, 01 Feb 2007 18:15:19 +0100
- Message-id: <20070201171519.275420@xxxxxxx>
Marcus Rueckert wrote:
> python-<originalpackagename>
>
> python-pychm in your case
Really? I thought the convention was
python-<importablepackagename>
which would become
python-chm
in this case because you write
#!/usr/bin/python
import chm
and not
#!/usr/bin/python
import pychm
Andreas Hanke
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail?ac=OM.GX.GX003K11713T4783a
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> python-<originalpackagename>
>
> python-pychm in your case
Really? I thought the convention was
python-<importablepackagename>
which would become
python-chm
in this case because you write
#!/usr/bin/python
import chm
and not
#!/usr/bin/python
import pychm
Andreas Hanke
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail?ac=OM.GX.GX003K11713T4783a
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |