X-Python3-Version if Python 3 is unsupported?

2011-05-21 Thread Nikolaus Rath
Hello,

What should I put into X-Python3-Version for a package that does not
support Python 3? According to
http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html,
not providing that header would mean that the package is compatible with
all currently supported versions. But there doesn't seem to be a keyword
like "none" either.


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87y61zc3al@vostro.rath.org



Re: X-Python3-Version if Python 3 is unsupported?

2011-05-21 Thread Scott Kitterman
Nikolaus Rath  wrote:

>Hello,
>
>What should I put into X-Python3-Version for a package that does not
>support Python 3? According to
>http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html,
>not providing that header would mean that the package is compatible
>with
>all currently supported versions. But there doesn't seem to be a
>keyword
>like "none" either.

Don't include it then. It's only relevant if your package also depends on 
python3.

Scott K