Re: python 3 and django (was: Is python-django still maintained in DPMT svn?)

2014-07-05 Thread Brian May
On 28 June 2014 20:43, Brian May b...@debian.org wrote:

 I personally will need python3-mysqldb, python3-psycopg, and python3-flup
 (or equivalent).


python3-psycopg: was replaced with  python3-psycopg2, packages are
available in wheezy and sid already. Have updated svn not to refer to the
psycopg any more, it already had psycopg2.

python-mysqldb: upstream does not support Python3, and development looks
very deadish.
http://mysql-python.sourceforge.net/

python-flup: upstream website is dead, connection times out:
http://www.saddi.com/software/flup/
Pypi indicates no releases in years, and no mention of Python 3 support:
https://pypi.python.org/pypi/flup
I see references to a slightly newer version on the upstream website, which
of course is dead:
https://github.com/pld-linux/python3-flup/blob/master/python3-flup.spec
links to
http://hg.saddi.com/flup-py3.0/archive/cc23b715b120.tar.bz2/flup-1.0.3_20120326.tar.bz2

Possibly (hopefully!) these packages are not required any more or have been
replaced by something else in Python 3, I don't know.
-- 
Brian May b...@debian.org


Re: Is python-django still maintained in DPMT svn?

2014-06-28 Thread Thomas Goirand
On 01/28/2014 10:45 PM, Luke Faraone wrote:
 I most probably did forget to push; I'll take a look later today. 
 
 Thanks for the poke, Raphaël, and thanks Barry for helping with the
 package! I've been lagging on adopting Python3 myself; it'll be great to
 have Django removed from the list of blockers for that transition. :)
 
   -- Luke

Hi there,

Is there any progress in adding Python 3 support in the Django package?

It'd be nice to not wait too long, because currently, without it to
support Python 3, there's no other way but to add django-* packages
without support for Python 3 as well, which is annoying (I'm having the
issue currently with python-django-pyscss).

Would you accept that I try to work it out?

Cheers,

Thomas Goirand (zigo)


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ae6d72.1070...@debian.org



Re: python 3 and django (was: Is python-django still maintained in DPMT svn?)

2014-06-28 Thread Thomas Goirand
On 06/28/2014 03:23 PM, Thomas Goirand wrote:
 On 01/28/2014 10:45 PM, Luke Faraone wrote:
 I most probably did forget to push; I'll take a look later today. 

 Thanks for the poke, Raphaël, and thanks Barry for helping with the
 package! I've been lagging on adopting Python3 myself; it'll be great to
 have Django removed from the list of blockers for that transition. :)

   -- Luke
 
 Hi there,
 
 Is there any progress in adding Python 3 support in the Django package?
 
 It'd be nice to not wait too long, because currently, without it to
 support Python 3, there's no other way but to add django-* packages
 without support for Python 3 as well, which is annoying (I'm having the
 issue currently with python-django-pyscss).
 
 Would you accept that I try to work it out?
 
 Cheers,
 
 Thomas Goirand (zigo)

I just saw that Brian May added some commits in the SVN to add Python3
support to it. :)

Brian, what's left to do before the upload?

BTW, I saw that you've added some Suggests: for packages which do not
exist yet in Debian (like python3-mysqldb, python3-psycopg,
python3-flup, and probably some more). Should we try to add Python 3
support to these first? Are they Python 3.4 compatible?

Cheers,

Thomas


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ae7024.1040...@debian.org



Re: python 3 and django (was: Is python-django still maintained in DPMT svn?)

2014-06-28 Thread Brian May
On 28 June 2014 17:35, Thomas Goirand z...@debian.org wrote:

 I just saw that Brian May added some commits in the SVN to add Python3
 support to it. :)

 Brian, what's left to do before the upload?


See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736878

Basically everything is done, except I uploaded to DELAYED/10 - I have been
told I have should have made a normal non-delayed upload, it will be
delayed in NEW anyway. Not yet had a chance to fix this. If it is possible
for somebody else to alter the position first, please do so.


BTW, I saw that you've added some Suggests: for packages which do not
 exist yet in Debian (like python3-mysqldb, python3-psycopg,
 python3-flup, and probably some more). Should we try to add Python 3
 support to these first? Are they Python 3.4 compatible?


I basically copied and edited the entries for the Python2 version :-)

I personally will need python3-mysqldb, python3-psycopg, and python3-flup
(or equivalent).

django-south will be included in Django 1.7, and as such will have Python 3
support. They have just released 1.7RC1, so it should be too much longer
before 1.7 is released.
-- 
Brian May b...@debian.org


Re: Is python-django still maintained in DPMT svn?

2014-06-28 Thread Brian May
On 28 June 2014 17:23, Thomas Goirand z...@debian.org wrote:

 Is there any progress in adding Python 3 support in the Django package?


See  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736878

Also see other thread on debian-python, I just replied there.

In short, yes.

It'd be nice to not wait too long, because currently, without it to
 support Python 3, there's no other way but to add django-* packages
 without support for Python 3 as well, which is annoying (I'm having the
 issue currently with python-django-pyscss).


Yes, that should be possible when this package gets in. Have had similar
concerns myself.
-- 
Brian May br...@microcomaustralia.com.au


Re: python 3 and django (was: Is python-django still maintained in DPMT svn?)

2014-06-28 Thread Brian May
On 28 June 2014 20:43, Brian May b...@debian.org wrote:

 django-south will be included in Django 1.7, and as such will have Python
 3 support. They have just released 1.7RC1, so it should be too much longer
 before 1.7 is released.


Obviously I meant to say should not be too much longer.

I was told that django-south should sort of work with Python 3, but
probably not much point packaging a python3-django-south.

http://south.aeracode.org/ticket/1210
-- 
Brian May b...@debian.org


Is python-django still maintained in DPMT svn?

2014-01-28 Thread Barry Warsaw
I ask because:

% rmadison python-django | grep sid
 python-django | 1.6.1-1| sid   | source, all

% debcheckout -a --source=never python-django
...

% grep -i svn debian/control 
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django/trunk/

% head debian/changelog 
python-django (1.5.3-1) unstable; urgency=high

% apt-get source python-django
...

% head debian/changelog 
python-django (1.6.1-1) unstable; urgency=medium

As the package is supposed to be team maintained, I'm wondering *where* it's
maintained.  I have some patches to fix build failures against Sphinx 1.2.1.

Cheers,
-Barry

PS. I suppose I should add myself to Uploaders?


signature.asc
Description: PGP signature


Re: Is python-django still maintained in DPMT svn?

2014-01-28 Thread Raphael Hertzog
Hi Barry,

On Tue, 28 Jan 2014, Barry Warsaw wrote:
 As the package is supposed to be team maintained, I'm wondering *where* it's
 maintained.  I have some patches to fix build failures against Sphinx 1.2.1.

Good question. Luke, are you using git-svn and you forgot to push or
something?

 PS. I suppose I should add myself to Uploaders?

Not required if you don't intend to work regularly on it. Just put Team
upload in the changelog and lintian will be happy.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


-- 
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/20140128131627.gc15...@x230-buxy.home.ouaza.com



Re: Is python-django still maintained in DPMT svn?

2014-01-28 Thread Barry Warsaw
Hi Raphaël,

On Jan 28, 2014, at 02:16 PM, Raphael Hertzog wrote:

Hi Barry,
 As the package is supposed to be team maintained, I'm wondering *where* it's
 maintained.  I have some patches to fix build failures against Sphinx 1.2.1.

Good question. Luke, are you using git-svn and you forgot to push or
something?

Let me know; if not I can just update svn by slamming `apt-get source`s
debian/ over the svn version.

 PS. I suppose I should add myself to Uploaders?

Not required if you don't intend to work regularly on it. Just put Team
upload in the changelog and lintian will be happy.

Cool.  I may also take a look at #736878 (Python 3 support).

-Barry


signature.asc
Description: PGP signature


Re: Is python-django still maintained in DPMT svn?

2014-01-28 Thread Luke Faraone
I most probably did forget to push; I'll take a look later today.

Thanks for the poke, Raphaël, and thanks Barry for helping with the
package! I've been lagging on adopting Python3 myself; it'll be great to
have Django removed from the list of blockers for that transition. :)

  -- Luke
On 28 Jan 2014 09:03, Barry Warsaw ba...@debian.org wrote:

 Hi Raphaël,

 On Jan 28, 2014, at 02:16 PM, Raphael Hertzog wrote:

 Hi Barry,
  As the package is supposed to be team maintained, I'm wondering *where*
 it's
  maintained.  I have some patches to fix build failures against Sphinx
 1.2.1.
 
 Good question. Luke, are you using git-svn and you forgot to push or
 something?

 Let me know; if not I can just update svn by slamming `apt-get source`s
 debian/ over the svn version.

  PS. I suppose I should add myself to Uploaders?
 
 Not required if you don't intend to work regularly on it. Just put Team
 upload in the changelog and lintian will be happy.

 Cool.  I may also take a look at #736878 (Python 3 support).

 -Barry



Re: Is python-django still maintained in DPMT svn?

2014-01-28 Thread Thomas Goirand
On 01/28/2014 10:03 PM, Barry Warsaw wrote:
 Cool.  I may also take a look at #736878 (Python 3 support).

This would be much much much appreciated if someone took care of that
one indeed! :)

And the sooner the better, so that reverse dependencies we maintain can
also support Python 3.

Cheers,

Thomas


-- 
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/52e7f7a2.8090...@debian.org