This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MirBSD support
Type: enhancement Stage: patch review
Components: Build Versions: Python 3.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, jcea, skrah, wiz
Priority: normal Keywords: patch

Created on 2014-05-09 09:04 by wiz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
configure.diff wiz, 2014-05-09 09:04
Messages (5)
msg218141 - (view) Author: Thomas Klausner (wiz) * Date: 2014-05-09 09:04
configure needs to know about MirBSD -- it's quite similar to OpenBSD, so that's all that's needed.
msg218149 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2014-05-09 11:03
What happens to Python 2.7?. Compilation fixes are OK to apply.

Would be wonderful to have a MirBSD buildbot in our farm...
msg218158 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-05-09 12:28
We've actually been moving away from maintaining OS support in Python itself except for major platforms. We prefer that people maintain a patch set on bitbucket, github, etc. and get the community to help support that platform.
msg218182 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2014-05-09 17:20
Brett, where is the list of "major platforms", and how to get in/out of that list? :-)
msg218202 - (view) Author: Thomas Klausner (wiz) * Date: 2014-05-09 21:57
Just a final comment:
MirBSD's official packaging system is pkgsrc, which is also the official packaging system for NetBSD. (This is the reason I'm sending these in bulk, to clean up local pkgsrc changes.)
History
Date User Action Args
2022-04-11 14:58:03adminsetgithub: 65657
2014-05-09 21:57:51wizsetmessages: + msg218202
2014-05-09 17:20:18jceasetmessages: + msg218182
2014-05-09 13:31:10brett.cannonsetstatus: open -> closed
resolution: wont fix
2014-05-09 12:28:09brett.cannonsetnosy: + brett.cannon
messages: + msg218158
2014-05-09 11:03:52jceasetnosy: + jcea
messages: + msg218149
2014-05-09 09:07:28ezio.melottisetnosy: + skrah

type: enhancement
stage: patch review
2014-05-09 09:04:55wizcreate