9 buildPythonPackage rec {
10 pname = "yoyo-migrations";
14 inherit pname version;
15 sha256 = "sha256-RIQIKOGgFp9UHnAtWu3KgYWtpoCH57rUhQpvxdced6Q=";
18 propagatedBuildInputs = [ setuptools sqlparse tabulate ];
20 doCheck = false; # pypi tarball does not contain tests
22 pythonImportsCheck = [ "yoyo" ];
25 description = "Database schema migration tool";
26 homepage = "https://ollycope.com/software/yoyo";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ prusnak ];