python312Packages.plastexdepgraph: init at 0.0.4
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
pygraphviz,
|
||||
plasTeX,
|
||||
}:
|
||||
buildPythonPackage {
|
||||
pname = "plastexdepgraph";
|
||||
version = "0.0.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "plastexdepgraph";
|
||||
owner = "PatrickMassot";
|
||||
rev = "0.0.4";
|
||||
hash = "sha256-Q13uYYZe1QgZHS4Nj8ugr+Fmhva98ttJj3AlXTK6XDw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
pygraphviz
|
||||
plasTeX
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "plasTeX plugin allowing to build dependency graphs";
|
||||
homepage = "https://github.com/PatrickMassot/plastexdepgraph";
|
||||
maintainers = with lib.maintainers; [ niklashh ];
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
@@ -10410,6 +10410,8 @@ self: super: with self; {
|
||||
|
||||
plasTeX = callPackage ../development/python-modules/plasTeX { };
|
||||
|
||||
plastexdepgraph = callPackage ../development/python-modules/plastexdepgraph { };
|
||||
|
||||
plaster-pastedeploy = callPackage ../development/python-modules/plaster-pastedeploy { };
|
||||
|
||||
platformdirs = callPackage ../development/python-modules/platformdirs { };
|
||||
|
||||
Reference in New Issue
Block a user