nixpkgs/pkgs
Domen Kožar bf5d6fb9b1 Refactor buildPythonPackage to modularize building process.
Before we used `easy_install` command to handle installation
in one shot, now this is split into two phases:

 - buildPhase: python setup.py build
 - installPhase: python setup.py install

Each of those commands have the ability to pass extra
parameters through buildPythonPackage parameters as
`setupPyInstallFlags` and `setupPyBuildFlags`.

Phases now correctly execute post/pre hooks.

In configurePhase we inject setuptools dependency before distutils
is imported to apply monkeypatching by setuptools that is needed
for special features to apply.

We don't have to reorder default phases anymore, as test
phase comes after build and that works.

I rewrote offineDistutils into distutils-cfg with a bit cleaner
syntax and ability to specify extraCfg to the config file.

Plone packages are failing and garbas said he will adopt them to
the new functions. The rest of the packages I fixed and these commits
shouldn't break any package (according to my testings) and they introduce
16 new jobs and fix 38 that were broken before.
2014-02-20 01:19:15 +01:00
..
applications virtualbox: 4.2.18 -> 4.2.22 2014-02-19 23:58:53 +01:00
build-support fetchurl: Ensure that ‘urls’ is a list 2014-02-19 13:58:42 +01:00
data manpages: Update from 3.54 -> 3.60. 2014-02-18 20:23:59 +00:00
desktops add gnome3.vino 2014-02-19 16:38:41 +01:00
development Refactor buildPythonPackage to modularize building process. 2014-02-20 01:19:15 +01:00
games springlobby: add unitsync patch 2014-02-10 14:21:42 +01:00
misc wineUnstable: update from 1.7.11 to 1.7.12 2014-02-14 21:16:22 +02:00
os-specific grsecurity updates. 2014-02-17 07:27:51 -06:00
servers Revert "upgrade video-intel stack to 2.99.906" 2014-02-19 12:37:49 +01:00
shells fish: Fix propagatedBuildInputs and other assorted changes 2014-02-15 12:17:06 +01:00
stdenv Turn the coverage analysis stdenv adapters into setup hooks 2014-02-05 19:18:33 +01:00
test
tools speedtest_cli: update from 0.2.4 to 0.2.5 2014-02-20 00:23:05 +01:00
top-level Refactor buildPythonPackage to modularize building process. 2014-02-20 01:19:15 +01:00