11 buildPythonPackage rec {
12 pname = "entrypoint2";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-/At/57IazatHpYWrlAfKflxPlstoiFddtrDOuR8OEFo=";
29 pythonImportsCheck = [ "entrypoint2" ];
32 description = "Easy to use command-line interface for python modules";
33 homepage = "https://github.com/ponty/entrypoint2/";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ austinbutler ];