From bbb6011f2632fbf8a0641217a7d8a403451b6e8d Mon Sep 17 00:00:00 2001
From: Gabor Pali Thanks to all the reporters for the excellent work! This report
- contains 12 entries and we hope you enjoy reading it.
The deadline for submissions covering between January and March 2014 is April 7th, 2014.
@@ -661,4 +661,71 @@ Linux". + +Python is a widely used general-purpose, high-level programming + language. For many operating systems, Python is a standard + component; it ships with &os; as well. A lot of progress has + been made around the &os; Python ports in the last quarter.
+ +The devel/py-distribute port has been replaced by the + refreshed devel/py-setuptools port, which comes with a + lot of features that simplify the ways of installing Python + packages. The change also led us to install everything through + Setuptools now, which resembles a PyIP a bit and allows us to + perform some major cleanup on the distutils installation + behaviour.
+ +The implicit lang/python build and run-time dependency + was removed from the ports infrastructure. Every port now + depends on a specific Python version or on the + lang/python metaport. This prevents compatibility + issues for ports that depend on Python 2.x OR + Python 3.x exclusively, but use the python + command, which might point to a version of incompatible user + choice.
+ +The lang/python27 port was updated to version 2.7.6, + and the lang/python33 port was updated to version + 3.3.3, and the lang/pypy port was updated to version + 2.2.1
+ +We are currently working on the necessary infrastructure quirks + to support different Python versions for the same port. Most of + the work has been done and needs to be tested before it can be + integrated.
+ + +