Merge pull request #107990 from SuperSandro2000/fixes

This commit is contained in:
Sandro
2020-12-31 06:21:25 +01:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@@ -60,11 +60,11 @@ buildPythonPackage rec {
sed -i "s|/bin/bash|${bash}/bin/bash|" ../Tests/test-*.sh
make -C ../Tests
${python.interpreter} -c "import pysvn"
runHook postCheck
'';
pythonImportCheck = [ "pysvn" ];
installPhase = ''
dest=$(toPythonPath $out)/pysvn
mkdir -p $dest
@@ -80,5 +80,4 @@ buildPythonPackage rec {
homepage = "http://pysvn.tigris.org/";
license = licenses.asl20;
};
}

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
# circular dependency on test tool uranium https://pypi.org/project/uranium/
doCheck = false;
pythonImportTests = [ "vcver" ];
pythonImportsCheck = [ "vcver" ];
meta = with lib; {
description = "Reference Implementation of vcver";