* Generic Python builder: support preCheck and postCheck.
svn path=/nixpkgs/branches/modular-python/; revision=26602
This commit is contained in:
@@ -24,7 +24,14 @@
|
|||||||
|
|
||||||
, buildPhase ? "true"
|
, buildPhase ? "true"
|
||||||
|
|
||||||
, doCheck ? true, checkPhase ? "python setup.py test"
|
, doCheck ? true
|
||||||
|
|
||||||
|
, checkPhase ?
|
||||||
|
''
|
||||||
|
runHook preCheck
|
||||||
|
python setup.py test
|
||||||
|
runHook postCheck
|
||||||
|
''
|
||||||
|
|
||||||
, postInstall ? ""
|
, postInstall ? ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user