10 buildPythonPackage rec {
11 pname = "entrypoints";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-twbt2qkhihnrzWe1aBjwW7J1ibHKno15e3Sv+tTMrNQ=";
22 nativeBuildInputs = [ flit-core ];
24 nativeCheckInputs = [ pytestCheckHook ];
27 description = "Discover and load entry points from installed packages";
28 homepage = "https://github.com/takluyver/entrypoints";
29 license = licenses.mit;