10 buildPythonPackage rec {
11 pname = "gemfileparser";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-g5WS5J6j/Zhc7AA+9Y+OdwCaae12RKDArMlM9t2bjW4=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "gemfileparser" ];
29 description = "Library to parse Ruby Gemfile, .gemspec and Cocoapod .podspec file using Python";
30 homepage = "https://github.com/gemfileparser/gemfileparser";
31 license = with licenses; [
36 mainProgram = "parsegemfile";