9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-CkLLZuWcNL8sqAupc7lHXu0DXUXrX3qwd1g/ekyHdw4=";
21 nativeBuildInputs = [ flit-core ];
23 propagatedBuildInputs = [ setuptools ];
25 # this has a circular dependency on quantiphy
27 sed -i '/quantiphy/d' pyproject.toml
30 # this import check will fail as quantiphy is imported by this package
31 # pythonImportsCheck = [ "rkm_codes" ];
33 # tests require quantiphy import
37 description = "QuantiPhy support for RKM codes";
38 homepage = "https://github.com/kenkundert/rkm_codes/";
39 license = licenses.gpl3Plus;
40 maintainers = with maintainers; [ jpetrucciani ];