11 buildPythonPackage rec {
12 pname = "entry-points-txt";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 hash = "sha256-klFSt3Od7xYgenpMP4DBFoZeQanGrmtJxDm5qeZ1Psc=";
25 nativeBuildInputs = [ setuptools ];
32 pythonImportsCheck = [ "entry_points_txt" ];
35 description = "Read & write entry_points.txt files";
36 homepage = "https://github.com/jwodder/entry-points-txt";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ ayazhafiz ];