11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
21 hash = "sha256-1DeqvlHlOt781nObnPdgZo3JqjwcK8lSREXqUNoKhhU=";
24 propagatedBuildInputs = [
31 # Nearly all tests depend on a working AWS Athena instance,
32 # therefore deactivating them.
33 # https://github.com/laughingman7743/PyAthena/#testing
36 pythonImportsCheck = [
41 description = "Python DB API 2.0 (PEP 249) client for Amazon Athena";
42 homepage = "https://github.com/laughingman7743/PyAthena/";
43 license = licenses.mit;
44 maintainers = with maintainers; [ turion ];