8 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-CkLLZuWcNL8sqAupc7lHXu0DXUXrX3qwd1g/ekyHdw4=";
24 propagatedBuildInputs = [
28 # this has a circular dependency on quantiphy
30 sed -i '/quantiphy/d' pyproject.toml
33 # this import check will fail as quantiphy is imported by this package
34 # pythonImportsCheck = [ "rkm_codes" ];
36 # tests require quantiphy import
40 description = "QuantiPhy support for RKM codes";
41 homepage = "https://github.com/kenkundert/rkm_codes/";
42 license = licenses.gpl3Plus;
43 maintainers = with maintainers; [ jpetrucciani ];