16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-PqIrXLsdi4jAE7K5WUFuTdRPs29GLUefNQlU6hzrLWI=";
32 propagatedBuildInputs = [
39 passthru.optional-dependencies = {
54 # Nearly all tests depend on a working AWS Athena instance,
55 # therefore deactivating them.
56 # https://github.com/laughingman7743/PyAthena/#testing
59 pythonImportsCheck = [
64 description = "Python DB API 2.0 (PEP 249) client for Amazon Athena";
65 homepage = "https://github.com/laughingman7743/PyAthena/";
66 changelog = "https://github.com/laughingman7743/PyAthena/releases/tag/v${version}";
67 license = licenses.mit;
68 maintainers = with maintainers; [ turion ];