8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.8";
15 inherit pname version;
16 hash = "sha256-5CkUax7dGYssqTSiBGplZWxdMbDsiUu9YFUSf03q/xc=";
19 pythonImportsCheck = [
24 changelog = "https://github.com/5afe/pysha3/releases/tag/v${version}";
25 description = "SHA-3 (Keccak) for Python 3.9 - 3.11";
26 homepage = "https://github.com/5afe/pysha3";
27 license = lib.licenses.psfl;
28 maintainers = with lib.maintainers; [ wegank ];