22 buildPythonPackage rec {
24 version = "0.1.1617247075";
27 src = fetchFromGitHub {
30 # no tags on github, version patch number is unix time.
31 rev = "eaaeec4158ffa139fba1ec30d7887f4d836f4120";
32 hash = "sha256-lipgnkqrzjzqwbhtVcWDQypBNzq6Dct/qoM8y/FNiNs=";
39 propagatedBuildInputs =
48 setuptools # needed for 'pkg_resources'
50 ++ lib.optional isPy27 pathlib;
65 export PGUSER="nixbld";
68 # These all fail with "List argument must consist only of tuples or dictionaries":
69 # Related issue: https://github.com/djrobstep/sqlbag/issues/14
72 "test_errors_and_messages"
73 "test_flask_integration"
75 "test_pendulum_for_time_types"
76 "test_transaction_separation"
85 pythonImportsCheck = [
90 description = "Handy python code for doing database things";
91 homepage = "https://github.com/djrobstep/sqlbag";
92 license = with licenses; [ unlicense ];
93 maintainers = with maintainers; [ soispha ];