9 buildPythonPackage rec {
14 disabled = pythonOlder "3.9";
16 src = fetchFromGitHub {
17 owner = "zeroSteiner";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-eJt0qcG0ejTQJyjOSi6Au2jH801KOMnk7f6cLbd7ADw=";
23 build-system = [ setuptools ];
28 pythonImportsCheck = [ "crcelk" ];
31 description = "Implementation of the CRC algorithm";
32 homepage = "https://github.com/zeroSteiner/crcelk";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ fab ];