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: python-wheel backport to Wheezy

2014-07-13 Thread Scott Kitterman
On July 14, 2014 1:35:51 AM EDT, Thomas Goirand wrote: >On 07/13/2014 07:08 PM, Scott Kitterman wrote: >> On July 13, 2014 6:00:58 AM EDT, Thomas Goirand >wrote: >>> Hi, >>> >>> There's more and more packages in Sid which requires python-wheel. I >>> was >>> wondering if it was possible to do a b

Re: python-wheel backport to Wheezy

2014-07-13 Thread Thomas Goirand
On 07/13/2014 07:08 PM, Scott Kitterman wrote: > On July 13, 2014 6:00:58 AM EDT, Thomas Goirand wrote: >> Hi, >> >> There's more and more packages in Sid which requires python-wheel. I >> was >> wondering if it was possible to do a backport of it. It seems very >> likely, because the setup.py is

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

python3 celery

2014-07-13 Thread Brian May
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, not the Python team. e.g. celery itself build-depends on: sbuild-build-de

Re: python-wheel backport to Wheezy

2014-07-13 Thread Barry Warsaw
On Jul 13, 2014, at 07:08 AM, Scott Kitterman wrote: >What packages are there that need it? That's my question too. There isn't much even in jessie that should *require* .whl files, and we've clearly outlined the acceptable use cases in Python Policy. They are tightly constrained to those that

Re: python-vertica package

2014-07-13 Thread Jean Baptiste Favre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello Vincent, My Alioth ID is jbfavre-guest. I hereby ask to join the DPMT, even if I'll have to learn SVN :) About your advices: 1. ITP has number #754703 2. source package has been renamed to python-vertica 3. debian/copyright has been updated 4

Re: python-vertica package

2014-07-13 Thread Vincent Bernat
❦ 13 juillet 2014 13:28 +0200, Jean Baptiste Favre  : > I packaged python-vertica module available here: > https://github.com/uber/vertica-python > > Packaging work is available here: > https://github.com/jbfavre/python-vertica > > I would like to get it integrated into Debian. > I already have a

python-vertica package

2014-07-13 Thread Jean Baptiste Favre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, I packaged python-vertica module available here: https://github.com/uber/vertica-python Packaging work is available here: https://github.com/jbfavre/python-vertica I would like to get it integrated into Debian. I already have an Alioth accou

Re: python-wheel backport to Wheezy

2014-07-13 Thread Scott Kitterman
On July 13, 2014 6:00:58 AM EDT, Thomas Goirand wrote: >Hi, > >There's more and more packages in Sid which requires python-wheel. I >was >wondering if it was possible to do a backport of it. It seems very >likely, because the setup.py is handling old stuff like Python prior >2.7. Many backports wh

python-wheel backport to Wheezy

2014-07-13 Thread Thomas Goirand
Hi, There's more and more packages in Sid which requires python-wheel. I was wondering if it was possible to do a backport of it. It seems very likely, because the setup.py is handling old stuff like Python prior 2.7. Many backports which used to be trivial aren't anymore because of this. Current