7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-rSXiAEh8r6NpcoYl/gZOiK2hNGYYUmECZZtGQPK0uRE=";
17 pythonImportsCheck = [ "gym_notices" ];
20 description = "Notices for Python package Gym";
21 homepage = "https://github.com/Farama-Foundation/gym-notices";
22 license = licenses.mit;
23 maintainers = with maintainers; [ billhuang ];