Re: looking for sponsor for plip package

2015-06-19 Thread Olivier Sallou
On 06/19/2015 02:54 PM, Alex Mestiashvili wrote:
 Dear Debian Med folks,

 I am looking for review and sponsorship for the
 package plip - fully automated protein-ligand interaction profiler.

  http://anonscm.debian.org/cgit/debian-med/plip.git

Hi,
Python team asks that new packages are Python 2 AND 3 compatible.

So code should be compatible and package built with python2 and python3
helpers.

Olivier


 Thank you,
 Alex



-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5584168e.9020...@irisa.fr



Re: looking for sponsor for plip package

2015-06-19 Thread Alex Mestiashvili

On 06/19/2015 03:18 PM, Olivier Sallou wrote:

On 06/19/2015 02:54 PM, Alex Mestiashvili wrote:

Dear Debian Med folks,

I am looking for review and sponsorship for the
package plip - fully automated protein-ligand interaction profiler.

  http://anonscm.debian.org/cgit/debian-med/plip.git

Hi,
Python team asks that new packages are Python 2 AND 3 compatible.

So code should be compatible and package built with python2 and python3
helpers.

Olivier

Hi Oliver,

I'll check if I can make it python3 compatible.
Btw, do you know how can I name a python3 package if the name is not 
prefixed with 'python-' ?
Like if it would be python-plip, I would name it python3-plip in the 
d/control.

What would be the way to do it for 'plip'? plip3 ?

Thank you,
Alex





--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55841f2c.1020...@biotec.tu-dresden.de



Re: looking for sponsor for plip package

2015-06-19 Thread Olivier Sallou


On 06/19/2015 03:54 PM, Alex Mestiashvili wrote:
 On 06/19/2015 03:18 PM, Olivier Sallou wrote:
 On 06/19/2015 02:54 PM, Alex Mestiashvili wrote:
 Dear Debian Med folks,

 I am looking for review and sponsorship for the
 package plip - fully automated protein-ligand interaction profiler.

   http://anonscm.debian.org/cgit/debian-med/plip.git
 Hi,
 Python team asks that new packages are Python 2 AND 3 compatible.

 So code should be compatible and package built with python2 and python3
 helpers.

 Olivier
 Hi Oliver,

 I'll check if I can make it python3 compatible.
you can try to use futurize to be python 2 and 3 compatible (expecting
that your dependencies are compatible for both too...)
 Btw, do you know how can I name a python3 package if the name is not
 prefixed with 'python-' ?
 Like if it would be python-plip, I would name it python3-plip in the
 d/control.
 What would be the way to do it for 'plip'? plip3 ?

 Thank you,
 Alex






-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55842077.6060...@irisa.fr



Re: looking for sponsor for plip package

2015-06-19 Thread Olivier Sallou


On 06/19/2015 03:54 PM, Alex Mestiashvili wrote:
 On 06/19/2015 03:18 PM, Olivier Sallou wrote:
 On 06/19/2015 02:54 PM, Alex Mestiashvili wrote:
 Dear Debian Med folks,

 I am looking for review and sponsorship for the
 package plip - fully automated protein-ligand interaction profiler.

   http://anonscm.debian.org/cgit/debian-med/plip.git
 Hi,
 Python team asks that new packages are Python 2 AND 3 compatible.

 So code should be compatible and package built with python2 and python3
 helpers.

 Olivier
 Hi Oliver,

 I'll check if I can make it python3 compatible.
 Btw, do you know how can I name a python3 package if the name is not
 prefixed with 'python-' ?
 Like if it would be python-plip, I would name it python3-plip in the
 d/control.
 What would be the way to do it for 'plip'? plip3 ?
for libraries, packages are python prefixed, so this is not an issue.
For binaries, good question... I think this should be forwarded to
Python team.

 Thank you,
 Alex






-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55842052.7060...@irisa.fr



Re: looking for sponsor for plip package

2015-06-19 Thread Alex Mestiashvili

On 06/19/2015 04:00 PM, Olivier Sallou wrote:


On 06/19/2015 03:54 PM, Alex Mestiashvili wrote:

On 06/19/2015 03:18 PM, Olivier Sallou wrote:

On 06/19/2015 02:54 PM, Alex Mestiashvili wrote:

Dear Debian Med folks,

I am looking for review and sponsorship for the
package plip - fully automated protein-ligand interaction profiler.

   http://anonscm.debian.org/cgit/debian-med/plip.git

Hi,
Python team asks that new packages are Python 2 AND 3 compatible.

So code should be compatible and package built with python2 and python3
helpers.

Olivier

Hi Oliver,

I'll check if I can make it python3 compatible.

you can try to use futurize to be python 2 and 3 compatible (expecting
that your dependencies are compatible for both too...)



That is interesting, thank you.

I am afraid that plip won't work with python3 because one of the
main dependency - pymol is python2 only. ( updated the repository right 
now )


Best regards,
Alex



--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/558424af.8030...@biotec.tu-dresden.de



looking for sponsor for plip package

2015-06-19 Thread Alex Mestiashvili

Dear Debian Med folks,

I am looking for review and sponsorship for the
package plip - fully automated protein-ligand interaction profiler.

 http://anonscm.debian.org/cgit/debian-med/plip.git


Thank you,
Alex


--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/558410ea.1020...@biotec.tu-dresden.de