19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
26 src = fetchFromGitHub {
29 rev = "refs/tags/v${version}";
30 hash = "sha256-rd/yQH3sbZqQAQ1AN44vChe30GMJuIlZj3Ccfv1m3lU=";
33 propagatedBuildInputs = [
50 # requires running mysql and postgres instances; see docker-compose.yml
53 pythonImportsCheck = [
59 description = "Use dplyr-like syntax with pandas and SQL";
60 homepage = "https://siuba.org";
61 changelog = "https://github.com/machow/siuba/releases/tag/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ bcdarwin ];