Re: git-buildpackage python3, python3.4: not found

2014-05-01 Thread Daniel James
Hi Alex, >> Maybe Alex is not using an autobuilder so needs to install python3-all >> manually on the build machine? I'm glad to hear your package build is now working :-) > Not sure what autobuilder is , but I use a minimal base system and > recently have updated it. I meant any system which w

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Alex Mestiashvili
Hi Stuart, On 05/01/2014 01:58 AM, Stuart Prescott wrote: Hi Alex, $git-buildpackage --git-pbuilder --git-arch=amd64 dh clean --with python2,python3 --buildsystem=pybuild dh_testdir -O--buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild I: pybuild base:170: python2.7 setup.py

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Stuart Prescott
Hi Alex, > $git-buildpackage --git-pbuilder --git-arch=amd64 > dh clean --with python2,python3 --buildsystem=pybuild > dh_testdir -O--buildsystem=pybuild > dh_auto_clean -O--buildsystem=pybuild > I: pybuild base:170: python2.7 setup.py clean > running clean > removing > '/home/toor/debian-

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Alex Mestiashvili
On 04/30/2014 07:01 PM, Daniel James wrote: Maybe Alex is not using an autobuilder so needs to install python3-all manually on the build machine? Cheers! Daniel Not sure what autobuilder is , but I use a minimal base system and recently have updated it. Regards, Alex -- To UNSUBSCRIBE,

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Alex Mestiashvili
Hi Daniel, On 04/30/2014 06:49 PM, Daniel James wrote: Hi Alex, My mistake, sid has python3.4 3.4.0+20140425-1 but you would not get that by installing python3, you would have to explicitly install python3.4. As python3 deps are unversioned it should take a python3 which is available. I pers

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Jakub Wilk
* Daniel Lintott , 2014-04-30, 17:49: My mistake, sid has python3.4 3.4.0+20140425-1 but you would not get that by installing python3, you would have to explicitly install python3.4. Although if I've read his control file correct the dependency on python3-all should pull in 3.3 and 3.4? Wel

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Daniel James
Hi Daniel, hi Alex, >> sid has python3.4 3.4.0+20140425-1 but you would not get that by >> installing python3, you would have to explicitly install >> python3.4. > > Although if I've read his control file correct the dependency on > python3-all should pull in 3.3 and 3.4? Good point, I missed t

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Daniel James
Hi Alex, > My mistake, sid has python3.4 3.4.0+20140425-1 but you would not get > that by installing python3, you would have to explicitly install python3.4. Your control file has: Build-Depends: python3, python3-all, python3-setuptools, X-Python3-Version: >= 3.4 I don't think these lin

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Daniel Lintott
And this time send it to the groups On 30 April 2014 17:37:56 BST, Daniel James wrote: >Hi Alex, >> I looked on some other python3 packages and for example I get a >similar >> result for python-dnsq package > >My mistake, sid has python3.4 3.4.0+20140425-1 but you would not get >that by inst

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Daniel James
Hi Alex, > I looked on some other python3 packages and for example I get a similar > result for python-dnsq package My mistake, sid has python3.4 3.4.0+20140425-1 but you would not get that by installing python3, you would have to explicitly install python3.4. Sorry for the noise! Daniel -- T

Re: git-buildpackage python3, python3.4: not found

2014-04-30 Thread Daniel James
Hi Alex, > I looked on some other python3 packages and for example I get a similar > result for python-dnsq package Are you building on sid? Seems like you would need to build on experimental to get python3.4: https://packages.debian.org/sid/python3 has 3.3.4-1 https://packages.debian.org/exper

git-buildpackage python3, python3.4: not found

2014-04-30 Thread Alex Mestiashvili
Hello, I use git-buildpackage to build packages and so far everything worked fine. I started packaging python-multipletau [0] and added python3 stanza to the control file and in general followed https://wiki.debian.org/Python/LibraryStyleGuide However when I try to build the package with pyt