[csw-maintainers] Automatically excluding .pyc files
Dagobert Michelsen
dam at opencsw.org
Thu Oct 14 08:32:45 CEST 2010
Hi Maciej,
Am 14.10.2010 um 08:21 schrieb Maciej (Matchek) Blizinski:
> Each Python version requires the rebuild of all the modules. Here's a
> sketch of what packages could be named like:
>
> CSWpython (symlink only)
> CSWpython-devel (one devel package pointing at the newest Python)
> CSWpython26 (specific version of the interpreter)
> CSWpython27 (specific version of the interpreter)
> CSWpython31 (specific version of the interpreter)
> CSWlibpython2_5_1_0 (libpython for 2.5)
> CSWlibpython2_6_1_0 (libpython for 2.6)
> CSWpy26-foo (Python module for 2.6)
> CSWpy27-foo (Python module for 2.7)
> CSWpy31-foo (Python module for 3.1)
Just as a note: Perl is not much different here and we choose to not
have
a version in all modules. However, that required us to atomically
rebuild
all modules. Maybe it would be good to have a consistent strategy here?
Best regards
-- Dago
More information about the maintainers
mailing list