[opensuse-packaging] d:l:p : drop-in replacement for python-gmp
Hello everyone, I wan't to add a package in d:l:p, python-gmp2 which is maintained, and provides more functions like support for MPFR but a drop-in replacement for python-gmp as it provides same libraries name/function. My idea is to upload package and remove python-gmp. Doesit would pose problem to someone ? Regards. Benjamin -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
If it's truly a drop-in replacement you're .spec should include a "provides: python-gmp" so existing packages which require: python-gmp will pick it up. -- Later, Darin On Tue, Dec 10, 2013 at 8:08 PM, denisart benjamin2 <p.drouand@gmail.com> wrote:
Hello everyone,
I wan't to add a package in d:l:p, python-gmp2 which is maintained, and provides more functions like support for MPFR but a drop-in replacement for python-gmp as it provides same libraries name/function.
My idea is to upload package and remove python-gmp. Doesit would pose problem to someone ?
Regards. Benjamin -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Le 11/12/2013 02:48, Darin Perusich a écrit :
If it's truly a drop-in replacement you're .spec should include a "provides: python-gmp" so existing packages which require: python-gmp will pick it up. -- Later, Darin
On Tue, Dec 10, 2013 at 8:08 PM, denisart benjamin2 <p.drouand@gmail.com> wrote:
Hello everyone,
I wan't to add a package in d:l:p, python-gmp2 which is maintained, and provides more functions like support for MPFR but a drop-in replacement for python-gmp as it provides same libraries name/function.
My idea is to upload package and remove python-gmp. Doesit would pose problem to someone ?
Regards. Benjamin -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Don't worry it's already done but thanks :)
Regards. Benjamin -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tue, Dec 10, 2013 at 08:48:04PM -0500, Darin Perusich wrote:
If it's truly a drop-in replacement you're .spec should include a "provides: python-gmp" so existing packages which require: python-gmp will pick it up.
Note that a unversioned Provides of another package name is generally considered evil, as it kills versioned requires. (It would be much nicer if python packages would autogenerate "module" dependencies like with perl or ruby, so that other packages could require module names instead of a package names.) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Le 11/12/2013 11:32, Michael Schroeder a écrit :
On Tue, Dec 10, 2013 at 08:48:04PM -0500, Darin Perusich wrote:
If it's truly a drop-in replacement you're .spec should include a "provides: python-gmp" so existing packages which require: python-gmp will pick it up. Note that a unversioned Provides of another package name is generally considered evil, as it kills versioned requires.
(It would be much nicer if python packages would autogenerate "module" dependencies like with perl or ruby, so that other packages could require module names instead of a package names.)
Cheers, Michael.
Unfortunately, it's not the case :-( . Maybe later I hope. Thanks for every answers. Regards. Benjamin -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Darin Perusich
-
denisart benjamin2
-
Michael Schroeder