10 buildPythonPackage rec {
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-rWR2MtTLhqqvgdqEyevg/i8ZHM3OU1bJb27JkBx1J3w=";
24 nativeBuildInputs = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 description = "Python software implementation and hardware API of CRC32C checksum algorithm";
30 homepage = "https://github.com/ICRAR/crc32c";
31 license = lib.licenses.lgpl21;
32 maintainers = with lib.maintainers; [ bcdarwin ];