Re: [aur-general] Python Dependancy Issue

2014-06-23 Thread Johannes Löthberg
On 23/06, Storm Dragon wrote: Hi, Sometimes this python stuff is confusing. I built the python-click package by hand after removing the python3 options. It built and installed and not p isn't complaining about click any more. So, I guess I'm just not requesting the right package be installed or

Re: [aur-general] Python Dependancy Issue

2014-06-22 Thread Storm Dragon
Hi, Sometimes this python stuff is confusing. I built the python-click package by hand after removing the python3 options. It built and installed and not p isn't complaining about click any more. So, I guess I'm just not requesting the right package be installed or something. In the PKGBUILD fo

Re: [aur-general] Python Dependancy Issue

2014-06-22 Thread Doug Newgard
On 2014-06-22 23:59, Storm Dragon wrote: Hi, Pypump is supposed to support python2.7 on up with just the one package. Thanks Storm With the same source, yes, not with the same package. It doesn't work that way. Just take a look at he files in the package. Doug

Re: [aur-general] Python Dependancy Issue

2014-06-22 Thread Storm Dragon
Hi, Pypump is supposed to support python2.7 on up with just the one package. Thanks Storm On Mon, Jun 23, 2014 at 04:50:53PM +1200, David Phillips wrote: At a glance, pypump-git is a Python 3 package, not Python 2. python2-click is for python 2. Go figure. On 23/06/2014, Storm Dragon wrote: Hi

Re: [aur-general] Python Dependancy Issue

2014-06-22 Thread David Phillips
At a glance, pypump-git is a Python 3 package, not Python 2. python2-click is for python 2. Go figure. On 23/06/2014, Storm Dragon wrote: > Hi, > I have the PKGBUILDs for both p-git and pypump-git. One of the dependancies > is something called click. I found python2-click and figured this would b

[aur-general] Python Dependancy Issue

2014-06-22 Thread Storm Dragon
Hi, I have the PKGBUILDs for both p-git and pypump-git. One of the dependancies is something called click. I found python2-click and figured this would be what is needed. However, when the package is installed, the name changes to just python-click. Ichanged the PKGBUILD to depend on python-cli