9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
19 hash = "sha256-KEnSADj+sQtz37Xbi6fXoe2TN+F5Z9SYnlvCgXtxVnk=";
22 propagatedBuildInputs = [
27 # no tests on PyPI, no tags on GitHub
30 pythonImportsCheck = [ "upb_lib" ];
33 description = "Library for interacting with UPB PIM";
34 homepage = "https://github.com/gwww/upb-lib";
35 license = licenses.mit;
36 maintainers = with maintainers; [ dotlambda ];