python39Packages.babelfish: update meta, add import check, disable tests
This commit is contained in:
parent
be3fca0d2a
commit
4608fefb32
1 changed files with 6 additions and 0 deletions
|
@ -11,9 +11,15 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ setuptools ];
|
||||
|
||||
# no tests executed
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "babelfish" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pypi.python.org/pypi/babelfish";
|
||||
description = "A module to work with countries and languages";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue