blob: 215a2b0e6d12c967bfaa21a81b5f4a2593bf0183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!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=%3CAANLkTi%3DM%2Bqn%2Bc2pmMGbK6XNEw0-oEc%3DdewbmDSbDPh48%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002233.html">
<LINK REL="Next" HREF="002239.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Python Packaging Policy</H1>
<B>philippe makowski</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Python%20Packaging%20Policy&In-Reply-To=%3CAANLkTi%3DM%2Bqn%2Bc2pmMGbK6XNEw0-oEc%3DdewbmDSbDPh48%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Python Packaging Policy">makowski.mageia at gmail.com
</A><BR>
<I>Wed Jan 19 11:22:00 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002233.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI>Next message: <A HREF="002239.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2238">[ date ]</a>
<a href="thread.html#2238">[ thread ]</a>
<a href="subject.html#2238">[ subject ]</a>
<a href="author.html#2238">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>2011/1/19 Michael scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>>:
><i> Because that would 1) requires a patch to rpm that we do not have or
</I>><i> 2) patch all python packages to had %ghost on all *.pyc,  and do a compilation of
</I>><i> *pyc ( the 2nd part is easy, the first one is slightly harder to automate )
</I>><i> 3) do not care about file tracking, but that's unclean.
</I>><i>
</I>><i> Do not get me wrong, I think that's the way forward, but that's not applicable
</I>><i> in a few days.
</I>of course
Can we forget for a little Mandriva and talk about Mageia ?
I mean, we are before the alpha stage, so it's time to think about
what the future can be
did you read the OpenSuse policy ?
<A HREF="http://en.opensuse.org/openSUSE:Packaging_Python">http://en.opensuse.org/openSUSE:Packaging_Python</A>
of course the best solution would be be to put into the rpm only *.py,
bitcompilling them at install and trac *.pyc and *.pyo as %ghost
but it seems that neither Fedora, neither OpenSuse have problem to
package bitcompiled files
(the %fdupes OpenSuse solution seems not bad)
or can we patch distutils/command/install.py even more than OpenSuse
(<A HREF="https://build.opensuse.org/package/view_file?file=python-distutils-rpm-8.patch&package=python&project=home%3Acoolo%3Abranches%3AopenSUSE%3AFactory&srcmd5=25a3587ace933a14ae62edfc4cd927b7">https://build.opensuse.org/package/view_file?file=python-distutils-rpm-8.patch&package=python&project=home%3Acoolo%3Abranches%3AopenSUSE%3AFactory&srcmd5=25a3587ace933a14ae62edfc4cd927b7</A>)
did, to generate a rpm-compatible format that would manage %ghost ?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002233.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI>Next message: <A HREF="002239.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2238">[ date ]</a>
<a href="thread.html#2238">[ thread ]</a>
<a href="subject.html#2238">[ subject ]</a>
<a href="author.html#2238">[ 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>
|