nixpkgs/pkgs/development
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
..
arduino
compilers haskell-idris: update to version 0.9.11.2 2014-02-13 10:57:43 +01:00
eclipse ecj: Add a setup hook that makes Ant use ECJ automatically 2014-01-06 14:36:15 +01:00
guile-modules
interpreters python3.3: 3.3.3 -> 3.3.4 2014-02-20 00:44:51 +01:00
libraries opencolorio: update from 1.0.8 to 1.0.9 2014-02-19 22:49:07 +01:00
lisp-modules preferLocalBuild: set to true for wrappers and fetchers 2014-02-10 21:04:17 +01:00
misc fixup previous commit: do the change to attribute 2014-01-31 18:51:10 +01:00
mobile titaniumsdk: Add 3.2 SDK option 2014-02-18 16:34:34 +01:00
ocaml-modules Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
perl-modules perl.Finance::Quote 1.19 (close #1759) 2014-02-16 18:06:07 +01:00
python-modules Refactor buildPythonPackage to modularize building process. 2014-02-20 01:19:15 +01:00
qtcreator
r-modules/generic
ruby-modules
tools haskell-cabal2nix: update to version 1.60 2014-02-19 16:07:35 +01:00
web nodejs: fix the patch to make it build on darwin 2014-02-04 18:03:21 +01:00