Re: python3 celery

2014-08-01 Thread Brian May
On 14 Jul 2014 22:21, "Matthias Klose" wrote: > Twisted has some support for Python3, see twisted/python/dist3.py in the > twisted 14.0 sources. I packaged a twisted-py3 building a > python3-twisted-experimental, which I didn't yet upload to Debian. For now you > can get it from https://launchpad

Re: python3 celery

2014-07-14 Thread Matthias Klose
Am 14.07.2014 08:25, schrieb Jan Dittberner: > On Mon, Jul 14, 2014 at 02:09:36PM +1000, Brian May wrote: python-pika > depends on Twisted which is Python 2 only, upstream supports Python 2 only > too. The Pika documentation has a statement "Currently pika only supports > Python 2.6 and 2.7. Work t

Re: python3 celery

2014-07-14 Thread Jan Dittberner
On Mon, Jul 14, 2014 at 02:09:36PM +1000, Brian May wrote: > Hello, > > Anybody interested in helping out with getting Celery Python3 packages into > Debian? > > There seems to be a long list of dependencies that need to be dealt with > first, > and a lot of these are maintained by individuals,

Re: python3 celery

2014-07-13 Thread Michael Fladischer
On 2014-07-14 06:32, Brian May wrote: > Then again, possibly some of these build dependencies aren't actually > required. > > Just built python3-kombu by removing > the python3-beanstalkc, python3-boto, python3-couchdb, and python3-pika > build depends. > > Wonder if I have working packages? It i

Re: python3 celery

2014-07-13 Thread Brian May
Then again, possibly some of these build dependencies aren't actually required. Just built python3-kombu by removing the python3-beanstalkc, python3-boto, python3-couchdb, and python3-pika build depends. Wonder if I have working packages? It installs ok, not sure how else to test it. See attache