12 buildPythonPackage rec {
17 disabled = pythonOlder "3.11";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-GnNzKU4mqBu2pUOju+4+HMLsTupd8s+nAAieixkBCDk=";
26 build-system = [ poetry-core ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "upb_lib" ];
39 "test_create_control_word_all"
43 description = "Library for interacting with UPB PIM";
44 homepage = "https://github.com/gwww/upb-lib";
45 changelog = "https://github.com/gwww/upb-lib/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ dotlambda ];