10 buildPythonPackage rec {
11 pname = "rangeparser";
15 disabled = pythonOlder "3.6";
18 pname = "RangeParser";
20 hash = "sha256-gjA7Iytg802Lv7/rLfhGE0yjz4e6FfOXbEoWNPjhCOY=";
23 nativeBuildInputs = [ setuptools ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "rangeparser" ];
30 description = "Parses ranges";
31 homepage = "https://pypi.org/project/RangeParser/";
32 license = licenses.bsd2;
33 maintainers = with maintainers; [ fab ];