10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-BjjC8pvvQfnvaExhei+F4a2eryHiRbI527BZFLpJk2w=";
30 # Not running tests as aiomysql is missing support for pymysql>=0.9.3
33 pythonImportsCheck = [
38 description = "Python module to interact with MySQL/mariaDB";
39 homepage = "https://github.com/long2ice/asyncmy";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ fab ];