[data] released: numpy, matplotlib#7
Conversation
|
Looking at the code it probably calculates the python3 readiness by the count of rpms produced. (len(python2rpms) == len(python3rpms)) <=> python3ready. And rpms listed for numpy from the fedora.json: This is just wild guess and I am probably completely wrong :-) |
It looks like the [0] I'm having a hard time debugging the script without access to print and pdb Modifying the is_ported function as such: leads to 11 additional packages marked as "released", all of which actually seem to have python3 support in rawhide. |
|
Sorry! I read the issue, and then fixed offline without seeing this pull request. Now each unique RPM name is counted only once. |
numpyPicked up as released by the script now python-matplotlibThe Python 3 version does not provide equivalents for:
If these subpackages are to be dropped, it needs to be recorded manually cantorDoesn't look fully ported. dbus-pythonPicked up as released by the script now dnf-plugin-spacewalkDoesn't look fully ported. libcap-ng-pythonThe python2 version requires python3. The script thinks this is a badly ported libtdbPicked up as released by the script now pitiviStill depends on pygtk2 unboundThe bindings are ported, but the main package still drags in Python 2. |
|
If any of these are incorrect, please open individual issues/PRs. |
|
Cool, thanks for double checking :) |
Fixes #6
Both of these have provided Python 3 subpackages for a while now, I wonder why the py3query script didn't find them?