12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.5";
20 inherit pname version;
21 hash = "sha256-2xmOKIerDJqgAj5WWvv/Qd+3azYfhf1eE/eA11uhjMg=";
32 propagatedBuildInputs = [
39 # upstream has no tests
42 pythonImportsCheck = [ "qudida" ];
45 description = "QUick and DIrty Domain Adaptation";
46 homepage = "https://github.com/arsenyinfo/qudida";
47 license = licenses.mit;
48 maintainers = with maintainers; [ natsukium ];