6 ms·
A brief look around the supervisor site indicates that they have public version control and issue tracking on their github page[0] and that they have a merged P
by finnn 9y ago
A brief look around the supervisor site indicates that they have public version control and issue tracking on their github page[0] and that they have a merged PR[1] to add python 3 testing (which appears to be passing).
[0] https://github.com/Supervisor/supervisor https://github.com/Supervisor/supervisor
[1] https://github.com/Supervisor/supervisor/pull/901 https://github.com/Supervisor/supervisor/pull/901
- piquadrat 9y agoAccording to their README[1], supervisor does not yet work correctly on Python 3 and has a list of issues [2]. [1] https://github.com/Supervisor/supervisor/blob/master/README.rst https://github.com/Supervisor/supervisor/blob/master/README.... [2] https://github.com/Supervisor/supervisor/labels/python%203 https://github.com/Supervisor/supervisor/labels/python%203
- sago 9y agoThank you. I wonder why they don't list this in their setup.py
- collinmanderson 9y agoThey do. I wonder why it's not green. https://github.com/Supervisor/supervisor/blob/master/setup.py#L59-L64 https://github.com/Supervisor/supervisor/blob/master/setup.p...
- collinmanderson 9y agoOhh, they just haven't released it to pypi yet.
- sago 9y agoI meant the repo and bug tracker, which is can we listed in setup.py and is picked up by pypi.
- collinmanderson 9y agoThe repo has Python 3 listed in setup.py. Are you saying it isn't? (It's not getting picked up by pypi because they haven't made a release with the trove classifier yet.)
- sago 9y agoNo, setup.py doesn't list the repo and bug tracker, so pypi doesn't list the repo and bug tracker either.
- collinmanderson 9y agoAhh. I see. Thanks.