[issue19853] Add support for Bitrig to 2.7

2015-07-27 Thread Brett Cannon

Brett Cannon added the comment:

The official requirements for OS support is outlined in 
https://www.python.org/dev/peps/pep-0011/#supporting-platforms which requires a 
core dev to step forward to maintain bitrig support as well as a buildbot 
running bitrig. Unfortunately neither has happened yet for Bitrig.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig to 2.7

2015-07-26 Thread Sevan

Sevan added the comment:

Is there any possibility this could be reconsidered, it's 2015 and Bitrig is 
still a thing under active development and the proposed patch set essentially 
adds Bitrig to the if statements where OpenBSD is already stated. This would of 
benefit for people working on 3rd party packaging systems who would also have 
to carry this patch set otherwise.

--
nosy: +venture37

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig to 2.7

2015-07-26 Thread Alex Walters

Alex Walters added the comment:

The vast majority of the patch is adding || Defined('bitrig') after 
Defined('openbsd').  I don't know if that is an argument for or against, but on 
its face, its just working around an issue of an openbsd fork not identifying 
as openbsd.

--
nosy: +tritium

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig to 2.7

2015-07-26 Thread Sevan

Sevan added the comment:

As discussed with Alex on IRC if that's the case then OpenBSD should identify 
as NetBSD  DragonFlyBSD should identify as FreeBSD ??

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig

2013-12-01 Thread Martin Natano

New submission from Martin Natano:

This patch adds support for Bitrig to 2.7.

--
components: Build
files: cpython2.7-bitrig.patch
keywords: patch
messages: 204930
nosy: Martin.Natano
priority: normal
severity: normal
status: open
title: Add support for Bitrig
versions: Python 2.7
Added file: http://bugs.python.org/file32929/cpython2.7-bitrig.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig to 2.7

2013-12-01 Thread Martin Natano

Changes by Martin Natano natanopta...@gmail.com:


--
title: Add support for Bitrig - Add support for Bitrig to 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19853] Add support for Bitrig to 2.7

2013-12-01 Thread Brett Cannon

Brett Cannon added the comment:

To prevent lesser-used OSs from being poorly serviced by Python we do not 
accept patches to add support for them. We suggest alternative OSs keep their 
own set of patches external to Python for ease of updating. We have mirrors on 
both bitbucket and github if you would like to maintain your patches on either 
site based off those mirrors.

--
nosy: +brett.cannon
resolution:  - wont fix
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19853
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com