IABSD.fr/ports/lang/python/2.7

Branch :


Log

Author Commit Date CI Message
9e7b773b 2017-02-20 11:04:27 10 years ago, we needed to build python with c++ to make sure modules with native c++ code worked fine. We no longer need to do that, and llvm errors out with the non-sensical combination of "c++ -std=c99". this fixes the python build on arm64 tested by sthen@ in an i386 bulk, thanks! OK sthen@, rpointel@ (maintainer)
371963df 2016-12-19 20:47:26 update Python to 2.7.13. ok juanfra@ shadchin@
564c6c34 2016-09-23 09:16:52 Cope with moving sqlite3 back to ports.
978e3c67 2016-08-12 09:55:28 annotate python interpreters with wxneeded; while python itself is clean there are various ports that aren't (e.g. py-cryptography and py-qt5 (QtWebKit)). obviously not a long-term "fix" but helps to keep moving forward ok jca@ sthen@ rpointel@ (MAINTAINER)
a4515812 2016-07-03 20:10:33 forgotten make update-patches, spotted by danj@. inputs and ok sthen@.
88f00042 2016-07-03 18:16:00 update Python 2.7 to 2.7.12, 3.4 to 3.4.5 and 3.5 to 3.5.2. tested in a bulk build and ok sthen@, ok danj@
1d55a231 2016-06-29 16:14:38 add is-branch to all trivial ports that exist as multiple branches.
6be80376 2016-05-24 09:57:50 Handle OpenBSD 6.x in Python 2.7 tests. Python 3.x's tests are done in a different way and don't need this. OK rpointel@
c43d5060 2016-05-11 22:43:49 fix build after OpenBSD 5.x -> 6.x transition
d9f3e296 2016-04-06 11:29:25 replace gettext module with library dependency; ok rpointel@