[Python-modules-team] Bug#696111: python-regex: declared as incompatible with Python 3.3
Jakub Wilk
jwilk at debian.org
Sun Dec 16 20:50:29 UTC 2012
Source: python-regex
Version: 0.1.20120613-1
Severity: important
User: debian-python at lists.debian.org
Usertags: python3.3
When I rebuilt python-regex against python-defaults which had only
Python 3.3 as the supported version, the resulting python3-* binary
packages were virtually empty:
$ dpkg -c python3-regex_0.1.20120613-1_i386.deb
drwxr-xr-x root/root 0 2012-07-15 09:57 ./
drwxr-xr-x root/root 0 2012-07-15 09:57 ./usr/
drwxr-xr-x root/root 0 2012-07-15 09:57 ./usr/share/
drwxr-xr-x root/root 0 2012-07-15 09:57 ./usr/share/doc/
drwxr-xr-x root/root 0 2012-07-15 09:57 ./usr/share/doc/python3-regex/
-rw-r--r-- root/root 499 2012-06-14 18:00 ./usr/share/doc/python3-regex/changelog.Debian.gz
-rw-r--r-- root/root 2855 2012-05-16 20:41 ./usr/share/doc/python3-regex/copyright
I believe the culprit is the X3PV field:
X-Python3-Version: 3.2
Upstream appears to support Python 3.3 as well (setup.py has
"Programming Language :: Python :: 3.3"), so how about changing it to:
X-Python3-Version: >= 3.2
?
--
Jakub Wilk
More information about the Python-modules-team
mailing list