8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-R/6bLsXOKGxiJDZUvvOuvLp3usEhfg698qvvgOwBXYk=";
21 substituteInPlace setup.py \
22 --replace "'pytest-runner', " ""
29 pythonImportsCheck = [
34 description = "Library for working with Continuous Integration services";
35 homepage = "https://github.com/grantmcconnaughey/ci.py";
36 changelog = "https://github.com/grantmcconnaughey/ci.py/blob/master/CHANGELOG.md";
37 license = licenses.mit;
38 maintainers = with maintainers; [ bcdarwin ];