[aur-general] Packages depends on either python 2 or 3

2012-10-16 Thread Felix Yan
Hi all, I have written a tool [1] in python and packaged it in AUR [2], now I have the following problem: 1) The tool is written compatible with python 2.7 and 3.x, so I'd like to depends on something like (python=2.7), but the package python2 does not provides python=$pkgver. So what should the

Re: [aur-general] Packages depends on either python 2 or 3

2012-10-16 Thread Evangelos Foutras
On Wed, Oct 17, 2012 at 4:01 AM, Felix Yan felixonm...@gmail.com wrote: Hi all, I have written a tool [1] in python and packaged it in AUR [2], now I have the following problem: 1) The tool is written compatible with python 2.7 and 3.x, so I'd like to depends on something like (python=2.7),