pythonPackages.pydotplus: drop
It is no longer maintained whereas pydot is.
This commit is contained in:
parent
b17123a0de
commit
cfa8f9a389
@ -1,28 +0,0 @@
|
|||||||
{ lib, stdenv
|
|
||||||
, buildPythonPackage
|
|
||||||
, fetchPypi
|
|
||||||
, pyparsing
|
|
||||||
, graphviz
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "pydotplus";
|
|
||||||
version = "2.0.2";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit pname version;
|
|
||||||
sha256 = "1i05cnk3yh722fdyaq0asr7z9xf7v7ikbmnpxa8j6pdqx6g5xs4i";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
pyparsing
|
|
||||||
graphviz
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://github.com/erocarrera/pydot";
|
|
||||||
description = "An improved version of the old pydot project that provides a Python Interface to Graphviz’s Dot language";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = with maintainers; [ ashgillman ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -5272,8 +5272,6 @@ in {
|
|||||||
|
|
||||||
pydot = callPackage ../development/python-modules/pydot { inherit (pkgs) graphviz; };
|
pydot = callPackage ../development/python-modules/pydot { inherit (pkgs) graphviz; };
|
||||||
|
|
||||||
pydotplus = callPackage ../development/python-modules/pydotplus { };
|
|
||||||
|
|
||||||
pydrive = callPackage ../development/python-modules/pydrive { };
|
pydrive = callPackage ../development/python-modules/pydrive { };
|
||||||
|
|
||||||
pydsdl = callPackage ../development/python-modules/pydsdl { };
|
pydsdl = callPackage ../development/python-modules/pydsdl { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user