Re: Policy for "Specifying Supported Versions" for Python3

2010-06-19 Thread Bernd Zeimetz
On 06/18/2010 07:11 PM, Scott Kitterman wrote:
> I don't think we need a new debian/control field to achieve the separation. 
> pyversions (as of yesterday's upload) ignores any python3 versions it gets 
> and py3versions ignores anything less than 3.

+1.

Adding more control fields just makes the mess bigger.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c1ca4bb.5000...@bzed.de



join to team request

2010-06-19 Thread Sameer Rahmani
Hi ,

i want to join to python-app team. i want to help others to maintain
debian package also i want to add the phantom (Bug#586477)
 software to python app repository .
i will be glad if give me this chance to help the team

thanks


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim5wjq4icqlwaramjafz0bxw4wdq105dhz-b...@mail.gmail.com



Re: Bug#585627: hplip: Error with hpmudext module : hp-* dont works

2010-06-19 Thread Mark Purcell
On Sunday 13 June 2010 18:37:00 Sandro Tosi wrote:
> > But that would be too much and the package would then have to be manually
> > updated every-time you upversion python.
> 
> The correct way to handle it is to set XS-P-V to ">= 2.5" (that
> declares the package only works with version 2.5 onward) or even to
> "all" (that declares the package can use any of the supported version
> of Python in Debian) and then build the package for all the supported
> versions in debian/rules.

Thanks Sandro,

I have implemented this, but it is still causing issues.

> You can call pyversions (with parameters, IIRC -s for all the
> supported versions) then loop over those versions and call "python$ver
> setup.py build" and then "install" on each of them.
> 
> Also, I suggest to use a python helper program, and the debian-python
> community suggests python-support, which is reliable and
> well-maintained.

We have pyversions and are using python-support, but still are not getting what 
we need.

If we build the hplip package with python2.5 installed, then it places the 
modules under /usr/lib/python2.5/site-packages:
http://packages.debian.org/sid/ia64/hplip/filelist

If we build the hplip package with python2.6 installed then it places the 
modules under /usr/lib/python2.6/dist-packages:
http://packages.debian.org/sid/i386/hplip/filelist


The python2.5 built packages (/usr/lib/python2.5/site-packages) do not work if 
python2.6 is installed, as it cannot locate the correct modules.. :-(

So how do I force depends to be set to ensure the correct version of python is 
installed, or how to I ensure that either version of python will look in either 
location for the modules??

Mark


signature.asc
Description: This is a digitally signed message part.