Loading pkgs/development/python-modules/aiomysql/default.nix +2 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pymysql, pythonOlder, setuptools, Loading @@ -12,7 +11,7 @@ buildPythonPackage rec { pname = "aiomysql"; version = "0.2.0"; version = "0.3.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -21,19 +20,9 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "aiomysql"; tag = "v${version}"; hash = "sha256-m/EgoBU3e+s3soXyYtACMDSjJfMLBOk/00qPtgawwQ8="; hash = "sha256-DBNLmroR1W/gsYtW0iGNpki6EYUq6MyHI2pCRdyapU4="; }; patches = [ # https://github.com/aio-libs/aiomysql/pull/955 (fetchpatch { name = "remove-setuptools-scm-git-archive-dependency.patch"; url = "https://github.com/aio-libs/aiomysql/commit/fee997d2e848b634a84ce0c4e9025e3b3e761640.patch"; hash = "sha256-qKcOfdDaA9DLS2fdHOEUW37aCCdtZjN0zsFV9dK/umQ="; includes = [ "pyproject.toml" ]; }) ]; nativeBuildInputs = [ setuptools setuptools-scm Loading Loading
pkgs/development/python-modules/aiomysql/default.nix +2 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pymysql, pythonOlder, setuptools, Loading @@ -12,7 +11,7 @@ buildPythonPackage rec { pname = "aiomysql"; version = "0.2.0"; version = "0.3.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -21,19 +20,9 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "aiomysql"; tag = "v${version}"; hash = "sha256-m/EgoBU3e+s3soXyYtACMDSjJfMLBOk/00qPtgawwQ8="; hash = "sha256-DBNLmroR1W/gsYtW0iGNpki6EYUq6MyHI2pCRdyapU4="; }; patches = [ # https://github.com/aio-libs/aiomysql/pull/955 (fetchpatch { name = "remove-setuptools-scm-git-archive-dependency.patch"; url = "https://github.com/aio-libs/aiomysql/commit/fee997d2e848b634a84ce0c4e9025e3b3e761640.patch"; hash = "sha256-qKcOfdDaA9DLS2fdHOEUW37aCCdtZjN0zsFV9dK/umQ="; includes = [ "pyproject.toml" ]; }) ]; nativeBuildInputs = [ setuptools setuptools-scm Loading