[opensuse-packaging] Packages with same name by conventions
Good day! Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both? [1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon Regards. -- [ ]'s Aledr - Alexandre "OpenSource Solutions for SmallBusiness Problems" -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon
My script is a bit dumb and always prepends python- to the name. So use whatever is the right one for your RPM. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, Sep 24, 2009 at 9:12 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon
My script is a bit dumb and always prepends python- to the name.
So use whatever is the right one for your RPM.
But if we need to provide both in OBS? -- [ ]'s Aledr - Alexandre "OpenSource Solutions for SmallBusiness Problems" -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, Sep 24, 2009 at 09:22:17AM -0300, aledr wrote:
On Thu, Sep 24, 2009 at 9:12 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon
My script is a bit dumb and always prepends python- to the name.
So use whatever is the right one for your RPM.
But if we need to provide both in OBS?
Then my script currently catches just one of them, Something I need to think about a bit. But the mails I send are advisory only, you are free to do whatever you want. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, Sep 24, 2009 at 9:23 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:22:17AM -0300, aledr wrote:
On Thu, Sep 24, 2009 at 9:12 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon
My script is a bit dumb and always prepends python- to the name.
So use whatever is the right one for your RPM.
But if we need to provide both in OBS?
Then my script currently catches just one of them, Something I need to think about a bit.
But the mails I send are advisory only, you are free to do whatever you want.
The question is about naming these packages in OBS. Don't worry about your script, It is very useful! =D Which package names should be used? -- [ ]'s Aledr - Alexandre "OpenSource Solutions for SmallBusiness Problems" -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, 2009-09-24 at 09:28 -0300, aledr wrote:
On Thu, Sep 24, 2009 at 9:23 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:22:17AM -0300, aledr wrote:
On Thu, Sep 24, 2009 at 9:12 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon
My script is a bit dumb and always prepends python- to the name.
So use whatever is the right one for your RPM.
But if we need to provide both in OBS?
Then my script currently catches just one of them, Something I need to think about a bit.
But the mails I send are advisory only, you are free to do whatever you want.
The question is about naming these packages in OBS. Don't worry about your script, It is very useful! =D Which package names should be used?
I don't know the answer for this when there are two python libs with the same name, but in this specific case, I think an easy answer is found in the note on the home page of [1]: "NOTE: This module has become part of The Grizzled Utility API. (See the grizzled.os module.) This stand-alone version is no longer maintained." so the daemon module you need could be built as part of a "python-grizzled" package. -Scott -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
aledr napsal(a):
On Thu, Sep 24, 2009 at 9:12 AM, Marcus Meissner <meissner@suse.de> wrote:
On Thu, Sep 24, 2009 at 09:10:36AM -0300, aledr wrote:
Good day!
Some days ago a packed python-daemon from here[1]. But I was surprised today when received an update notice pointing to this[2] URL. Now the question is: What package names should I assume for both?
[1]: http://pypi.python.org/pypi/daemon [2]: http://pypi.python.org/pypi/python-daemon My script is a bit dumb and always prepends python- to the name.
So use whatever is the right one for your RPM.
But if we need to provide both in OBS?
I think the rpm package name is only a minor issue (name one of them e.g. python-daemon-alt), the main problem is that you can't install these python modules at the same time, also if a script says 'import daemon' it's not clear which module it wants to use. Michal -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (4)
-
aledr
-
Marcus Meissner
-
Michal Marek
-
Scott Bahling