13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-XFa1ItFqkSYE940p/imWFp5e9gS6n+D1uM6Cj+Vzmmg=";
27 nativeBuildInputs = [ setuptools ];
36 pythonImportsCheck = [ "fasteners" ];
38 pytestFlagsArray = [ "tests/" ];
41 description = "Module that provides useful locks";
42 homepage = "https://github.com/harlowja/fasteners";
43 changelog = "https://github.com/harlowja/fasteners/releases/tag/${version}";
44 license = licenses.asl20;