python39Packages.ipython: remove optional black depedency, update homepage

Black should be updatable without a mass rebuild
This commit is contained in:
Sandro Jäckel 2022-03-29 16:44:20 +02:00 committed by Martin Weinelt
parent 4775c308fa
commit 1e38fae01e

View file

@ -10,7 +10,6 @@
# Runtime dependencies
, appnope
, backcall
, black
, decorator
, jedi
, matplotlib-inline
@ -43,7 +42,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
backcall
black
decorator
jedi
matplotlib-inline
@ -83,7 +81,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "IPython: Productive Interactive Computing";
homepage = "http://ipython.org/";
homepage = "https://ipython.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor fridh ];
};