Re: more recent version with python3 support

2016-07-14 Thread Herbert Fortes
> > I have some nitpicks :) > "usign" <-- typo > > "python" "python3" should be used with upper case "P" > > I did a debdiff between unstable and mentors, and I see many print that > aren't Python3 ready > > (not really sure if and when are used in the code) > -... print 'somefile', 'is l

Re: more recent version with python3 support

2016-07-14 Thread Gianfranco Costamagna
Hi, >https://mentors.debian.net/package/django-notification >https://mentors.debian.net/debian/pool/main/d/django-notification/django-notification_1.2.0-1.dsc I have some nitpicks :) "usign" <-- typo "python" "python3" should be used with upper case "P" I did a debdiff between unstable and me

Re: more recent version with python3 support

2016-07-14 Thread Herbert Fortes
Hi, > BTW I see it in deferred/1, but you didn't push on git... :) > if you want to do it, I can see the changes (not that I'm a powerful > Python man, but I like to learn from other folks ;) ) > Good. I just did the upload to mentors: https://mentors.debian.net/package/django-notification http

Re: more recent version with python3 support

2016-07-13 Thread Gianfranco Costamagna
Hi Herbert >Hey, thanks for spent some time with the package! thanks for updating it :) >But I am working on 1.2.0. I belive you got the last >version from git repository, 0.1.5. yeah, sure! BTW I see it in deferred/1, but you didn't push on git... :) if you want to do it, I can see the chan

Re: more recent version with python3 support

2016-07-13 Thread Herbert Fortes
Hi Gianfranco, > TLTR, Tiago seems to be *completely* correct here, you didn't state the > package name, > so you might want to try to grasp a solution before reading this email. > > But *please* read it eventually, because the Python3 package is probably > broken > > > > I have packaged a Py

Re: more recent version with python3 support

2016-07-13 Thread Herbert Fortes
Hi Tiago, > On 12 July 2016 at 16:46, Herbert Fortes wrote: > > This new version has support for python3, as > > said in setup.py, so I created debian/*.install > > files and edited debian/control and debian/rules. > > What are the contents of "debian/*.install" files? > > I have packaged a Py

Re: more recent version with python3 support

2016-07-13 Thread Gianfranco Costamagna
Hi! TLTR, Tiago seems to be *completely* correct here, you didn't state the package name, so you might want to try to grasp a solution before reading this email. But *please* read it eventually, because the Python3 package is probably broken >I have packaged a Python library which has support

Re: more recent version with python3 support

2016-07-12 Thread Tiago Ilieve
Hi Herbert, On 12 July 2016 at 16:46, Herbert Fortes wrote: > This new version has support for python3, as > said in setup.py, so I created debian/*.install > files and edited debian/control and debian/rules. What are the contents of "debian/*.install" files? I have packaged a Python library wh

Re: more recent version with python3 support

2016-07-12 Thread Herbert Fortes
Hi people, I am doing a QA (do not need a sponsor) and packaging a more recent version of the app. This new version has support for python3, as said in setup.py, so I created debian/*.install files and edited debian/control and debian/rules. cat debian/rules: #!/usr/bin/make -f %: dh $