diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-December/020780.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-December/020780.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020780.html b/zarb-ml/mageia-dev/2012-December/020780.html new file mode 100644 index 000000000..99accb494 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020780.html @@ -0,0 +1,107 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Python packaging policy + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Python%20packaging%20policy&In-Reply-To=%3C50CA3C11.2080507%40rhul.ac.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="020777.html"> + <LINK REL="Next" HREF="020778.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Python packaging policy</H1> + <B>Pierre-Malo Deniélou</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Python%20packaging%20policy&In-Reply-To=%3C50CA3C11.2080507%40rhul.ac.uk%3E" + TITLE="[Mageia-dev] Python packaging policy">pierre-malo.denielou at rhul.ac.uk + </A><BR> + <I>Thu Dec 13 21:35:29 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="020777.html">[Mageia-dev] Python packaging policy +</A></li> + <LI>Next message: <A HREF="020778.html">[Mageia-dev] service dm restart go on tty3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20780">[ date ]</a> + <a href="thread.html#20780">[ thread ]</a> + <a href="subject.html#20780">[ subject ]</a> + <a href="author.html#20780">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 13/12/12 06:53, Joseph Wang wrote: +><i> Looking over this page: +</I>><i> +</I>><i> <A HREF="https://wiki.mageia.org/en/Python_policy">https://wiki.mageia.org/en/Python_policy</A> +</I> > +><i> * I'd like to add a rule (which is followed by current packages) that +</I>><i> the prefix "py" should +</I>><i> generally be removed from a package name. For example pyopencl should be called +</I>><i> python-opencl. This is the current convention for packages in mageia. +</I> +I think it's too strong. There will necessarily be exceptions, like pypes. + +For the package names, I can give you my experience as ocaml packager. +Our policy is roughly the same as for python: +- executables keep their upstream names (ex. js_of_ocaml, camlp5, ...) +- libraries take the 'ocaml-' prefix followed by the upstream name as +much as possible (since these upstream names are known). It leads to +packages like ocaml-ocamlgraph or ocaml-ocamlnet since ocamlgraph and +ocamlnet are well-known libs in the community. However when the library +is just a wrapper for a well-known C library, we drop extra ocaml +prefixes or suffixes (ex: upstream sqlite3-ocaml becomes ocaml-sqlite3). + +So overall, no policy should be too strict: the need for uniformity +should not make it too hard for users! + +><i> * Also for grouping. I'd like to add a rule that Development/Python +</I>><i> is intended for packages +</I>><i> which provide general development libraries for python, and if the +</I>><i> library fits into an obvious +</I>><i> other category (i.e. python routines for cosmology calculations) those +</I>><i> should go into the +</I>><i> other category. +</I> +I don't really agree. The current group policy is the following: +- if it's an application/data -> in the corresponding group. +- if it's a library for development -> in Development/%{the language}. +- if it's a library not meant for anyone to install independently + -> in System/Libraries. +I'm not sure users would find a benefit to have python for cosmology in +the Astronomy section and python for Maths in the Maths section and so on. + +What I would encourage you to do however is to create a cosmology wiki +page that describes all the cosmology-features of Mageia. +Best, +-- +Malo +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="020777.html">[Mageia-dev] Python packaging policy +</A></li> + <LI>Next message: <A HREF="020778.html">[Mageia-dev] service dm restart go on tty3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20780">[ date ]</a> + <a href="thread.html#20780">[ thread ]</a> + <a href="subject.html#20780">[ subject ]</a> + <a href="author.html#20780">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |