11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-D0BDMhnhJO3xFcbDY4CMpvDhz6fRYNhrL7lHkwhtEpQ=";
27 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
37 sed -i '/cov=public/d' pyproject.toml
40 pythonImportsCheck = [
45 description = "Python decorator and function which populates a module's __all__ and globals";
46 homepage = "https://public.readthedocs.io/";
48 This is a very simple decorator and function which populates a module's
49 __all__ and optionally the module globals.
51 license = licenses.asl20;
52 maintainers = with maintainers; [ eadwu ];